Skip to content

Commit

Permalink
add destination fee
Browse files Browse the repository at this point in the history
  • Loading branch information
noahjoeris committed Aug 20, 2024
1 parent 4950c11 commit ce79530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/hooks/useTransfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const useTransfer = () => {
token.address,
destinationChain.chainId,
amount,
BigInt(0),
500_000_000n,
)

case Direction.ToEthereum:
Expand Down

0 comments on commit ce79530

Please sign in to comment.