gascap
This commit is contained in:
@@ -19,6 +19,7 @@ services:
|
|||||||
- --parent-chain.connection.url=${ARBITRUM_L1_URL}
|
- --parent-chain.connection.url=${ARBITRUM_L1_URL}
|
||||||
- --parent-chain.blob-client.beacon-url=${ARBITRUM_L1_BEACON_URL}
|
- --parent-chain.blob-client.beacon-url=${ARBITRUM_L1_BEACON_URL}
|
||||||
- --chain.id=42170
|
- --chain.id=42170
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --http.api=net,web3,eth,debug
|
- --http.api=net,web3,eth,debug
|
||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
- ./avalanche/configs/chains/C/fullnode-config.json:/root/.avalanchego/configs/chains/C/config.json
|
- ./avalanche/configs/chains/C/fullnode-config.json:/root/.avalanchego/configs/chains/C/config.json
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=18507 --public-ip=$IP"
|
command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=18507 --public-ip=$IP --coreth-config='{\"rpc-gas-limit\":600000000}'"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ opera \
|
|||||||
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \
|
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \
|
||||||
--ws.origins="*" \
|
--ws.origins="*" \
|
||||||
--nousb \
|
--nousb \
|
||||||
|
--rpc.gascap=600000000 \
|
||||||
--db.migration.mode reformat \
|
--db.migration.mode reformat \
|
||||||
--tracenode \
|
--tracenode \
|
||||||
--db.preset pbl-1 \
|
--db.preset pbl-1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user