Contract.from_abi not working as expected #35
Replies: 2 comments 4 replies
-
Hmm.... This "works" but not in the way that we'd expect. Not a big deal... but let's figure out what's going on.
Could you check what's going on? |
Beta Was this translation helpful? Give feedback.
-
Hello, I was searching whole brownie documentation for If it is from below, why there is no attribute |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in the video (at arout 7:22:42) you are using this code to load a contract from an ABI:
however this is not working if we run the integration test (it says that there is no attribute called
_abi
and_name
as we can see from here)... I've solved using this:also, for me 60 seconds to wait wasn't enough... but 4 minutes yes
Beta Was this translation helpful? Give feedback.
All reactions