Skip to content

Commit

Permalink
fix: patch brownie_safe CUSTOM_MULTISENDS to avoid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed Sep 23, 2023
1 parent 8356ef6 commit badc9a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions multisig_ci/ci_override.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
from brownie.network.contract import _explorer_tokens
from brownie._config import CONFIG

from brownie_safe import CUSTOM_MULTISENDS

for e, v in CUSTOM_MULTISENDS.copy().items():
CUSTOM_MULTISENDS[e.value] = v

# CI horribleness lurks below
# If running in CI, let's override ApeSafe.post_transaction so
# that it writes a file with the nonce. This is used to later tag
Expand Down

0 comments on commit badc9a6

Please sign in to comment.