Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain XDC_NETWORK (#909)
Browse files Browse the repository at this point in the history
* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

* Fix linting

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Felipe Alvarado <[email protected]>
  • Loading branch information
github-actions[bot] and falvaradorodriguez authored Apr 15, 2024
1 parent 9f5dded commit a0db81a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,14 @@
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.XDC_NETWORK: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 53901624, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
53901616,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1531,4 +1539,7 @@
EthereumNetwork.BITROCK_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 13177748), # v1.4.1
],
EthereumNetwork.XDC_NETWORK: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 53901564), # v1.3.0
],
}

0 comments on commit a0db81a

Please sign in to comment.