From c70034d091210fc0d4b1d839102d525f942baffb Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:39:27 +0100 Subject: [PATCH] fix --- base-reth-fullnode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-reth-fullnode.yml b/base-reth-fullnode.yml index 9789c73a..b41af1c9 100644 --- a/base-reth-fullnode.yml +++ b/base-reth-fullnode.yml @@ -12,7 +12,7 @@ services: ports: - "19412:19412" - "19412:19412/udp" - command: node --fullnode --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 19412 --discovery.port 19412 --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 --full --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 19412 --discovery.port 19412 --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: