Skip to content

Commit

Permalink
Update osmosis-installer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoloraspa authored Jul 28, 2023
1 parent cb6fa4e commit 4803c1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osmosis-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ def __init__(self, chain_id, version, genesis_url, binary_url, peers, rpc_node,
genesis_url = "https://osmosis.fra1.digitaloceanspaces.com/osmosis-1/genesis.json",
binary_url = {
"linux": {
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-arm64"
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.1-linux-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.1/osmosisd-16.1.1-linux-arm64"
},
"darwin": {
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-darwin-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-darwin-arm64"
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.1-darwin-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.1-darwin-arm64"
},
},
peers = None,
Expand Down

0 comments on commit 4803c1b

Please sign in to comment.