DEV Community

Discussion on: Using Brownie For To Deploy Smart Contracts

Collapse
 
jaslend profile image
Jason

I can't seem to get the web3 code to work. It fails on 'latestData = contract.functions.latestRoundData().call()'. If I call your contract address with my Infura Project Id with works. Could there be an issue with my deployed contract? The 'read_price_feed.py' script works ok from brownie though.