From 5fdd6d1e72e981d5053076629c54b11ffa482e42 Mon Sep 17 00:00:00 2001 From: meowsbits <45600330+meowsbits@users.noreply.github.com> Date: Thu, 12 Dec 2019 10:23:59 -0600 Subject: [PATCH] fix(mgeth.json): add constantinople block number Rel - https://github.com/ethereumclassic/ECIPs/blob/b8758393809168b8d64827cef2209140aa367e8f/_specs/ecip-1056.md#abstract - https://github.com/ethereumclassic/ECIPs/pull/245 --- mgeth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mgeth.json b/mgeth.json index d98af52..16315d0 100644 --- a/mgeth.json +++ b/mgeth.json @@ -10,7 +10,8 @@ "eip158Block":0, "byzantiumBlock":0, "disposalBlock":0, - "constantinopleBlock":null, + "constantinopleBlock": 301243, + "petersburgBlock": 301243, "ECIP1017EraRounds":2000000, "eip160FBlock":0, "ecip1010PauseBlock":0,