From 17fab1ebfd652bf2b3e0efd16055d3b9995cf10b 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 220474e766..c185dd3030 100644 --- a/consensus/polybft/contractsapi/init.go +++ b/consensus/polybft/contractsapi/init.go @@ -389,6 +389,7 @@ func init() { "RootERC20": RootERC20, "TestSimple": TestSimple, "TestRewardToken": TestRewardToken, + "EntryPoint": EntryPoint, } }