Suggested fuel cost display NAN ETH #1650
Unanswered
msbolang
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use the iPhone to open mateMask through webview to transfer money, but the suggested fuel cost displays NAN ETH
await web3.eth.sendTransaction({
to: usdtContractAddress,
from: accounts[0],
// gasPrice: gasPrice,
// gas: 21000,
data: data
}
Beta Was this translation helpful? Give feedback.
All reactions