Skip to content

Commit 11c7e25

Browse files
Add addresses 1.4.1 for chain FILECOIN_CALIBRATION_TESTNET (#1443)
* 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>
1 parent a78c140 commit 11c7e25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: safe_eth/safe/addresses.py

+11
Original file line numberDiff line numberDiff line change
@@ -1951,6 +1951,14 @@
19511951
"1.4.1+L2",
19521952
), # v1.4.1+L2
19531953
],
1954+
EthereumNetwork.FILECOIN_CALIBRATION_TESTNET: [
1955+
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 1854685, "1.4.1"), # v1.4.1
1956+
(
1957+
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
1958+
1839902,
1959+
"1.4.1+L2",
1960+
), # v1.4.1+L2
1961+
],
19541962
}
19551963

19561964
PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
@@ -2931,4 +2939,7 @@
29312939
EthereumNetwork.FILECOIN_MAINNET: [
29322940
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 4155364), # v1.4.1
29332941
],
2942+
EthereumNetwork.FILECOIN_CALIBRATION_TESTNET: [
2943+
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 1839904), # v1.4.1
2944+
],
29342945
}

0 commit comments

Comments
 (0)