This commit is contained in:
squidbear
2025-04-01 06:39:38 +02:00
parent 71382469cb
commit 15b5008c6c
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ services:
- ./fraxtal/testnet.env - ./fraxtal/testnet.env
environment: environment:
- "OP_NODE_ROLLUP_CONFIG=/config/rollup.json" - "OP_NODE_ROLLUP_CONFIG=/config/rollup.json"
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=consensus-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet-archive:8551" - "OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet-archive:8551"

View File

@@ -24,7 +24,7 @@ services:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_GCMODE=full" - "GETH_GCMODE=full"
- "GETH_SYNCMODE=snap" - "GETH_SYNCMODE=full"
- "GETH_STATE_SCHEME=path" - "GETH_STATE_SCHEME=path"
- "GETH_DB_ENGINE=pebble" - "GETH_DB_ENGINE=pebble"
- "GETH_NAT=extip:${IP}" - "GETH_NAT=extip:${IP}"
@@ -77,7 +77,7 @@ services:
- ./fraxtal/testnet.env - ./fraxtal/testnet.env
environment: environment:
- "OP_NODE_ROLLUP_CONFIG=/config/rollup.json" - "OP_NODE_ROLLUP_CONFIG=/config/rollup.json"
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=consensus-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet:8551" - "OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet:8551"