From 2fe89b476af38ae20adba546905c3d0e80a0ded2 Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Mon, 4 Apr 2022 10:22:03 +0200 Subject: [PATCH] update comments --- src/utils/TokenUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/TokenUtils.ts b/src/utils/TokenUtils.ts index a2148a3b..0095aac6 100644 --- a/src/utils/TokenUtils.ts +++ b/src/utils/TokenUtils.ts @@ -42,7 +42,7 @@ export async function estimateGas( * @param {String} account * @param {String} tokenAddress * @param {String} spender - * @param {String} amount amount of ERC20 tokens, expressed without decimals (not as wei) + * @param {String} amount amount of ERC20 tokens (not as wei) * @param {String} force if true, will overwrite any previous allowence. Else, will check if allowence is enough and will not send a transaction if it's not needed */ export async function approve( @@ -89,7 +89,7 @@ export async function approve( * @param {String} account * @param {String} tokenAddress * @param {String} recipient - * @param {String} amount amount of ERC20 tokens, expressed without decimals (not as wei) + * @param {String} amount amount of ERC20 tokens (not as wei) * @param {String} force if true, will overwrite any previous allowence. Else, will check if allowence is enough and will not send a transaction if it's not needed */ export async function transfer(