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
i recently baked the project and tried to run brownie test and all default tests fails
with the same error
brownie.exceptions.BrownieEnvironmentError: Functionality not available in local environment
Is there any hint for this issue?
I am facing the same issue when using console with mainnet-fork@block_number. The weird thing is that it works with normal mainnet-fork
>>> Contract('0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599')
File "<console>", line 1, in<module>
File "brownie/network/contract.py", line 861, in __init__
build, sources = _get_deployment(alias=address_or_alias)
File "brownie/network/state.py", line 603, in _get_deployment
raise BrownieEnvironmentError("Functionality not available in local environment") from None
BrownieEnvironmentError: Functionality not available inlocal environment
i recently baked the project and tried to run
brownie test
and all default tests failswith the same error
brownie.exceptions.BrownieEnvironmentError: Functionality not available in local environment
full log : https://pastebin.pl/view/bffcf104
The text was updated successfully, but these errors were encountered: