-
Git hub repo link - https://github.com/hnishal/upgrades Any help is appreciated.🙌 |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Dec 2, 2021
Replies: 1 comment 8 replies
-
Hello @hnishal it seems you have mismatch on openzeppelin version: I hope this works for you. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @hnishal it seems you have mismatch on openzeppelin version:
KeyError: 'OpenZeppelin/[email protected]/Address'
change yourbrownie-config.yaml
to version@4.4.0
. Delete your build folder and compile again withbrownie compile
.I hope this works for you.