Skip to content

Commit 4b612ec

Browse files
authored
feat: set F3 activation contract address as specified in the FRC (#12994) (#12995)
* feat: set F3 activation contract address as specified in the FRC https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0099.md#implementation * add changelog --------- Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 0b75709 commit 4b612ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
1010
# UNRELEASED
1111

12+
- Set the F3 contract address on mainnet ([filecoin-project/lotus#12994](https://github.com/filecoin-project/lotus/pull/12994))
13+
1214
# Node and Miner v1.32.0 / 2025-03-27
1315

1416
This is the stable release of the **upcoming MANDATORY Lotus v1.32.0 release**, which will deliver the Filecoin network version 25, codenamed “Teep” 🦵. This release candidate sets the upgrade epoch for the Mainnet to **Epoch 4867320 - 2025-04-10T23:00:00Z**. This is equivalent to:

build/buildconstants/params_mainnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ var F3InitialPowerTableCID = cid.Undef
196196
const F3Enabled = true
197197
const F3BootstrapEpoch abi.ChainEpoch = -1
198198

199-
var F3ParamsAddress = ""
199+
var F3ParamsAddress = "0xA19080A1Bcb82Bb61bcb9691EC94653Eb5315716"

0 commit comments

Comments
 (0)