Skip to content

Commit

Permalink
add methodName
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Jan 2, 2025
1 parent 3701103 commit 9ba6cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/swap/auth/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ export async function buildAuthTxPayload({
transferWithAuthorization: authTypedData.eip712,
deposit: depositTypedData.eip712,
},

swapTx: {
chainId: originChainId,
to: entryPointContract.address,
argsWithoutSignatures:
methodNameAndArgsWithoutSignatures.argsWithoutSignatures,
...methodNameAndArgsWithoutSignatures,
},
};
}

0 comments on commit 9ba6cac

Please sign in to comment.