go-pulse/core/systemcontracts/const.go

10 lines
321 B
Go
Raw Permalink Normal View History

2020-08-06 15:27:24 +00:00
package systemcontracts
const (
// genesis contracts
FeeBurnContract = "0x0000000000000000000000000000000000000666"
2021-04-02 19:38:15 +00:00
ValidatorContract = "0x0000000000000000000000000000000000001000"
SlashingContract = "0x0000000000000000000000000000000000001001"
StakingContract = "0x0000000000000000000000000000000000001002"
2020-08-06 15:27:24 +00:00
)