Skip to content

Commit

Permalink
fix prettier (#1181)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Scatularo <[email protected]>
  • Loading branch information
sebastianscatularo and Sebastian Scatularo authored Nov 15, 2024
1 parent fccf201 commit c05c619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/useHandleTransfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
CHAIN_ID_XPLA,
CHAIN_ID_SEI,
cosmos,
createNonce,
// createNonce,
getEmitterAddressAlgorand,
getEmitterAddressEth,
getEmitterAddressInjective,
Expand Down Expand Up @@ -290,7 +290,7 @@ async function aptos(
tokenAddress,
transferAmountParsed.toString(),
recipientChain,
recipientAddress,
recipientAddress
//additionalPayload?.receivingContract || recipientAddress,
//additionalPayload?.payload
// ? undefined
Expand Down

0 comments on commit c05c619

Please sign in to comment.