Skip to content

Commit

Permalink
update AccountAddressPrefix in app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Jan 19, 2024
1 parent db8feb1 commit fc86224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/consumer-democracy/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ import (
const (
AppName = "interchain-security-cd"
upgradeName = "sovereign-changeover" // arbitrary name, define your own appropriately named upgrade
AccountAddressPrefix = "cosmos"
AccountAddressPrefix = "consumer"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion app/consumer/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import (
const (
AppName = "interchain-security-c"
upgradeName = "ics-v1-to-v2"
AccountAddressPrefix = "cosmos"
AccountAddressPrefix = "consumer"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion app/sovereign/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ import (
const (
AppName = "interchain-security-s"
upgradeName = "v07-Theta" // arbitrary name, define your own appropriately named upgrade
AccountAddressPrefix = "cosmos"
AccountAddressPrefix = "consumer"
)

var (
Expand Down

0 comments on commit fc86224

Please sign in to comment.