fix
This commit is contained in:
@@ -48,10 +48,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --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.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.max-logs-per-response=1100000
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
|||||||
@@ -48,10 +48,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --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.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.max-logs-per-response=1100000
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
|||||||
@@ -48,10 +48,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --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.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.max-logs-per-response=1100000
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ fi
|
|||||||
|
|
||||||
# Execute beacond
|
# Execute beacond
|
||||||
#exec $BEACOND start --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json --minimum-gas-prices 0atom "$@"
|
#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 $@
|
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
|
# --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
|
#--minimum-gas-prices 0atom
|
||||||
|
|||||||
@@ -41,10 +41,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=eth,net,web3,debug,admin,txpool
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,debug,admin,txpool
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -41,10 +41,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=eth,net,web3,debug,admin,txpool
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,debug,admin,txpool
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -43,10 +43,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=eth,net,web3,debug,admin,txpool
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,debug,admin,txpool
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -43,10 +43,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=eth,net,web3,debug,admin,txpool
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,debug,admin,txpool
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -43,10 +43,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=eth,net,web3,debug,admin,txpool
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,debug,admin,txpool
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --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.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.max-logs-per-response=1100000
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --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.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.max-logs-per-response=1100000
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --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.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.max-logs-per-response=1100000
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
|
|
||||||
- --rpc.returndata.limit=1100000
|
- --rpc.returndata.limit=1100000
|
||||||
- --rpc.gascap=6000000000
|
- --rpc.gascap=6000000000
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ services:
|
|||||||
- --ws.port=8545
|
- --ws.port=8545
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.api=web3,net,eth,debug,admin
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=web3,net,eth,debug,admin
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user