Skip to content

Commit

Permalink
Merge branch 'worry_free' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
z2453564902 committed Jun 16, 2021
2 parents 8677a70 + c636c23 commit 64e7097
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/prefix.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ import (

const (
// Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
Bech32PrefixAccAddr = "plug"
Bech32PrefixAccAddr = "gx"
// Bech32PrefixAccPub defines the Bech32 prefix of an account's public key
Bech32PrefixAccPub = "plugpub"
Bech32PrefixAccPub = "gxpub"
// Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address
Bech32PrefixValAddr = "plugvaloper"
Bech32PrefixValAddr = "gxvaloper"
// Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key
Bech32PrefixValPub = "plugvaloperpub"
Bech32PrefixValPub = "gxvaloperpub"
// Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address
Bech32PrefixConsAddr = "plugvalcons"
Bech32PrefixConsAddr = "gxvalcons"
// Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key
Bech32PrefixConsPub = "plugvalconspub"
Bech32PrefixConsPub = "gxvalconspub"
)

func init() {
Expand Down

0 comments on commit 64e7097

Please sign in to comment.