From bac273fa23c914c2792339f3637273f529c47e6e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:49:12 +0200 Subject: [PATCH] fix --- op-bnb-reth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-bnb-reth.yml b/op-bnb-reth.yml index d82809a9..2a4dca34 100644 --- a/op-bnb-reth.yml +++ b/op-bnb-reth.yml @@ -4,7 +4,7 @@ services: image: ghcr.io/bnb-chain/op-reth:v1.0.4 restart: unless-stopped stop_grace_period: 5m - command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret--http --http.api="eth, net, txpool, web3, rpc, admin" + command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret --http --http.api="eth, net, txpool, web3, rpc, admin" volumes: - .jwtsecret:/jwtsecret - op-bnb-reth:/data