Peiman

Results 3 comments of Peiman

I manage to fix this by changing the way you send transactions. having issue with this: ``` const tx = await ERC20Contract.approve(...args) await tx.wait(); ``` changing the code to the...

@dbeal-eth I think you have already fixed the issues i mentioned. The contract is already deployed and tested. so i think it's ready to be merged

@dbeal-eth I can see there are some extra generated files like test.json wanna clean those up before merging?