Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain SONGBIRD_CANARY_NETWORK (#1254)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://songbird-explorer.flare.network/graphiql

* Add new master copy address 0x69f4D1788e39c87893C980c06EdF4b7f686e2938

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

* Apply minor fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Felipe Alvarado <felipe@safe.global>
  • Loading branch information
github-actions[bot] and falvaradorodriguez authored Aug 2, 2024
1 parent 9454018 commit 3cb0b64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class BlockscoutClient:
EthereumNetwork.FLARE_MAINNET: "https://flare-explorer.flare.network/graphiql",
EthereumNetwork.AUTONOMYS_TESTNET_NOVA_DOMAIN: "https://nova.subspace.network/api/v1/graphql",
EthereumNetwork.GNOSIS_CHIADO_TESTNET: "https://gnosis-chiado.blockscout.com/api/v1/graphql",
EthereumNetwork.SONGBIRD_CANARY_NETWORK: "https://songbird-explorer.flare.network/graphiql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
8 changes: 7 additions & 1 deletion gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,9 @@
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 117845, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 117838, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.SONGBIRD_CANARY_NETWORK: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 36564936, "1.3.0"), # v1.3.0
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2453,6 +2456,9 @@
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1196789), # v1.3.0
],
EthereumNetwork.GNOSIS_CHIADO_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 117835, "1.3.0"), # v1.3.0
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 117835), # v1.3.0
],
EthereumNetwork.SONGBIRD_CANARY_NETWORK: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 36564904), # v1.3.0
],
}

0 comments on commit 3cb0b64

Please sign in to comment.