Skip to content

Commit

Permalink
update registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Mar 21, 2024
1 parent 4d05e04 commit 8d4462c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/export-mainnet-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: echo "${{ secrets.MAINNET_PRIV_VALIDATOR_KEY }}" | base64 --decode > ~/priv_validator_key.json

- name: Install Gaia and configure for mainnet
run: ansible-playbook node.yml -i examples/inventory-cosmos-hub.yml --extra-vars "target=mainnet-export chain_start=false chain_binary_source=release statesync_rpc_servers=${{ secrets.MAINNET_RPC_SERVERS }} p2p_persistent_peers=${{ secrets.MAINNET_PERSISTENT_PEERS }} node_key_file=~/node_key.json priv_validator_key_file=~/priv_validator_key.json"
run: ansible-playbook node.yml -i examples/inventory-cosmos-hub.yml --extra-vars "target=mainnet-export chain_start=false chain_binary_source=release statesync_rpc_servers=${{ secrets.MAINNET_RPC_SERVERS }} p2p_persistent_peers=${{ secrets.MAINNET_PERSISTENT_PEERS }} node_key_file=~/node_key.json priv_validator_key_file=~/priv_validator_key.json chain_registry=https://files.polypore.xyz/chain-registry/cosmoshub.json"

- name: Copy export_genesis.sh to VM
run: |
Expand Down
3 changes: 1 addition & 2 deletions examples/inventory-cosmos-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
all:
vars:
ansible_user: root
# chain_registry: "https://registry.ping.pub/cosmoshub/chain.json"
chain_registry: "https://files.polypore.xyz/chain.json"
chain_registry: "https://registry.ping.pub/cosmoshub/chain.json"
chain_home_clear: false
node_unsafe_reset: true
chain_use_ssl_proxy: false
Expand Down

0 comments on commit 8d4462c

Please sign in to comment.