chore: fix bootnode address in scripts

This commit is contained in:
alok 2023-12-12 16:06:11 +05:30 committed by Shawn
parent 3435831417
commit c5e2f995d9
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -11,7 +11,7 @@ ENV CONFIG_FILES="/deploy-artifacts/agent-config.json"
CMD ./relayer \ CMD ./relayer \
--relayChains mevcommitsettlement,sepolia \ --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_" \ --chains.sepolia.connection.url "https://eth-sepolia.g.alchemy.com/v2/a0wg_g1X-Wz4IeVA-0SS3PsQhbyQNjc_" \
--db /relayer-db \ --db /relayer-db \
--defaultSigner.key $RELAYER_PRIVATE_KEY \ --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_REORGPERIOD=20
ENV HYP_BASE_ORIGINCHAINNAME="mevcommitsettlement" 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_BASE_DB="/val-db"
ENV HYP_CHECKPOINTSYNCER_TYPE="localStorage" ENV HYP_CHECKPOINTSYNCER_TYPE="localStorage"
ENV HYP_ORIGINCHAINNAME="mevcommitsettlement" ENV HYP_ORIGINCHAINNAME="mevcommitsettlement"