go-pulse/core/systemcontracts/const.go

8 lines
189 B
Go
Raw Normal View History

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