chore: fix bootnode address in scripts

This commit is contained in:
alok 2023-12-12 16:06:11 +05:30
parent 6d352b090a
commit 9ae49cf5f9
4 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
--http.addr=0.0.0.0 \
--http.port="$RPC_PORT" \
--http.api=web3,debug,eth,txpool,net,engine \
--bootnodes enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.13.0.100:30301 \
--bootnodes enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301 \
--networkid=$CHAIN_ID \
--unlock=$BLOCK_SIGNER_ADDRESS \
--password="$GETH_DATA_DIR"/password \

View file

@ -6,7 +6,7 @@ mevcommitsettlement:
protocol: ethereum
rpcUrls:
# Only http field is required
- http: http://172.13.0.100:8545
- http: http://172.29.0.98:8545
pagination:
maxBlockRange: 1000
maxBlockAge: 1000

View file

@ -11,7 +11,7 @@ ENV CONFIG_FILES="/deploy-artifacts/agent-config.json"
CMD ./relayer \
--relayChains mevcommitsettlement,sepolia \
--chains.mevcommitsettlement.connection.url "http://172.13.0.100:8545" \
--chains.mevcommitsettlement.connection.url "http://172.29.0.98:8545" \
--chains.sepolia.connection.url "https://eth-sepolia.g.alchemy.com/v2/a0wg_g1X-Wz4IeVA-0SS3PsQhbyQNjc_" \
--db /relayer-db \
--defaultSigner.key $RELAYER_PRIVATE_KEY \

View file

@ -9,7 +9,7 @@ ENV CONFIG_FILES="/deploy-artifacts/agent-config.json"
ENV HYP_BASE_REORGPERIOD=20
ENV HYP_BASE_ORIGINCHAINNAME="mevcommitsettlement"
ENV HYP_BASE_CHAINS_MEVCOMMITSETTLEMENT_CONNECTION_URL="http://172.13.0.100:8545"
ENV HYP_BASE_CHAINS_MEVCOMMITSETTLEMENT_CONNECTION_URL="http://172.29.0.98:8545"
ENV HYP_BASE_DB="/val-db"
ENV HYP_CHECKPOINTSYNCER_TYPE="localStorage"
ENV HYP_ORIGINCHAINNAME="mevcommitsettlement"