You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys im stuck on this error when trying to deploy the fund_and_withdraw.py to the ganache-local chain. Im on the video linked at https://www.youtube.com/watch?v=M576WGiDBdQ 5:45:05 hrs. Cannot seem to get passed this.
The text was updated successfully, but these errors were encountered:
I have a similar problem .. i would like ask you if you could give me and idea what happen .. my error in lesson 6 is:
_raise AttributeError(f"Contract '{self.name}' object has no attribute '{name}'")
AttributeError: Contract 'FundMe' object has no attribute 'getEntranceFee'
Script:
from brownie import FundMe, accounts
from scripts.helpful_scripts import get_account
Hi guys im stuck on this error when trying to deploy the fund_and_withdraw.py to the ganache-local chain. Im on the video linked at https://www.youtube.com/watch?v=M576WGiDBdQ 5:45:05 hrs. Cannot seem to get passed this.
The text was updated successfully, but these errors were encountered: