Skip to content

Commit

Permalink
feat: add Mantle Mainnet and Testnet addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 authored and moisses89 committed Jul 17, 2023
1 parent f387b50 commit 4bdf6cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,14 @@
("0x1727c2c531cf966f902E5927b98490fDFb3b2b70", 7259224, "1.3.0+L2"),
("0xB00ce5CCcdEf57e539ddcEd01DF43a13855d9910", 7259230, "1.3.0"),
],
EthereumNetwork.MANTLE_TESTNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 4404246, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 4404284, "1.3.0"),
],
EthereumNetwork.MANTLE: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1511, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1512, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -858,4 +866,10 @@
EthereumNetwork.ZKSYNC_V2: [
("0xDAec33641865E4651fB43181C6DB6f7232Ee91c2", 7259190), # v1.3.0
],
EthereumNetwork.MANTLE_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 4404053), # v1.3.0
],
EthereumNetwork.MANTLE: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1504), # v1.3.0
],
}

0 comments on commit 4bdf6cc

Please sign in to comment.