From 8977848d6e915143adf256a9cdfe38401c46b1d1 Mon Sep 17 00:00:00 2001 From: codchen Date: Mon, 22 Apr 2024 22:30:15 +0800 Subject: [PATCH] Reenable Cancun --- x/evm/types/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/evm/types/config.go b/x/evm/types/config.go index 1d3e2748f8..282984ee9a 100644 --- a/x/evm/types/config.go +++ b/x/evm/types/config.go @@ -8,7 +8,7 @@ import ( "github.com/sei-protocol/sei-chain/utils" ) -var CancunTime int64 = -1 +var CancunTime int64 = 0 /* *