diff --git a/cosmos/comdex-testnet.json b/cosmos/comdex-testnet.json new file mode 100644 index 000000000..a9c03ead2 --- /dev/null +++ b/cosmos/comdex-testnet.json @@ -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": "info@comdex.one", + "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" + ] + } + \ No newline at end of file