Linea: set sequencer URLs (rpc.linea.build / rpc.sepolia.linea.build)
maru v1.2.x strictly validates l2-eth-api-endpoint as a URL and crashes when SEQUENCER env var is empty. Old maru tolerated empty. Fixes 4 stuck Linea instances on de-27, de-32, us-40 — all besu/geth running but maru crash-looping with config error 'Required type class java.net.URL could not be decoded from a String value: '
This commit is contained in:
@@ -129,7 +129,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- P2P_PORT=19816
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -129,7 +129,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- P2P_PORT=19691
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.sepolia.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -124,7 +124,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- P2P_PORT=15060
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -125,7 +125,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- P2P_PORT=19000
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -125,7 +125,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- P2P_PORT=17622
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -124,7 +124,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- P2P_PORT=17235
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.sepolia.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -125,7 +125,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- P2P_PORT=17410
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.sepolia.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -125,7 +125,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- P2P_PORT=15620
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.sepolia.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- P2P_PORT=15037
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- P2P_PORT=18522
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- P2P_PORT=16564
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.sepolia.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
- IP=${IP}
|
||||
- L1_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- P2P_PORT=19190
|
||||
- SEQUENCER=
|
||||
- SEQUENCER=https://rpc.sepolia.linea.build
|
||||
entrypoint: [/bin/bash, -c]
|
||||
command:
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user