From 2537249b708b49a3036338e680f12c49f85b78de Mon Sep 17 00:00:00 2001 From: MariusVanDerWijden Date: Wed, 14 Jan 2026 09:32:07 +0100 Subject: [PATCH] happy lint, happy life --- core/vm/eips.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/vm/eips.go b/core/vm/eips.go index 0eacd71a38..75c0a92a1f 100644 --- a/core/vm/eips.go +++ b/core/vm/eips.go @@ -43,6 +43,7 @@ var activators = map[int]func(*JumpTable){ 7702: enable7702, 7939: enable7939, 8024: enable8024, + 8037: enable8037, } // EnableEIP enables the given EIP on the config.