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, } }