Skip to content

Commit

Permalink
feat: adding Astar and Shiden
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop committed Jul 4, 2023
1 parent 237e4ea commit b492c0b
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 @@ -476,6 +476,14 @@
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 363132, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 363135, "1.3.0"),
],
EthereumNetwork.ASTAR: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 1106426, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 1106429, "1.3.0"),
],
EthereumNetwork.SHIDEN: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 1634935, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 1634935, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -790,4 +798,10 @@
EthereumNetwork.LINEA_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 363118), # v1.3.0
],
EthereumNetwork.ASTAR: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 1106417), # v1.3.0
],
EthereumNetwork.SHIDEN: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 1634935), # v1.3.0
],
}

0 comments on commit b492c0b

Please sign in to comment.