Skip to content

Commit

Permalink
update interop
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju authored and arajasek committed May 29, 2023
1 parent e25d834 commit f5daf95
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions build/params_interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,11 @@ var UpgradeHyperdriveHeight = abi.ChainEpoch(-16)
var UpgradeChocolateHeight = abi.ChainEpoch(-17)
var UpgradeOhSnapHeight = abi.ChainEpoch(-18)
var UpgradeSkyrHeight = abi.ChainEpoch(-19)
var UpgradeSharkHeight = abi.ChainEpoch(-20)
var UpgradeHyggeHeight = abi.ChainEpoch(-21)
var UpgradeLightningHeight = abi.ChainEpoch(-22)

const UpgradeSharkHeight = abi.ChainEpoch(-20)

const UpgradeHyggeHeight = abi.ChainEpoch(100)

// ??????????
const UpgradeLightningHeight = 200

// ??????????????????
const UpgradeThunderHeight = 300
const UpgradeThunderHeight = 50

var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet,
Expand Down

0 comments on commit f5daf95

Please sign in to comment.