Skip to content

Commit 140f94b

Browse files
committed
blawpi
1 parent daf3d17 commit 140f94b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/wallet.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,6 @@ pub fn encode_usdc_paymaster_data(
25562556
let mut data = Vec::new();
25572557
data.extend_from_slice(paymaster.as_slice());
25582558

2559-
<<<<<<< HEAD
25602559
// Add paymaster-specific data for Circle's TokenPaymaster v0.8
25612560
// Format: encodePacked([uint8, address, uint256, bytes])
25622561
// - uint8: mode (0 for permit mode)
@@ -2588,17 +2587,5 @@ pub fn encode_usdc_paymaster_data(
25882587

25892588
// For testing, let's try without the signature first to see if we get a different error
25902589

2591-
=======
2592-
// Add paymaster-specific data
2593-
// For Circle's paymaster on Base, we only include the token address
2594-
// The paymaster will calculate the gas cost internally
2595-
2596-
// Token address (USDC)
2597-
data.extend_from_slice(token_address.as_slice());
2598-
2599-
// Note: Circle's paymaster may expect additional data, but based on
2600-
// the error we're getting, let's try with just the token address
2601-
2602-
>>>>>>> aa42c9fcc0514fae774d56a2a6298e2e917ea896
26032590
data
26042591
}

0 commit comments

Comments
 (0)