File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ func IntegrationNet() *NetworkConf {
4747 UpgradeChocolateHeight : 1231620 ,
4848 UpgradeOhSnapHeight : 1594680 ,
4949 UpgradeSkyrHeight : 1960320 ,
50- UpgradeSharkHeight : 99999999999999 ,
50+ UpgradeSharkHeight : 2383680 ,
5151 },
5252 DrandSchedule : map [abi.ChainEpoch ]config.DrandEnum {0 : 5 , 51000 : 1 },
5353 AddressNetwork : address .Testnet ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ func Mainnet() *NetworkConf {
6969 UpgradeChocolateHeight : 1231620 ,
7070 UpgradeOhSnapHeight : 1594680 , // 2022-03-01T15:00:00Z
7171 UpgradeSkyrHeight : 1960320 , // 2022-07-06T14:00:00Z
72- UpgradeSharkHeight : 99999999999999 ,
72+ UpgradeSharkHeight : 2383680 , // 2022-11-30T14:00:00Z
7373 },
7474 DrandSchedule : map [abi.ChainEpoch ]config.DrandEnum {0 : 5 , 51000 : 1 },
7575 AddressNetwork : address .Mainnet ,
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ var DefaultForkUpgradeParam = &ForkUpgradeConfig{
315315 UpgradeChocolateHeight : 1231620 ,
316316 UpgradeOhSnapHeight : 1594680 ,
317317 UpgradeSkyrHeight : 1960320 ,
318- UpgradeSharkHeight : 99999999999999 ,
318+ UpgradeSharkHeight : 2383680 ,
319319}
320320
321321func newDefaultNetworkParamsConfig () * NetworkParamsConfig {
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ func Version9Upgrade(repoPath string) (err error) {
311311 switch cfg .NetworkParams .NetworkType {
312312 case types .NetworkMainnet :
313313 cfg .NetworkParams .GenesisNetworkVersion = network .Version0
314- cfg .NetworkParams .ForkUpgradeParam .UpgradeSharkHeight = 99999999999999
314+ cfg .NetworkParams .ForkUpgradeParam .UpgradeSharkHeight = 2383680
315315 cfg .NetworkParams .PropagationDelaySecs = 10
316316 case types .Network2k :
317317 cfg .NetworkParams .GenesisNetworkVersion = network .Version16
You can’t perform that action at this time.
0 commit comments