do ecotone
This commit is contained in:
@@ -42,6 +42,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
- boba-mainnet:/db
|
- boba-mainnet:/db
|
||||||
|
environment:
|
||||||
|
#- "GETH_OVERRIDE_CANYON=1704992401"
|
||||||
|
#- "GETH_OVERRIDE_DELTA=1708560000"
|
||||||
|
- "GETH_OVERRIDE_ECOTONE=1713302880"
|
||||||
|
#- "GETH_OVERRIDE_FJORD=1720627201"
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.middlewares.boba-stripprefix.stripprefix.prefixes=/boba"
|
- "traefik.http.middlewares.boba-stripprefix.stripprefix.prefixes=/boba"
|
||||||
@@ -77,6 +82,10 @@ services:
|
|||||||
- "OP_NODE_L1_BEACON=${BOBA_ETHEREUM_ENDPOINT_BEACON}"
|
- "OP_NODE_L1_BEACON=${BOBA_ETHEREUM_ENDPOINT_BEACON}"
|
||||||
- "OP_NODE_L1_BEACON_ARCHIVER=${BOBA_MAINNET_L1_BEACON_ARCHIVER}"
|
- "OP_NODE_L1_BEACON_ARCHIVER=${BOBA_MAINNET_L1_BEACON_ARCHIVER}"
|
||||||
- "OP_NODE_L1_ETH_RPC=${BOBA_ETHEREUM_ENDPOINT}"
|
- "OP_NODE_L1_ETH_RPC=${BOBA_ETHEREUM_ENDPOINT}"
|
||||||
|
#- "OP_NODE_OVERRIDE_CANYON=1704992401"
|
||||||
|
#- "OP_NODE_OVERRIDE_DELTA=1708560000"
|
||||||
|
- "OP_NODE_OVERRIDE_ECOTONE=1713302880"
|
||||||
|
#- "OP_NODE_OVERRIDE_FJORD=1720627201"
|
||||||
ports:
|
ports:
|
||||||
- "45202:45202"
|
- "45202:45202"
|
||||||
- "45202:45202/udp"
|
- "45202:45202/udp"
|
||||||
|
|||||||
Reference in New Issue
Block a user