Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain ABEY_MAINNET (#1238)
Browse files Browse the repository at this point in the history
* Add new chain 179

* Add new master copy address 0x69f4D1788e39c87893C980c06EdF4b7f686e2938

* Add new master copy address 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

* Apply linter fixes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
1 parent 0214045 commit 5293aac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ class EthereumNetwork(Enum):
MANTA_PACIFIC_MAINNET = 169
HOO_SMART_CHAIN_TESTNET = 170
LATAM_BLOCKCHAIN_RESIL_TESTNET = 172
ABEY_MAINNET = 179
AME_CHAIN_MAINNET = 180
SEELE_MAINNET = 186
BMC_MAINNET = 188
Expand Down
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,14 @@
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 257516, "1.4.1"), # v1.4.1
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 257513, "1.4.1+L2"), # v1.4.1+L2
],
EthereumNetwork.ABEY_MAINNET: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 20551597, "1.3.0"), # v1.3.0
(
"0xfb1bffC9d739B8D520DaF37dF666da4C687191EA",
20551593,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2420,4 +2428,7 @@
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 257893), # v1.3.0
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 257488), # v1.4.1
],
EthereumNetwork.ABEY_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 20551566), # v1.3.0
],
}

0 comments on commit 5293aac

Please sign in to comment.