KeyError: 'eth_usd_price_feed' #1616
-
I am getting the following error when I run brownie run scripts/deploy_lottery.py LOCAL_BLOCKCHAIN_ENVIRONMENTS is set to ["developmemt"] but it still is looking for "eth_usd_price_feed" if I just run FYI: Please advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
hello @hiteshgupta2507 Cheers. |
Beta Was this translation helpful? Give feedback.
hello @hiteshgupta2507
Please ve sure you don't have any typo on your helpful scripts and the network is setting up as
development
correctly, also remember that you have to add the else statement to deploy the mocks when you are on that network.It would be easier to help if you share the code you are using here.
Cheers.