From badc9a6fa134509c8a5241a4e666627b77309e90 Mon Sep 17 00:00:00 2001 From: kx9x Date: Fri, 22 Sep 2023 23:02:02 -0700 Subject: [PATCH] fix: patch brownie_safe CUSTOM_MULTISENDS to avoid bug --- multisig_ci/ci_override.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/multisig_ci/ci_override.py b/multisig_ci/ci_override.py index 8a838c3..1e9b229 100644 --- a/multisig_ci/ci_override.py +++ b/multisig_ci/ci_override.py @@ -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