Skip to content

Commit

Permalink
revert changes to statesync script
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jul 9, 2023
1 parent 35c1733 commit 4426baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/statesync.bash
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ echo "trust_hash: $TRUST_HASH"
# Export state sync variables.
export GAIAD_STATESYNC_ENABLE=true
export GAIAD_P2P_MAX_NUM_OUTBOUND_PEERS=200
export GAIAD_STATESYNC_RPC_SERVERS="https://cached-rpc-cosmos.sg1.online/:443,https://cached-rpc-cosmos.sg1.online:443"
export GAIAD_STATESYNC_RPC_SERVERS="https://cosmos-rpc.polkachu.com:443,https://rpc-cosmoshub-ia.cosmosia.notional.ventures:443"
export GAIAD_STATESYNC_TRUST_HEIGHT=$BLOCK_HEIGHT
export GAIAD_STATESYNC_TRUST_HASH=$TRUST_HASH

Expand Down

0 comments on commit 4426baf

Please sign in to comment.