Skip to content

Commit

Permalink
Fix testnet darwin binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolo Raspa committed Jul 12, 2023
1 parent 3f275d6 commit 5f27bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def __init__(self, chain_id, version, genesis_url, binary_url, peers, rpc_node,
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0-rc2/osmosisd-16.0.0-rc2-testnet-linux-arm64"
},
"darwin": {
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0-rc2-testnet/osmosisd-16.0.0-rc2-testnet-darwin-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0-rc2-testnet/osmosisd-16.0.0-rc2-testnet-darwin-arm64"
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0-rc2/osmosisd-16.0.0-rc2-testnet-darwin-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0-rc2/osmosisd-16.0.0-rc2-testnet-darwin-arm64"
},
},
peers = [
Expand Down

0 comments on commit 5f27bed

Please sign in to comment.