mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
Merge branch 'master' into shawn/local-l1
This commit is contained in:
commit
577f22d337
4 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
version: '3'
|
||||
services:
|
||||
geth-bootnode:
|
||||
sl-bootnode:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
@ -41,7 +41,7 @@ services:
|
|||
}
|
||||
]
|
||||
|
||||
node1:
|
||||
sl-node1:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
@ -80,7 +80,8 @@ services:
|
|||
}
|
||||
]
|
||||
|
||||
node2:
|
||||
|
||||
sl-node2:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue