go-cyber/app/params/const.go

package params

const (
	DefaultDenom = "boot"
	BondDenom    = "boot"
)

Neighbours