Skip to content

Commit

Permalink
fix: remove base hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed Jun 16, 2024
1 parent 1e8ed7b commit 194f4db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions multisig_ci/ci_override.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "multisig_ci"
version = "0.8.19"
version = "0.8.20"
description = "Gnosis safe ci scripts."
authors = ["kx9x <[email protected]>"]
license = "AGPLv3"
Expand Down

0 comments on commit 194f4db

Please sign in to comment.