avalanche: helicon hardfork - fix api-max-duration from number 0 to string '0s' for v1.15.0 compatibility
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"eth-rpc-gas-limit": 2500000000,
|
||||
"local-txs-enabled": false,
|
||||
"pruning-enabled": false,
|
||||
"api-max-duration": 0,
|
||||
"api-max-duration": "0s",
|
||||
"api-max-blocks-per-request": 0,
|
||||
"allow-unfinalized-queries": false,
|
||||
"log-level": "info",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"eth-rpc-gas-limit": 2500000000,
|
||||
"local-txs-enabled": false,
|
||||
"pruning-enabled": true,
|
||||
"api-max-duration": 0,
|
||||
"api-max-duration": "0s",
|
||||
"api-max-blocks-per-request": 0,
|
||||
"allow-unfinalized-queries": false,
|
||||
"log-level": "info",
|
||||
|
||||
Reference in New Issue
Block a user