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 committed Jul 19, 2023
1 parent 4bdf6cc commit cb44ee0
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 @@ -522,6 +522,14 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1511, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1512, "1.3.0"),
],
EthereumNetwork.OASIS_SAPPHIRE: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 330092, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 330094, "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 @@ -872,4 +880,10 @@
EthereumNetwork.MANTLE: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1504), # v1.3.0
],
EthereumNetwork.OASIS_SAPPHIRE_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1378137), # v1.3.0
],
EthereumNetwork.OASIS_SAPPHIRE: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 328339), # v1.3.0
],
}

0 comments on commit cb44ee0

Please sign in to comment.