From 40a9108538fb01583318af234e38b684fd9c73a5 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 13 Nov 2024 19:16:31 +0100 Subject: [PATCH] increased genesis block gas limit to 300 GGas --- templates/spec_hbbft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/spec_hbbft.json b/templates/spec_hbbft.json index c8ecdbe6..30dbe242 100644 --- a/templates/spec_hbbft.json +++ b/templates/spec_hbbft.json @@ -38,7 +38,7 @@ "timestamp": "0x00", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "extraData": "0x", - "gasLimit": "0x989680" + "gasLimit": "0x45D964B800" }, "accounts": { "0000000000000000000000000000000000000001": { "balance": "1", "nonce": "1048576", "builtin": { "name": "ecrecover", "pricing": { "linear": { "base": 3000, "word": 0 } } } },