Skip to content

Commit

Permalink
Fix PEER_CANDIDATE_JSON_RPC_URL for genesis onprem deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
platfowner committed Aug 1, 2024
1 parent a1b32b9 commit 916bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_node_genesis_onprem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ elif [[ "$SEASON" = "sandbox" ]]; then
fi
elif [[ $SEASON = 'staging' ]]; then
export BLOCKCHAIN_CONFIGS_DIR=blockchain-configs/testnet-staging
export PEER_CANDIDATE_JSON_RPC_URL="http://35.194.139.219:8080/json-rpc"
export PEER_CANDIDATE_JSON_RPC_URL="http://101.202.37.2:8080/json-rpc"
if [[ $NODE_INDEX -ge $PEER_WHITELIST_NODE_INDEX_GE ]] && [[ $NODE_INDEX -le $PEER_WHITELIST_NODE_INDEX_LE ]]; then
export PEER_WHITELIST="0x00ADEc28B6a845a085e03591bE7550dd68673C1C,0x01A0980d2D4e418c7F27e1ef539d01A5b5E93204,0x02A2A1DF4f630d760c82BE07F18e5065d103Fa00,0x03AAb7b6f16A92A1dfe018Fe34ee420eb098B98A,0x04A456C92A880cd59D7145C457475515a6f6E0f2,0x05A1247A7400f0C2A893611adD1505743552c631,0x06AD9C8F611f1e9d9CACD4738167A51aA2e80a1A,0x07A43138CC760C85A5B1F115aa60eADEaa0bf417,0x08Aed7AF9354435c38d52143EE50ac839D20696b,0x09A0d53FDf1c36A131938eb379b98910e55EEfe1"
fi
Expand Down

0 comments on commit 916bd41

Please sign in to comment.