From a51f0a95e2d85dac02dd1f9c6fb2fad20dc493e4 Mon Sep 17 00:00:00 2001 From: nomaxg Date: Mon, 18 Dec 2023 13:54:55 -0500 Subject: [PATCH] add eth rpc to validator for slow confirmations --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 921e71fc..8663b7cf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -277,7 +277,7 @@ services: - "validator-data:/home/user/.arbitrum/local/nitro" - "l1keystore:/home/user/l1keystore" - "config:/config" - command: --conf.file /config/validator_config.json --http.port 8547 --http.api net,web3,arb,debug --ws.port 8548 + command: --conf.file /config/validator_config.json --http.port 8547 --http.api net,web3,arb,debug,net,eth --ws.port 8548 depends_on: - sequencer - validation_node