From e9a941d76af8e539e70c0113e302f35c220ae074 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:13:09 +0100 Subject: [PATCH] ah welp --- base-reth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-reth.yml b/base-reth.yml index 84d028cf..aa4f564f 100644 --- a/base-reth.yml +++ b/base-reth.yml @@ -12,7 +12,7 @@ services: ports: - "12544:12544" - "12544:12544/udp" - command: /usr/local/bin/op-reth node --chain base --rollup.sequencer-http https://sequencer.base.org --metrics 0.0.0.0:6060 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 12544 --discovery.port 12544 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' + command: node --chain base --rollup.sequencer-http https://sequencer.base.org --metrics 0.0.0.0:6060 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 12544 --discovery.port 12544 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' restart: always stop_grace_period: 30s volumes: