Skip to content

Commit

Permalink
Merge pull request #470 from lufa23/add_archway
Browse files Browse the repository at this point in the history
Add archway
  • Loading branch information
liangping authored Jul 6, 2023
2 parents 7fc7bca + 473d7d1 commit d82695f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
27 changes: 27 additions & 0 deletions chains/mainnet/archway.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
22 changes: 22 additions & 0 deletions chains/testnet/archway.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit d82695f

Please sign in to comment.