We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6c17b3 + 3995139 commit 199cb19Copy full SHA for 199cb19
1 file changed
src/wallet.rs
@@ -2482,9 +2482,8 @@ impl UserOperationBuilder {
2482
// Use simple Circle format - no permit signature needed
2483
// The TBA has already approved the paymaster to spend USDC
2484
let paymaster_data = encode_circle_paymaster_data(
2485
- paymaster,
2486
- 500_000, // Default verification gas limit
2487
- 300_000, // Default call gas limit
+ paymaster, 500_000, // Default verification gas limit
+ 300_000, // Default call gas limit
2488
);
2489
2490
// Set the combined paymaster and data
0 commit comments