Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain F_XCORE_MAINNET_NETWORK (#1193)
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] authored Jun 28, 2024
1 parent 794d777 commit 5b0465d
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 @@ -1559,6 +1559,14 @@
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.F_XCORE_MAINNET_NETWORK: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 16088827, "1.4.1"), # v1.4.1
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
16088826,
"1.4.1+L2",
), # v1.4.1+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2342,4 +2350,7 @@
EthereumNetwork.F_XCORE_TESTNET_NETWORK: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 14854843), # v1.4.1
],
EthereumNetwork.F_XCORE_MAINNET_NETWORK: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 16088791), # v1.4.1
],
}

0 comments on commit 5b0465d

Please sign in to comment.