Skip to content

Commit

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

* Add new master copy address 0x69f4D1788e39c87893C980c06EdF4b7f686e2938

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

* Fix network name

---------

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 committed Aug 5, 2024
1 parent 352b1a1 commit f5fdb02
Show file tree
Hide file tree
Showing 3 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 @@ -125,6 +125,7 @@ class BlockscoutClient:
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",
EthereumNetwork.SONGBIRD_TESTNET_COSTON: "https://coston-explorer.flare.network/graphiql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
2 changes: 1 addition & 1 deletion gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EthereumNetwork(Enum):
DIODE_TESTNET_STAGING = 13
FLARE_MAINNET = 14
DIODE_PRENET = 15
FLARE_TESTNET_COSTON = 16
SONGBIRD_TESTNET_COSTON = 16
THAICHAIN_2_0_THAIFI = 17
THUNDERCORE_TESTNET = 18
SONGBIRD_CANARY_NETWORK = 19
Expand Down
6 changes: 6 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,9 @@
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 36564936, "1.3.0"), # v1.3.0
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 66811156, "1.4.1"), # v1.4.1
],
EthereumNetwork.SONGBIRD_TESTNET_COSTON: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 9254177, "1.3.0"), # v1.3.0
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2465,4 +2468,7 @@
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 36564904), # v1.3.0
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 66811110), # v1.4.1
],
EthereumNetwork.SONGBIRD_TESTNET_COSTON: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 9254173), # v1.3.0
],
}

0 comments on commit f5fdb02

Please sign in to comment.