Skip to content

Commit

Permalink
Update mainnet version to 16.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoloraspa authored Jul 28, 2023
1 parent fdc57b8 commit cb6fa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osmosis-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def __init__(self, chain_id, version, genesis_url, binary_url, peers, rpc_node,

MAINNET = Network(
chain_id = "osmosis-1",
version = "v16.1.0",
version = "v16.1.1",
genesis_url = "https://osmosis.fra1.digitaloceanspaces.com/osmosis-1/genesis.json",
binary_url = {
"linux": {
Expand Down Expand Up @@ -1230,4 +1230,4 @@ def main():
print("Setting up a LocalOsmosis node not yet supported.")
sys.exit(1)

main()
main()

0 comments on commit cb6fa4e

Please sign in to comment.