diff --git a/common/global_const/common_const.go b/common/global_const/common_const.go index 9a93031..ea30bbc 100644 --- a/common/global_const/common_const.go +++ b/common/global_const/common_const.go @@ -37,6 +37,7 @@ var ( TwoBigint = big.NewInt(2) HundredPlusOneBigint = big.NewInt(110) HundredPlusTwoBigint = big.NewInt(120) + HundredFiveTwoBigint = big.NewInt(150) DummyPrivateKey *ecdsa.PrivateKey DummyAddress common.Address DummyPaymasterDataByte []byte