Skip to content

Commit

Permalink
feat: add Kroma Mainnet contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop committed Jan 9, 2024
1 parent 1b079e1 commit 6c6b3d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,10 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 119967, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 119968, "1.3.0"),
],
EthereumNetwork.KROMA: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 5281960, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 5281965, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1084,4 +1088,7 @@
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 4186337), # v1.4.1
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 119959), # v1.3.0
],
EthereumNetwork.KROMA: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 5281925), # v1.3.0
],
}

0 comments on commit 6c6b3d1

Please sign in to comment.