Skip to content

Commit

Permalink
update Rate
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Jun 26, 2024
1 parent 01c189e commit 67300a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/global_const/common_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67300a4

Please sign in to comment.