Skip to content

Commit

Permalink
hard reset bao env
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberthirst committed Dec 16, 2024
1 parent dcdbcc6 commit 2fce6ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ def set_etherscan(*args, **kwargs):


def reset_env():
set_env(Env())
global env
env = Env()
#set_env(Env())


def _breakpoint(computation):
Expand Down

0 comments on commit 2fce6ef

Please sign in to comment.