-
transact to FundMe.fund errored: Send transaction failed: Error: [number-to-bn] while converting number [] to BN.js instance, error: invalid number value. Value must be an integer, hex string, BN or BigNumber instance. Note, decimals are not supported. Given value: "" . if you use an injected provider, please check it is properly unlocked. This is the error I am getting when I deploy the FundMe contract . Please help me with this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Bhavu2412 Can you at least share repo or code? But I assume you are passing wrong arguments in deploy function.. |
Beta Was this translation helpful? Give feedback.
Hi @Bhavu2412
First of all you are using incorrect price feed address, no idea what that address is but it is not price feed for sepolia, you can find proper price feed addresses here: link for eth/usd it will be
0x694AA1769357215DE4FAC081bf1f309aDC325306
.If this did not solve your issue please link your repository as I still do not know your deploy script