File tree 7 files changed +9
-2
lines changed
7 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ func ButterflySnapNet() *NetworkConf {
71
71
ActorDebugging : false ,
72
72
F3Enabled : true ,
73
73
F3BootstrapEpoch : 200 ,
74
+ ManifestServerID : "12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG" ,
74
75
},
75
76
}
76
77
Original file line number Diff line number Diff line change @@ -75,8 +75,9 @@ func Calibration() *NetworkConf {
75
75
AllowableClockDriftSecs : 1 ,
76
76
Eip155ChainID : 314159 ,
77
77
ActorDebugging : false ,
78
- F3Enabled : false ,
79
- F3BootstrapEpoch : - 1 ,
78
+ F3Enabled : true ,
79
+ F3BootstrapEpoch : 9999999999 + 100 ,
80
+ ManifestServerID : "12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG" ,
80
81
},
81
82
}
82
83
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ func ForceNet() *NetworkConf {
73
73
ActorDebugging : true ,
74
74
F3Enabled : true ,
75
75
F3BootstrapEpoch : 100 ,
76
+ ManifestServerID : "12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG" ,
76
77
},
77
78
}
78
79
nc .Network .DrandSchedule [nc .Network .ForkUpgradeParam .UpgradePhoenixHeight ] = config .DrandQuicknet
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ func InteropNet() *NetworkConf {
71
71
ActorDebugging : false ,
72
72
F3Enabled : true ,
73
73
F3BootstrapEpoch : 1000 ,
74
+ ManifestServerID : "12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG" ,
74
75
},
75
76
}
76
77
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ func Mainnet() *NetworkConf {
76
76
ActorDebugging : false ,
77
77
F3Enabled : false ,
78
78
F3BootstrapEpoch : - 1 ,
79
+ ManifestServerID : "12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG" ,
79
80
},
80
81
}
81
82
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ func Net2k() *NetworkConf {
67
67
ActorDebugging : true ,
68
68
F3Enabled : true ,
69
69
F3BootstrapEpoch : 100 ,
70
+ ManifestServerID : "12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG" ,
70
71
},
71
72
}
72
73
Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ type NetworkParamsConfig struct {
308
308
ActorDebugging bool `json:"-"`
309
309
F3Enabled bool `json:"f3Enabled"`
310
310
F3BootstrapEpoch abi.ChainEpoch `json:"f3BootstrapEpoch"`
311
+ ManifestServerID string `json:"manifestServerID"`
311
312
}
312
313
313
314
// ForkUpgradeConfig record upgrade parameters
You can’t perform that action at this time.
0 commit comments