Skip to content

Commit

Permalink
Add master copies addresses with genesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Sep 17, 2024
1 parent b2f17d4 commit 731aa33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions safe_eth/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,10 @@
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 0, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 0, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.SNAXCHAIN: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 0, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 0, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down

0 comments on commit 731aa33

Please sign in to comment.