-
Beta Was this translation helpful? Give feedback.
Answered by
Nlferu
Sep 27, 2023
Replies: 1 comment 3 replies
-
Hello @Beefy-py You are using sepolia |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Beefy-py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Beefy-py
You are using sepolia
pricefeedaddress
, so you will not be able to run this contract on local host network as this provider price feed contract doesnt exist there (Remix VM London). If you want to run this code just change network to sepolia or deploy MockV3Aggregator contract to imitate pricefeedaddress provider contract and swap addresses.