7 lines
132 B
Go
7 lines
132 B
Go
package types
|
|
|
|
const (
|
|
// Bech32MainPrefix defines the main SDK Bech32 prefix of an account's address
|
|
Bech32MainPrefix = "ethm"
|
|
)
|