lesson 7: Brownie compile #1834
-
Brownie v1.19.3 - Python development framework for Ethereum 1.23MiB [00:01, 661kiB/s] File "brownie/_cli/main.py", line 64, in main |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
brownie-config.yaml dependencies:
- smartcontractkit/[email protected]
- OpenZeppelin/[email protected];
compiler:
solc:
remappings:
- '@chainlink=smartcontractkit/[email protected]'
- '@openzeppelin= OpenZeppelin/[email protected]'
networks:
mainnet-fork:
eth_usd_price_feed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419" |
Beta Was this translation helpful? Give feedback.
-
Hello @sundaepromix On this line:
also try using another version like:
|
Beta Was this translation helpful? Give feedback.
Hello @sundaepromix
On this line:
you have a space between the equal an Openzeppelin, try to remove it.
also try using another version like:
OpenZeppelin/[email protected]