From 8c222c1bf327c3af32d240eddbbb0fc870c878b9 Mon Sep 17 00:00:00 2001 From: Barry <72349261+shaolin-flow@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:51:43 -0500 Subject: [PATCH] Create theta-testnet-001.json --- testnet/blumbus_111-1/theta-testnet-001.json | 37 ++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 testnet/blumbus_111-1/theta-testnet-001.json diff --git a/testnet/blumbus_111-1/theta-testnet-001.json b/testnet/blumbus_111-1/theta-testnet-001.json new file mode 100644 index 0000000000..70a4b7d5a4 --- /dev/null +++ b/testnet/blumbus_111-1/theta-testnet-001.json @@ -0,0 +1,37 @@ +{ + "chainId": "theta-testnet-001", + "chainName": "cosmoshubtestnet", + "rpc": "https://rpc.sentry-01.theta-testnet.polypore.xyz", + "rest": "https://rest.sentry-01.theta-testnet.polypore.xyz", + "evm": { + "chainId": "", + "rpc": "" + }, + "explorerUrl": "https://testnet.mintscan.io/cosmoshub-testnet", + "exploreTxUrl": "https://testnet.mintscan.io/cosmoshub-testnet/txs/", + "bech32Prefix": "cosmos", + "currencies": [ + { + "displayDenom": "ATOM", + "baseDenom": "uatom", + "decimals": 6, + "logo": "/logos/cosmos-hub-logo.svg", + "type": "main" + } + ], + "coinType": 118, + "validatorsLogosStorageDir": "", + "faucetUrl": "", + "ibc": { + "timeout": 172800000 + }, + "gasPriceSteps": { + "low": 0.01, + "average": 0.025, + "high": 0.03 + }, + "logo": "/logos/cosmos-hub-logo.svg", + "type": "Regular", + "analytics": true, + "website": "https://cosmos.network/" +}