Skip to content

Commit

Permalink
in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Jun 2, 2021
1 parent 9f27664 commit aec077a
Show file tree
Hide file tree
Showing 6 changed files with 565 additions and 6 deletions.
41 changes: 41 additions & 0 deletions cosmoshub-3/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"status": "killed",
"network_type": "mainnet",
"chain_id": "cosmoshub-3",
"genesis_url": "https://github.com/cosmos/mainnet/raw/master/genesis.json",
"bech32_prefix": "cosmos",
"codebase": {
"git_repo": "https://github.com/cosmos/gaia",
"git_version": "v2.0.14",
"go_version": "1.13.5",
"binaries": {
"linux/amd64": ""
}
},
"peers": {
"seeds": [
"[email protected]:26656",
"[email protected]:26656"
],
"persistent_peers": [
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656"
]
},
"apis": {
"rpc_addrs": [
"167.172.36.124:26657",
"138.68.134.166:26657",
"157.245.11.32:26657",
"178.128.51.171:26657"
],
"rest_addrs": [
"167.172.36.124:26657",
"138.68.134.166:26657",
"157.245.11.32:26657",
"178.128.51.171:26657"
]
}
}
Loading

0 comments on commit aec077a

Please sign in to comment.