This commit is contained in:
goldsquid
2026-07-06 20:10:38 +07:00
parent c83f2cc5de
commit 5b33030773
2 changed files with 4 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ services:
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
- KONA_NODE_L2_CHAIN_ID=1135
- KONA_NODE_L2_ENGINE_AUTH=/jwtsecret
- KONA_NODE_L2_ENGINE_KIND=reth
- KONA_NODE_L2_ENGINE_RPC=http://lisk-mainnet-op-reth:8551
- KONA_NODE_L2_ENGINE_TIMEOUT=120000
- KONA_NODE_L2_TRUST_RPC=true
@@ -128,6 +129,7 @@ services:
- KONA_NODE_P2P_LISTEN_UDP_PORT=15598
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- KONA_NODE_SYNCMODE=consensus-layer
entrypoint: [kona-node, node]
restart: unless-stopped
depends_on:

View File

@@ -117,6 +117,7 @@ services:
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
- KONA_NODE_L2_CHAIN_ID=1135
- KONA_NODE_L2_ENGINE_AUTH=/jwtsecret
- KONA_NODE_L2_ENGINE_KIND=reth
- KONA_NODE_L2_ENGINE_RPC=http://lisk-mainnet-op-reth-pruned:8551
- KONA_NODE_L2_ENGINE_TIMEOUT=120000
- KONA_NODE_L2_TRUST_RPC=true
@@ -129,6 +130,7 @@ services:
- KONA_NODE_P2P_LISTEN_UDP_PORT=17812
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- KONA_NODE_SYNCMODE=consensus-layer
entrypoint: [kona-node, node]
restart: unless-stopped
depends_on: