Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain ZILLIQA_EVM_TESTNET (#1157)
Browse files Browse the repository at this point in the history
* Add new master copy address 0x41675C099F32341bf84BFc5382aF534df5C7461a

* Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762

* Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67

* Apply linter fixes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 12, 2024
1 parent e72b402 commit b9924a3
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 @@ -1475,6 +1475,14 @@
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.ZILLIQA_EVM_TESTNET: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 6965149, "1.4.1"), # v1.4.1
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
6965147,
"1.4.1+L2",
), # v1.4.1+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2233,4 +2241,7 @@
EthereumNetwork.ZILLIQA_EVM: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 3831166), # v1.4.1
],
EthereumNetwork.ZILLIQA_EVM_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 6965133), # v1.4.1
],
}

0 comments on commit b9924a3

Please sign in to comment.