From 67300a4ab071b876c0e793c6dd0003edea4a77a3 Mon Sep 17 00:00:00 2001 From: dylanyang Date: Wed, 26 Jun 2024 12:20:51 +0800 Subject: [PATCH] update Rate --- common/global_const/common_const.go | 1 + 1 file changed, 1 insertion(+) 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