Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain ZILLIQA_EVM (#1156)
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 b57c4b8 commit e72b402
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 @@ -1467,6 +1467,14 @@
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.ZILLIQA_EVM: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 3831182, "1.4.1"), # v1.4.1
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
3831180,
"1.4.1+L2",
), # v1.4.1+L2
],
}

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

0 comments on commit e72b402

Please sign in to comment.