Skip to content

Commit 4edeb03

Browse files
author
colinlyguo
committed
increase paymasterVerificationGasLimit
1 parent 9243613 commit 4edeb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/paymaster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ func calculatePaymasterGasLimits(tokenAddr common.Address, usdtAddress common.Ad
790790
if tokenAddr != emptyAddr {
791791
if strings.EqualFold(tokenAddr.Hex(), usdtAddress.Hex()) || strings.EqualFold(tokenAddr.Hex(), usdcAddress.Hex()) {
792792
paymasterPostOpGasLimit = big.NewInt(42000)
793-
paymasterVerificationGasLimit = big.NewInt(35000)
793+
paymasterVerificationGasLimit = big.NewInt(80000)
794794
}
795795
}
796796

0 commit comments

Comments
 (0)