Hello, I am having some trouble editing the gas fee on transactions. I can only edit it from Metamask manually. Any help?
Here, the gas fee is humongous!
How do I edit it in JS code?
I am using an empty account to transfer from it, plus I am sending to the same empty account. Itโs just for testing, of course. But I am told that if iโts an empty account, that would happenโฆ IDK, here is my code:
const options = {type: "erc20",
amount: Moralis.Units.Token("11.8", "18"),
receiver: user.get("ethAddress"),
contractAddress: "0xA8b919680258d369114910511cc87595aec0be6D",
awaitReceipt: false // should be switched to false
}
let resultTransfer = await Moralis.transfer(options)
Hello @Yomoo!
Is there currently a solution to change gas fee in metamask using moralis?
I read other threads on the forum where there is a solution to change this manually.