mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-08 19:51:21 +00:00
8 lines
189 B
Go
8 lines
189 B
Go
package systemcontracts
|
|
|
|
const (
|
|
// genesis contracts
|
|
ValidatorContract = "0x0000000000000000000000000000000000001000"
|
|
SlashContract = "0x0000000000000000000000000000000000001001"
|
|
)
|