fix
This commit is contained in:
@@ -116,6 +116,7 @@ services:
|
|||||||
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
|
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
|
||||||
- KONA_NODE_L2_CHAIN_ID=1135
|
- KONA_NODE_L2_CHAIN_ID=1135
|
||||||
- KONA_NODE_L2_ENGINE_AUTH=/jwtsecret
|
- 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_RPC=http://lisk-mainnet-op-reth:8551
|
||||||
- KONA_NODE_L2_ENGINE_TIMEOUT=120000
|
- KONA_NODE_L2_ENGINE_TIMEOUT=120000
|
||||||
- KONA_NODE_L2_TRUST_RPC=true
|
- KONA_NODE_L2_TRUST_RPC=true
|
||||||
@@ -128,6 +129,7 @@ services:
|
|||||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=15598
|
- KONA_NODE_P2P_LISTEN_UDP_PORT=15598
|
||||||
- KONA_NODE_RPC_ADDR=0.0.0.0
|
- KONA_NODE_RPC_ADDR=0.0.0.0
|
||||||
- KONA_NODE_RPC_PORT=9545
|
- KONA_NODE_RPC_PORT=9545
|
||||||
|
- KONA_NODE_SYNCMODE=consensus-layer
|
||||||
entrypoint: [kona-node, node]
|
entrypoint: [kona-node, node]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ services:
|
|||||||
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
|
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
|
||||||
- KONA_NODE_L2_CHAIN_ID=1135
|
- KONA_NODE_L2_CHAIN_ID=1135
|
||||||
- KONA_NODE_L2_ENGINE_AUTH=/jwtsecret
|
- 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_RPC=http://lisk-mainnet-op-reth-pruned:8551
|
||||||
- KONA_NODE_L2_ENGINE_TIMEOUT=120000
|
- KONA_NODE_L2_ENGINE_TIMEOUT=120000
|
||||||
- KONA_NODE_L2_TRUST_RPC=true
|
- KONA_NODE_L2_TRUST_RPC=true
|
||||||
@@ -129,6 +130,7 @@ services:
|
|||||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=17812
|
- KONA_NODE_P2P_LISTEN_UDP_PORT=17812
|
||||||
- KONA_NODE_RPC_ADDR=0.0.0.0
|
- KONA_NODE_RPC_ADDR=0.0.0.0
|
||||||
- KONA_NODE_RPC_PORT=9545
|
- KONA_NODE_RPC_PORT=9545
|
||||||
|
- KONA_NODE_SYNCMODE=consensus-layer
|
||||||
entrypoint: [kona-node, node]
|
entrypoint: [kona-node, node]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user