fix
This commit is contained in:
@@ -17,8 +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 --coreth-config='{\"rpc-gas-limit\":600000000}'"
|
command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=18507 --public-ip=$IP" restart: unless-stopped
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
|
|
||||||
avalanche-proxy:
|
avalanche-proxy:
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
"state-sync-enabled": true,
|
"state-sync-enabled": true,
|
||||||
"pruning-enabled": true,
|
"pruning-enabled": true,
|
||||||
"offline-pruning-enabled": false,
|
"offline-pruning-enabled": false,
|
||||||
"offline-pruning-data-directory": "/root/.avalanchego/offline-pruning"
|
"offline-pruning-data-directory": "/root/.avalanchego/offline-pruning",
|
||||||
|
"rpc-gas-cap": 600000000
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user