From f98fcc0407842fe074c9af5233886352899c1058 Mon Sep 17 00:00:00 2001 From: Goran Rojovic Date: Mon, 19 Feb 2024 18:41:11 +0100 Subject: [PATCH] Rebase fix --- consensus/polybft/contractsapi/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consensus/polybft/contractsapi/init.go b/consensus/polybft/contractsapi/init.go index c765792518..473a1d6b3f 100644 --- a/consensus/polybft/contractsapi/init.go +++ b/consensus/polybft/contractsapi/init.go @@ -403,6 +403,7 @@ func init() { "TestRewardToken": TestRewardToken, "ZexCoinERC20": ZexCoinERC20, "ZexNFT": ZexNFT, + "EntryPoint": EntryPoint, } }