We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to do a simple ESDTTransfer and it seems that the gasLimit parameter is not working.
let tx = { receiver: "erd1q4uy7rvftd9xwjec47xuml5pd0u58djq6jm4v5q3r9d92fen3m9qjmg3r9", data: "ESDTTransfer@555344432d386434303638@0f4240", value: 0, gasLimit: 50000000000 } await this.$erdjs.dapp .sendTransaction(tx) .then(({ sessionId, error }) => { if (error) { alert(error) } console.log(`sessionId ${sessionId}`) })
=> https://devnet-explorer.multiversx.com/transactions/429fcc36f8f2251fba040c94a1f371443855916463fa37bcd8d51c118b44300a
The text was updated successfully, but these errors were encountered:
Thanks for reporting, scheduling time this week to investigate.
Sorry, something went wrong.
ionvv
No branches or pull requests
Hi,
I'm trying to do a simple ESDTTransfer and it seems that the gasLimit parameter is not working.
=>
https://devnet-explorer.multiversx.com/transactions/429fcc36f8f2251fba040c94a1f371443855916463fa37bcd8d51c118b44300a
The text was updated successfully, but these errors were encountered: