Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update theta-testnet-001.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolin-flow authored Jan 29, 2024
1 parent 59f721e commit b6cd0e7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions testnet/theta-testnet-001/theta-testnet-001.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -23,7 +19,9 @@
"validatorsLogosStorageDir": "",
"faucetUrl": "",
"ibc": {
"timeout": 172800000
"timeout": 172800000,
"hubChannel": "channel-4",
"channel": "channel-3557"
},
"gasPriceSteps": {
"low": 0.01,
Expand All @@ -32,6 +30,6 @@
},
"logo": "/logos/cosmos-hub-logo.svg",
"type": "Regular",
"analytics": true,
"analytics": false,
"website": "https://cosmos.network/"
}

0 comments on commit b6cd0e7

Please sign in to comment.