Skip to content

Commit

Permalink
Renamed address prefix to stb (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev authored Aug 29, 2020
1 parent a44cb12 commit f5194c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const (
DefaultUnbondingPeriod = "504h"

// Bech32MainPrefix defines the Bech32 prefix of an account's address
Bech32MainPrefix = "stake"
Bech32MainPrefix = "stb"

// PrefixAccount is the prefix for account keys
PrefixAccount = "acc"
Expand Down
2 changes: 1 addition & 1 deletion contrib/ci/setup-stakebird.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GAIA_TAG="goz-phase-3"
DENOM=ustb
CHAINID=stakebird
RLYKEY=stake10dmk2q0numq3v0s7vwsx20dm4hq040vsawpj35
RLYKEY=stb10dmk2q0numq3v0s7vwsx20dm4hq040vsawpj35
make install
staked version --long

Expand Down
2 changes: 1 addition & 1 deletion testdata/sim_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
DefaultStakeDenom = "ustb"

// Bech32MainPrefix defines the Bech32 prefix of an account's address
Bech32MainPrefix = "stake"
Bech32MainPrefix = "stb"

// PrefixAccount is the prefix for account keys
PrefixAccount = "acc"
Expand Down

0 comments on commit f5194c3

Please sign in to comment.