Skip to content

Commit

Permalink
Merge pull request #6186 from filecoin-project/chore/calibnet-asset
Browse files Browse the repository at this point in the history
chore: Set calibration upgrade height
  • Loading branch information
0x5459 authored Oct 13, 2023
2 parents 387bf03 + 7ce8d18 commit c3b6033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/networks/calibration.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func Calibration() *NetworkConf {
UpgradeHyggeHeight: 322354, // 2023-02-21T16:30:00Z
UpgradeLightningHeight: 489094, // 2023-04-20T14:00:00Z
UpgradeThunderHeight: 489094 + 3120, // 2023-04-21T16:00:00Z
UpgradeWatermelonHeight: 999999999999999,
UpgradeWatermelonHeight: 1013134, // 2023-10-19T13:00:00Z
},
DrandSchedule: map[abi.ChainEpoch]config.DrandEnum{0: 1},
AddressNetwork: address.Testnet,
Expand Down

0 comments on commit c3b6033

Please sign in to comment.