Skip to content

TypeError: gasPrice.mul is not a function in FundMe Test #6407

Answered by Codensity30
nraj07054 asked this question in Q&A
Discussion options

You must be logged in to vote

In the upgraded version of, ethers these mul, add, ... functions are not supported. These functions are used to perform basic arithmetic operations.
So you can use this instead const gasCost = gasPrice * gasUsed; this will also lead to same result.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nraj07054
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants