forked from cerc-io/stack-orchestrator
testing blast update ecotone - add overrides and l2 beacon to compose, add RPC variables
This commit is contained in:
parent
108a5a3440
commit
a77f120d0d
@ -53,6 +53,8 @@ services:
|
|||||||
--nodiscover
|
--nodiscover
|
||||||
--maxpeers=0
|
--maxpeers=0
|
||||||
--rollup.disabletxpoolgossip=true
|
--rollup.disabletxpoolgossip=true
|
||||||
|
--override.canyon="${OVERRIDE_CANYON:-0}"
|
||||||
|
--override.ecotone="${OVERRIDE_ECOTONE:-1716843599}"
|
||||||
env_file:
|
env_file:
|
||||||
- ../config/mainnet-blast/${NETWORK:-mainnet}.config
|
- ../config/mainnet-blast/${NETWORK:-mainnet}.config
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -67,13 +69,14 @@ services:
|
|||||||
- "7300"
|
- "7300"
|
||||||
command: >
|
command: >
|
||||||
op-node
|
op-node
|
||||||
--l1="https://eth-mainnet-1.vdb.to/"
|
--l1="${L1_RPC:-https://eth-mainnet-1.vdb.to/}"
|
||||||
--metrics.enabled
|
--l1.beacon="${L1_RPC_BEACON:-https://eth-mainnet-1.vdb.to/}"
|
||||||
--l1.rpckind="any"
|
--l1.rpckind="any"
|
||||||
--l1.trustrpc=true
|
--l1.trustrpc=true
|
||||||
--l2="http://blast-geth:8551"
|
--l2="${L2_RPC:-http://blast-geth:8551}"
|
||||||
--l2.jwt-secret=/blast/jwt.txt
|
--l2.jwt-secret=/blast/jwt.txt
|
||||||
--rollup.config="/blast/rollup.json"
|
--rollup.config="/blast/rollup.json"
|
||||||
|
--metrics.enabled
|
||||||
depends_on:
|
depends_on:
|
||||||
- blast-geth
|
- blast-geth
|
||||||
env_file:
|
env_file:
|
||||||
|
Loading…
Reference in New Issue
Block a user