reset butterfly network
This commit is contained in:
parent
207746f8c4
commit
c104cb446b
@ -1,2 +1,2 @@
|
|||||||
/dns4/bootstrap-0.butterfly.fildev.network/tcp/1347/p2p/12D3KooWBbZd7Su9XfLUQ12RynGQ3ZmGY1nGqFntmqop9pLNJE6g
|
/dns4/bootstrap-0.butterfly.fildev.network/tcp/1347/p2p/12D3KooWJpHvHvj2fJFKmRoUYNhSPKNK6yxAmjvQev9gPDGA24kH
|
||||||
/dns4/bootstrap-1.butterfly.fildev.network/tcp/1347/p2p/12D3KooWGKRzEY4tJFTmAmrYUpa1CVVohmV9YjJbC9v5XWY2gUji
|
/dns4/bootstrap-1.butterfly.fildev.network/tcp/1347/p2p/12D3KooWDN9nH954vYgEbmCRkkjpVed7znb99NmNSRc1V1NEgzUh
|
||||||
|
Binary file not shown.
@ -25,20 +25,19 @@ const UpgradeSmokeHeight = -2
|
|||||||
const UpgradeIgnitionHeight = -3
|
const UpgradeIgnitionHeight = -3
|
||||||
const UpgradeRefuelHeight = -4
|
const UpgradeRefuelHeight = -4
|
||||||
|
|
||||||
var UpgradeAssemblyHeight = abi.ChainEpoch(30)
|
var UpgradeAssemblyHeight = abi.ChainEpoch(-5)
|
||||||
|
|
||||||
const UpgradeTapeHeight = 60
|
const UpgradeTapeHeight = -6
|
||||||
const UpgradeLiftoffHeight = -5
|
const UpgradeLiftoffHeight = -7
|
||||||
const UpgradeKumquatHeight = 90
|
const UpgradeKumquatHeight = -8
|
||||||
const UpgradeCalicoHeight = 120
|
const UpgradeCalicoHeight = -9
|
||||||
const UpgradePersianHeight = 150
|
const UpgradePersianHeight = -10
|
||||||
const UpgradeClausHeight = 180
|
const UpgradeClausHeight = -11
|
||||||
const UpgradeOrangeHeight = 210
|
const UpgradeOrangeHeight = -12
|
||||||
const UpgradeTrustHeight = 240
|
const UpgradeTrustHeight = -13
|
||||||
const UpgradeNorwegianHeight = UpgradeTrustHeight + (builtin2.EpochsInHour * 12)
|
const UpgradeNorwegianHeight = -14
|
||||||
const UpgradeTurboHeight = 8922
|
const UpgradeTurboHeight = -15
|
||||||
const UpgradeHyperdriveHeight = 9999998
|
const UpgradeHyperdriveHeight = -16
|
||||||
const UpgradeChocolateHeight = 9999999
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))
|
policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))
|
||||||
|
Loading…
Reference in New Issue
Block a user