Elisabeth Bangoura

Results 7 comments of Elisabeth Bangoura

Yes, @iamnotstatic const privateKey = "MyPrivKey" const account = new CryptoAccount(privateKey, { network: "Ropsten", }); const txHash = await account .send("addressTo", 0.200, { type: "ERC20", address: "0xaD6D458402F60fD3Bd25163575031ACDce07538D", // DAI Ropsten...

@iamnotstatic The same Error happens when I do this: const txHash = await account .send("addressTo", 0.200, { type: "ERC20", Name: "DAI",

Okay, thank you so much. I will try with rinkeby. But everything works with Mainnet too right? Abdulfatai Suleiman ***@***.***> schrieb am So. 17. Juli 2022 um 11:39: > Hi...

Will do, thanks! Abdulfatai Suleiman ***@***.***> schrieb am So. 17. Juli 2022 um 13:23: > Yeah, it should but notwithstanding you should verify. > > — > Reply to this...

@iamnotstatic Do I have to add gasFee? Because I got a TransactionHash and it was successful, but got another Error ERC-20 Token Transfer Error (Unable to locate corresponding Transfer Event...

@JetSimon Did you find a solution to the dust error?