From 194f4db4549e4455c14f2a811ebb24949ef697e2 Mon Sep 17 00:00:00 2001 From: kx9x Date: Sun, 16 Jun 2024 15:06:04 -0700 Subject: [PATCH] fix: remove base hacks --- multisig_ci/ci_override.py | 3 --- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/multisig_ci/ci_override.py b/multisig_ci/ci_override.py index 9409e8d..e83696f 100644 --- a/multisig_ci/ci_override.py +++ b/multisig_ci/ci_override.py @@ -180,9 +180,6 @@ def DelegateSafe(address, base_url=None, multisend=None): else: frontend_url = gnosis_frontend_urls[1] - if not base_url and network.chain.id == BASE_CHAIN_ID: - base_url = "https://safe-transaction-base.safe.global" - if not base_url and network.chain.id == FANTOM_CHAIN_ID: base_url = "https://safe-txservice.fantom.network" diff --git a/pyproject.toml b/pyproject.toml index 194d178..c4c0280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "multisig_ci" -version = "0.8.19" +version = "0.8.20" description = "Gnosis safe ci scripts." authors = ["kx9x "] license = "AGPLv3"