fix
This commit is contained in:
@@ -48,10 +48,10 @@ services:
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --rpc.gascap=600000000
|
||||
|
||||
@@ -48,10 +48,10 @@ services:
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --rpc.gascap=600000000
|
||||
|
||||
@@ -48,10 +48,10 @@ services:
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin,engine
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --rpc.gascap=600000000
|
||||
|
||||
@@ -86,7 +86,7 @@ fi
|
||||
|
||||
# Execute beacond
|
||||
#exec $BEACOND start --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json --minimum-gas-prices 0atom "$@"
|
||||
env
|
||||
|
||||
exec $BEACOND start --home /root/.beacond $@
|
||||
# --beacon-kit.engine.jwt-secret-path $CONFIG_DIR/jwt.hex --beacon-kit.kzg.trusted-setup-path $CONFIG_DIR/kzg-trusted-setup.json --home /root/.beacond
|
||||
#--minimum-gas-prices 0atom
|
||||
|
||||
Reference in New Issue
Block a user