Skip to content

Commit

Permalink
Add Comdex Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya Prabhu authored and Chaitanya Prabhu committed Mar 5, 2024
1 parent 20d7c12 commit 7ce9f2a
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions cosmos/comdex-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"rpc": "https://test3-rpc.comdex.one",
"rest": "https://test3-rest.comdex.one",
"chainId": "comdex-test3",
"chainName": "Comdex Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/comdex/chain.png",
"nodeProvider": {
"name": "Comdex Testnet Node",
"email": "[email protected]",
"website":"https://comdex.one"
},
"stakeCurrency": {
"coinDenom": "CMDX",
"coinMinimalDenom": "ucmdx",
"coinDecimals": 6,
"coinGeckoId": "comdex"
},
"walletUrl": "https://testnet.harborprotocol.one",
"walletUrlForStaking": "https://test3-explorer.comdex.one/comdex-test3/staking",
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "comdex",
"bech32PrefixAccPub": "comdexpub",
"bech32PrefixValAddr": "comdexvaloper",
"bech32PrefixValPub": "comdexvaloperpub",
"bech32PrefixConsAddr": "comdexvalcons",
"bech32PrefixConsPub": "comdexvalconspub"
},
"currencies": [
{
"coinDenom": "CMDX",
"coinMinimalDenom": "ucmdx",
"coinDecimals": 6,
"coinGeckoId": "comdex",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/comdex/chain.png"
},
{
"coinDenom": "CMST",
"coinMinimalDenom": "ucmst",
"coinDecimals": 6
},
{
"coinDenom": "HARBOR",
"coinMinimalDenom": "uharbor",
"coinDecimals": 6
}
],
"feeCurrencies": [
{
"coinDenom": "CMDX",
"coinMinimalDenom": "ucmdx",
"coinDecimals": 6,
"coinGeckoId": "comdex",
"gasPriceStep": {
"low": 2,
"average": 3,
"high": 4
}
},
{
"coinDenom": "ATOM",
"coinMinimalDenom":
"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
"coinDecimals": 6,
"coinGeckoId": "cosmos",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
},
{
"coinDenom": "USDC",
"coinMinimalDenom":
"ibc/96CF88731A06654F8510473865C75200005B81A2A9FECB90389034F787015CA3",
"coinDecimals": 6,
"coinGeckoId": "usd-coin",
"gasPriceStep": {
"low": 0.0002,
"average": 0.0005,
"high": 0.0008
}
}
],
"features": [
"cosmwasm"
]
}

0 comments on commit 7ce9f2a

Please sign in to comment.