This commit is contained in:
Sebastian
2024-05-20 14:58:39 +02:00
parent 44df9e433d
commit 4a006efd6e
3 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ services:
- ./avalanche/configs/chains/C/fullnode-config.json:/root/.avalanchego/configs/chains/C/config.json
networks:
- 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