diff --git a/testnet/theta-testnet-001/theta-testnet-001.json b/testnet/theta-testnet-001/theta-testnet-001.json index 70a4b7d5a4..f5a1c0c632 100644 --- a/testnet/theta-testnet-001/theta-testnet-001.json +++ b/testnet/theta-testnet-001/theta-testnet-001.json @@ -1,19 +1,15 @@ { "chainId": "theta-testnet-001", - "chainName": "cosmoshubtestnet", + "chainName": "Cosmos Hub - testnet", "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", + "baseDenom": "uATOM", "decimals": 6, "logo": "/logos/cosmos-hub-logo.svg", "type": "main" @@ -23,7 +19,9 @@ "validatorsLogosStorageDir": "", "faucetUrl": "", "ibc": { - "timeout": 172800000 + "timeout": 172800000, + "hubChannel": "channel-4", + "channel": "channel-3557" }, "gasPriceSteps": { "low": 0.01, @@ -32,6 +30,6 @@ }, "logo": "/logos/cosmos-hub-logo.svg", "type": "Regular", - "analytics": true, + "analytics": false, "website": "https://cosmos.network/" }