Skip to content

Commit 0f26701

Browse files
authored
Merge pull request #6494 from filecoin-project/fix/butterflynet
fix: update butterflynet asset
2 parents be1429e + e860abd commit 0f26701

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
10.8 KB
Binary file not shown.

fixtures/networks/butterfly.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ func ButterflySnapNet() *NetworkConf {
1414
nc := &NetworkConf{
1515
Bootstrap: config.BootstrapConfig{
1616
Addresses: []string{
17-
"/dnsaddr/bootstrap.butterfly.fildev.network",
17+
"/dns4/bootstrap-0.butterfly.fildev.network/tcp/1347/p2p/12D3KooWKxHctsqQ41MZ64GYqz5r4DUF3Hkj9SMVEcHXdRqvWCAx",
18+
"/dns4/bootstrap-1.butterfly.fildev.network/tcp/1347/p2p/12D3KooWN69aMyMuf9VrsRir5gd3xkT5q5p9NGYLFSXBTn1xkVSN",
1819
},
1920
Period: "30s",
2021
},
@@ -65,10 +66,10 @@ func ButterflySnapNet() *NetworkConf {
6566
UpgradeWaffleHeight: -27,
6667
UpgradeTuktukHeight: -28,
6768
UpgradeTuktukPowerRampDurationEpochs: builtin.EpochsInYear,
68-
UpgradeTeepHeight: -30,
69+
UpgradeTeepHeight: 50, // Changed to positive for NV27 Butterfly to avoid VestingFunds issue
6970
UpgradeTockFixHeight: -29,
70-
UpgradeTockHeight: -31,
71-
UpgradeGoldenWeekHeight: 9999999999,
71+
UpgradeTockHeight: 100, // Changed to positive for NV27 Butterfly to avoid VestingFunds issue
72+
UpgradeGoldenWeekHeight: 200,
7273
},
7374
DrandSchedule: map[abi.ChainEpoch]config.DrandEnum{0: config.DrandQuicknet},
7475
AddressNetwork: address.Testnet,

0 commit comments

Comments
 (0)