Skip to content
Advertisement

ContractNotFound: No contract deployed at

I have been involved in the chainlink bootcamp and trying to finishing the final ‘Exercise 3: Putting it all together’.

However, I am stuck running:

JavaScript

ContractNotFound: No contract deployed at 0xF4030086511a5bEEa4966F8cA5B36dbC97BeE88c

Printed contract_type._name is a mock address returned from `MockV3Aggregator which also doesn’t make sense, why the code calls this logic.

JavaScript

I am struggling to understand this error message, should this command not be deploying contracts? I.e they should already already exist on the kovan network?

Any insights welcome!

Advertisement

Answer

Problem – I was using the ethereum mainnet address instead of the correct kovan network address for btc / usd price.

Changing the btc_usd_price_feed value to 0x6135b13325bfC4B00278B4abC5e20bbce2D6580e in the config.yml fixed this issue for me.

price feed addresses

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement