rpc gas imit for avax also for testnet

This commit is contained in:
goldsquid
2025-11-05 20:13:30 +07:00
parent 52d17f5fd3
commit 484142ab4e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
{
"state-sync-enabled": false,
"pruning-enabled": false
"pruning-enabled": false,
"rpc-gas-cap": 2500000000,
"eth-rpc-gas-limit": 2500000000
}

View File

@@ -0,0 +1,4 @@
{
"rpc-gas-cap": 2500000000,
"eth-rpc-gas-limit": 2500000000
}