Skip to content

Commit 199cb19

Browse files
committed
Merge branch 'wh/wallet-signer' of github.com:hyperware-ai/process_lib into wh/wallet-signer
2 parents f6c17b3 + 3995139 commit 199cb19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wallet.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,9 +2482,8 @@ impl UserOperationBuilder {
24822482
// Use simple Circle format - no permit signature needed
24832483
// The TBA has already approved the paymaster to spend USDC
24842484
let paymaster_data = encode_circle_paymaster_data(
2485-
paymaster,
2486-
500_000, // Default verification gas limit
2487-
300_000, // Default call gas limit
2485+
paymaster, 500_000, // Default verification gas limit
2486+
300_000, // Default call gas limit
24882487
);
24892488

24902489
// Set the combined paymaster and data

0 commit comments

Comments
 (0)