mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
chore: fix bootnode address in scripts
This commit is contained in:
parent
3435831417
commit
c5e2f995d9
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue