Skip to content

Commit

Permalink
Support Darwinia and Crab
Browse files Browse the repository at this point in the history
  • Loading branch information
furoxr committed Jul 4, 2023
1 parent bcc4df9 commit fe8ed10
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,20 @@
"1.3.0",
), # Safe singleton address
],
EthereumNetwork.DARWINIA_NETWORK: [
(
"0xfb1bffC9d739B8D520DaF37dF666da4C687191EA",
491175,
"1.3.0+L2",
)
],
EthereumNetwork.DARWINIA_CRAB_NETWORK: [
(
"0xfb1bffC9d739B8D520DaF37dF666da4C687191EA",
739900,
"1.3.0+L2",
)
]
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -769,4 +783,16 @@
2086864,
), # v1.3.0 Default singleton address
],
EthereumNetwork.DARWINIA_NETWORK: [
(
"0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC",
491157,
)
],
EthereumNetwork.DARWINIA_CRAB_NETWORK: [
(
"0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC",
739882,
)
]
}

0 comments on commit fe8ed10

Please sign in to comment.