Skip to content

Commit

Permalink
update chain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Jun 4, 2021
1 parent 0d7912a commit 5744c3e
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions osmosis-1/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,18 @@
"bech32_prefix": "osmo",
"codebase": {
"git_repo": "github.com/osmosis-labs/osmosis",
"git_version": "main",
"git_version": "launch-gentxs",
"go_version": "1.16.4",
"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"
]
"seeds": [],
"persistent_peers": []
},
"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"
]
"rpc_addrs": [],
"rest_addrs": []
}
}

0 comments on commit 5744c3e

Please sign in to comment.