Skip to content

Commit

Permalink
feat: adding Oasis Sapphire and Oasis Sapphire Testnet support
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop authored and moisses89 committed Jul 21, 2023
1 parent 0333269 commit 7110225
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 @@ -526,6 +526,14 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1408599, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1408613, "1.3.0"),
],
EthereumNetwork.OASIS_SAPPHIRE: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 325640, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 325643, "1.3.0"),
],
EthereumNetwork.OASIS_SAPPHIRE_TESTNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1378154, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1378155, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -879,4 +887,10 @@
EthereumNetwork.CASCADIA_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1408580), # v1.3.0
],
EthereumNetwork.OASIS_SAPPHIRE_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1378137), # v1.3.0
],
EthereumNetwork.OASIS_SAPPHIRE: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 325632), # v1.3.0
],
}

0 comments on commit 7110225

Please sign in to comment.