Skip to content

Commit

Permalink
fix: allow fantom to work
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed Jun 16, 2024
1 parent 6248205 commit 423ecfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions multisig_ci/ci_override.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from brownie import accounts, network, chain, Contract
from gnosis.safe.safe_tx import SafeTx
from gnosis.safe.safe import SafeV111, SafeV120, SafeV130, SafeV141
from gnosis.eth.ethereum_client import EthereumNetwork
from eth_abi import encode
from eth_utils import keccak
from typing import Optional, Union
Expand Down Expand Up @@ -182,6 +183,7 @@ def DelegateSafe(address, base_url=None, multisend=None):
base_url = "https://safe-transaction-base.safe.global"

safe = BrownieSafe(address, base_url, multisend)
safe.transaction_service.URL_BY_NETWORK[EthereumNetwork.FANTOM_OPERA] = "https://safe-txservice.fantom.network"
safe.frontend_url = frontend_url
return safe

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.17"
version = "0.8.18"
description = "Gnosis safe ci scripts."
authors = ["kx9x <[email protected]>"]
license = "AGPLv3"
Expand Down

0 comments on commit 423ecfe

Please sign in to comment.