diff --git a/src/utils/TokenUtils.ts b/src/utils/TokenUtils.ts index d2f28974..6d28225f 100644 --- a/src/utils/TokenUtils.ts +++ b/src/utils/TokenUtils.ts @@ -134,8 +134,7 @@ export async function transfer( account: string, tokenAddress: string, recipient: string, - amount: string, - force = false + amount: string ): Promise { const tokenContract = new web3.eth.Contract(minAbi, tokenAddress)