Skip to content

Commit

Permalink
Merge pull request #10 from defi-ventures/main
Browse files Browse the repository at this point in the history
Added Atlantis to testnet
  • Loading branch information
liangping authored Oct 11, 2023
2 parents 8515e79 + 6dc6726 commit 460f17a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions chains/testnet/atlantis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "Atlantis",
"api": [
{
"address": "https://atlantis-api.blockxnet.com",
"provider": "BlockX"
}
],
"rpc": [
{
"address": "https://atlantis-rpc.blockxnet.com",
"provider": "BlockX"
}
],
"sdk_version": "0.45.1",
"coin_type": "60",
"min_tx_fee": "25000000000",
"addr_prefix": "blockx",
"logo": "https://i.imgur.com/7PRBOzQ.png",
"theme_color": "#0d5ad6",
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"assets": [{
"base": "abcx",
"symbol": "BCX",
"exponent": "18",
"logo": "https://i.imgur.com/7PRBOzQ.png"
}]
}

0 comments on commit 460f17a

Please sign in to comment.