Merge pull request #264 from poanetwork/sokol-block-gas-limit-12500000

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

View File

@ -39,7 +39,7 @@ GENESIS_NETWORK_NAME: "Sokol"
NETHERMIND_NETWORK_NAME: "sokol"
MOC_ADDRESS: "0xe8ddc5c7a2d2f0d7a9798459c0104fdf5e987aca"
BLK_GAS_LIMIT: "10000000"
BLK_GAS_LIMIT: "12500000"
#bootnode
bootnode_instance_type: "t2.large"