Skip to content

Commit

Permalink
fix: use tori as bech32 prefix instead of cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy committed Mar 5, 2024
1 parent 99fa787 commit 0c26808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
"github.com/TERITORI/teritori-chain/app/keepers"
toriparams "github.com/TERITORI/teritori-chain/app/params"
"github.com/TERITORI/teritori-chain/app/upgrades"
v130 "github.com/TERITORI/teritori-chain/app/upgrades/v130"
v131 "github.com/TERITORI/teritori-chain/app/upgrades/v131"
Expand Down Expand Up @@ -370,7 +371,7 @@ func NewTeritoriApp(
keys[authtypes.StoreKey],
authtypes.ProtoBaseAccount,
maccPerms,
sdk.Bech32PrefixAccAddr,
toriparams.Bech32PrefixAccAddr,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
app.BankKeeper = bankkeeper.NewBaseKeeper(
Expand Down

0 comments on commit 0c26808

Please sign in to comment.