From e7ddbc2bfdac6ed5bcc9f12a389c112bb52d6470 Mon Sep 17 00:00:00 2001 From: lufa23 Date: Wed, 5 Jul 2023 19:23:32 +0200 Subject: [PATCH 1/2] added archway mainnet --- chains/mainnet/archway.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 chains/mainnet/archway.json diff --git a/chains/mainnet/archway.json b/chains/mainnet/archway.json new file mode 100644 index 00000000..99a2dc29 --- /dev/null +++ b/chains/mainnet/archway.json @@ -0,0 +1,27 @@ +{ + "chain_name": "archway", + "api": [ + "https://api.mainnet.archway.io", + "https://api-1.archway.nodes.guru", + "https://api.archway.nodestake.top" + ], + "rpc": [ + "https://rpc.mainnet.archway.io", + "https://rpc-1.archway.nodes.guru", + "https://rpc.archway.nodestake.top" + ], + "snapshot_provider": "https://snapshots.archway.tech/", + "sdk_version": "v0.45.16", + "coin_type": "118", + "min_tx_fee": "", + "addr_prefix": "archway", + "assets": [ + { + "base": "aarch", + "symbol": "ARCH", + "exponent": "18", + "coingecko_id": "archway", + "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png" + } + ] +} \ No newline at end of file From 473d7d1954424b0948fac0b8d4380452c7d1b677 Mon Sep 17 00:00:00 2001 From: lufa23 Date: Wed, 5 Jul 2023 19:23:46 +0200 Subject: [PATCH 2/2] added archway testnet --- chains/testnet/archway.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 chains/testnet/archway.json diff --git a/chains/testnet/archway.json b/chains/testnet/archway.json new file mode 100644 index 00000000..61b25c4e --- /dev/null +++ b/chains/testnet/archway.json @@ -0,0 +1,22 @@ +{ + "chain_name": "archway", + "api": [ + "https://api.constantine.archway.tech" + ], + "rpc": [ + "https://rpc.constantine.archway.tech" + ], + "snapshot_provider": "https://snapshots.archway.tech/", + "sdk_version": "v0.45.16", + "coin_type": "118", + "min_tx_fee": "", + "addr_prefix": "archway", + "assets": [ + { + "base": "aconst", + "symbol": "CONST", + "exponent": "18", + "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png" + } + ] +} \ No newline at end of file