Skip to content

Commit

Permalink
Fix humanization bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Nov 6, 2024
1 parent 2fadcb9 commit 7f4ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/humanizer/modules/Socket/socketModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const SocketModule: HumanizerCallModule = (accountOp: AccountOp, irCalls:
getAction('Bridge'),
getToken(eToNative(fromToken), amount),
getLabel('to'),
getTokenWithChain(eToNative(toToken), outputAmount, dstChain),
getTokenWithChain(eToNative(toToken), outputAmount),
getLabel('on'),
getChain(dstChain),
getDeadline(quoteAndDeadlineTimeStamps[1]),
Expand Down

0 comments on commit 7f4ac5b

Please sign in to comment.