Skip to content

Commit

Permalink
fix(permit): fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Jan 3, 2025
1 parent 057f7d0 commit ad0ea3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/bundler-sdk-viem/src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ export const encodeOperation = (
} else {
const typedData = getPermitTypedData(
{
name: tokenData.name,
address: tokenData.address,
erc20: tokenData,
owner: sender,
spender,
allowance: amount,
Expand Down

0 comments on commit ad0ea3c

Please sign in to comment.