Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain ALEPH_ZERO_EVM (#1277)
Browse files Browse the repository at this point in the history
* Add new chain 41455

* Add new explorer client URL: https://evm-explorer.alephzero.org/api/v1/graphql

* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 0393679 commit 687407d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class BlockscoutClient:
EthereumNetwork.SONGBIRD_TESTNET_COSTON: "https://coston-explorer.flare.network/graphiql",
EthereumNetwork.FLARE_TESTNET_COSTON2: "https://coston2-explorer.flare.network/graphiql",
EthereumNetwork.NAL_SEPOLIA_TESTNET: "https://testnet-scan.nal.network/api/v1/graphql",
EthereumNetwork.ALEPH_ZERO_EVM: "https://evm-explorer.alephzero.org/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@ class EthereumNetwork(Enum):
PRM_MAINNET = 39656
ENERGI_MAINNET = 39797
OHO_MAINNET = 39815
ALEPH_ZERO_EVM = 41455
OPULENT_X_BETA = 41500
PEGGLECOIN = 42069
AGENTLAYER_TESTNET = 42072
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,10 @@
"1.3.0+L2",
), # v1.3.0+L2
],
EthereumNetwork.ALEPH_ZERO_EVM: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 130, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 129, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2492,4 +2496,7 @@
EthereumNetwork.NAL_SEPOLIA_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2074580), # v1.3.0
],
EthereumNetwork.ALEPH_ZERO_EVM: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 122), # v1.3.0
],
}

0 comments on commit 687407d

Please sign in to comment.