Merge pull request #266 from poanetwork/kovan-block-gas-limit-12500000

(Kovan) Increase default block gas limit to 12.5M
This commit is contained in:
varasev 2020-06-24 10:42:43 +03:00 committed by GitHub
commit a517af8876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@ GENESIS_BRANCH: "kovan"
GENESIS_NETWORK_NAME: "kovan"
MOC_ADDRESS: "0xd05f7478c6aA10781258c5Cc8b4F385fC8Fa989c"
BLK_GAS_LIMIT: "10000000"
BLK_GAS_LIMIT: "12500000"

View File

@ -20,7 +20,7 @@ SCRIPTS_MOC_BRANCH: "master"
GENESIS_NETWORK_NAME: "PoA"
MAIN_REPO_FETCH: "poanetwork"
BLK_GAS_LIMIT: "10000000"
BLK_GAS_LIMIT: "12500000"
username: "moc"
users:

View File

@ -18,7 +18,7 @@ MINING_KEYPASS: ""
MINING_ADDRESS: "0xdd0bb0e2a1594240fed0c2f2c17c1e9ab4f87126"
SCRIPTS_VALIDATOR_BRANCH: "master"
MAIN_REPO_FETCH: "poanetwork"
BLK_GAS_LIMIT: "10000000"
BLK_GAS_LIMIT: "12500000"
reboot_after_completion: false
install_debug_tools: "no"