RPC Error when trying to deploy FundMe contract. #1681
-
Hello, when trying to deploy the FundMe contract through Injected Provider - MetaMask Rinkeby Test Network. I get the error "creation of FundMe errored: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603}}'". This is happening with every contract and it started today. On a related note: I am making my own Lottery smart contract and I'm trying to implement Chainlink's VRF. I added test LINK and made a VRF subscription with my wallet, not sure if this might have something to do with this. I have made sure I have enough RinkebyETH. //SPDX-License-Identifier: MIT import "./PriceConverter.sol"; contract FundMe{
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Had the same issue, there's a problem with the Rinkeby testnet atm apparently. Tried Kovan and it worked. Need to change the address for ETH/USD to 0x9326BFA02ADD2366b30bacB125260Af641031331 as well. |
Beta Was this translation helpful? Give feedback.
Had the same issue, there's a problem with the Rinkeby testnet atm apparently. Tried Kovan and it worked.
Need to change the address for ETH/USD to 0x9326BFA02ADD2366b30bacB125260Af641031331 as well.