Skip to content

Commit

Permalink
fix: uint128 safety
Browse files Browse the repository at this point in the history
dont look
  • Loading branch information
nick134-bit committed Nov 11, 2024
1 parent b341d21 commit ea8190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/messages/createIncreaseAllowanceMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const createIncreaseAllowanceMessage = ({
contract: tokenAddress,
msg: toUtf8(JSON.stringify({
increase_allowance: {
amount: `${Number(tokenAmount)}`,
amount: `${tokenAmount}`,
spender: `${swapAddress}`,
},
})),
Expand Down

0 comments on commit ea8190f

Please sign in to comment.