Skip to content

Commit

Permalink
add back incentinet chain info
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Oct 5, 2020
1 parent 34e863c commit 3209eb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build/drand.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const (
DrandTestnet
DrandDevnet
DrandLocalnet
DrandIncentinet
)

var DrandConfigs = map[DrandEnum]dtypes.DrandConfig{
Expand Down Expand Up @@ -67,4 +68,7 @@ var DrandConfigs = map[DrandEnum]dtypes.DrandConfig{
},
ChainInfoJSON: `{"public_key":"8cda589f88914aa728fd183f383980b35789ce81b274e5daee1f338b77d02566ef4d3fb0098af1f844f10f9c803c1827","period":25,"genesis_time":1595348225,"hash":"e73b7dc3c4f6a236378220c0dd6aa110eb16eed26c11259606e07ee122838d4f","groupHash":"567d4785122a5a3e75a9bc9911d7ea807dd85ff76b78dc4ff06b075712898607"}`,
},
DrandIncentinet: {
ChainInfoJSON: `{"public_key":"8cad0c72c606ab27d36ee06de1d5b2db1faf92e447025ca37575ab3a8aac2eaae83192f846fc9e158bc738423753d000","period":30,"genesis_time":1595873820,"hash":"80c8b872c714f4c00fdd3daa465d5514049f457f01f85a4caf68cdcd394ba039","groupHash":"d9406aaed487f7af71851b4399448e311f2328923d454e971536c05398ce2d9b"}`,
},
}
2 changes: 1 addition & 1 deletion build/params_testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandDevnet,
0: DrandIncentinet,
UpgradeSmokeHeight: DrandMainnet,
}

Expand Down

0 comments on commit 3209eb1

Please sign in to comment.