Skip to content

Commit

Permalink
Use official release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolo Raspa committed Jul 12, 2023
1 parent f1b3708 commit 3f275d6
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 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/niccoloraspa/osmosis/releases/download/v16.0.0-rc2-testnet/osmosisd-16.0.0-rc2-testnet-darwin-amd64",
"arm64": "https://github.com/niccoloraspa/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-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"
},
},
peers = [
Expand All @@ -159,17 +159,13 @@ def __init__(self, chain_id, version, genesis_url, binary_url, peers, rpc_node,
version = "v15.2.0",
genesis_url = "https://osmosis.fra1.digitaloceanspaces.com/osmosis-1/genesis.json",
binary_url = {
# "linux": {
# "amd64": "",
# "arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-arm64",
# }
"linux": {
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-linux-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-linux-arm64"
},
"darwin": {
"amd64": "https://github.com/niccoloraspa/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-darwin-amd64",
"arm64": "https://github.com/niccoloraspa/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-darwin-arm64"
"amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-darwin-amd64",
"arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-darwin-arm64"
},
},
peers = None,
Expand All @@ -188,7 +184,6 @@ def __init__(self, chain_id, version, genesis_url, binary_url, peers, rpc_node,
"arm64": "https://osmosis.fra1.digitaloceanspaces.com/osmosis-1/binaries/cosmovisor/cosmovisor-v1.2.0-linux-arm64"
}
}

# Terminal utils

class bcolors:
Expand Down

0 comments on commit 3f275d6

Please sign in to comment.