This commit is contained in:
goldsquid
2025-12-06 09:05:34 +07:00
parent 8d67597789
commit dabc284553
136 changed files with 146 additions and 138 deletions

View File

@@ -94,7 +94,7 @@ services:
dockerfile: maru.Dockerfile
args:
MARU_IMAGE: ${LINEA_MAINNET_MARU_IMAGE:-consensys/maru}
MARU_VERSION: ${LINEA_MAINNET_MARU_VERSION:-bcfdb43}
MARU_VERSION: ${LINEA_MAINNET_MARU_VERSION:-9737a45}
ports:
- 15060:15060
- 15060:15060/udp
@@ -105,6 +105,7 @@ services:
- IP=${IP}
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
- P2P_PORT=15060
- SEQUENCER=https://rpc.linea.build
entrypoint: [/bin/bash, -c]
command:
- |