diff --git a/op-bnb-reth-fullnode.yml b/op-bnb-reth-fullnode.yml index be56d3e1..b0859a1d 100644 --- a/op-bnb-reth-fullnode.yml +++ b/op-bnb-reth-fullnode.yml @@ -1,7 +1,7 @@ services: op-bnb-reth-fullnode: - image: ghcr.io/bnb-chain/op-reth:v1.1.0 + image: ghcr.io/bnb-chain/op-reth:v1.1.1 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.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 --port 63815 --discovery.port 63815 --full --nat extip:${IP} diff --git a/op-bnb-reth.yml b/op-bnb-reth.yml index 013ef638..545a5cab 100644 --- a/op-bnb-reth.yml +++ b/op-bnb-reth.yml @@ -1,7 +1,7 @@ services: op-bnb-reth: - image: ghcr.io/bnb-chain/op-reth:v1.1.0 + image: ghcr.io/bnb-chain/op-reth:v1.1.1 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.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 --port 63815 --discovery.port 63815 --nat extip:${IP} diff --git a/reth-bsc-fullnode.yml b/reth-bsc-fullnode.yml index 131a2219..c752d53a 100644 --- a/reth-bsc-fullnode.yml +++ b/reth-bsc-fullnode.yml @@ -2,7 +2,7 @@ version: '3.1' services: bsc-reth-fullnode: - image: ghcr.io/bnb-chain/bsc-reth:v1.1.0 + image: ghcr.io/bnb-chain/bsc-reth:v1.1.1 user: root volumes: - "reth-bsc-fullnode:/data"