Skip to content

Commit

Permalink
Update addresses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sj-001 authored Apr 19, 2023
1 parent e22b75b commit 30c92d3
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 @@ -260,6 +260,10 @@
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 2116303, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2116307, "1.3.0"),
],
EthereumNetwork.NEON_EVM_DEVNET: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", , "1.3.0+L2"), #need to change block number
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 12504268, "1.3.0"), #need to change block number
]
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -450,4 +454,7 @@
EthereumNetwork.KAVA_EVM: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2116356), # v1.3.0
],
EthereumNetwork.NEON_EVM_DEVNET: [
("0xc22834581ebc8527d974f8a1c97e1bea4ef910bc", 2116356), # v1.3.0. need to change block number
]
}

0 comments on commit 30c92d3

Please sign in to comment.