Skip to content

Commit

Permalink
Merge branch 'main' into rado-gentx
Browse files Browse the repository at this point in the history
  • Loading branch information
radkomih authored Dec 6, 2024
2 parents cd75f89 + 3c2922c commit 7cdb2ab
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 8 deletions.
2 changes: 2 additions & 0 deletions cmd/eved/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ import (
// NewRootCmd creates a new root command for wasmd. It is called once in the
// main function.
func NewRootCmd() *cobra.Command {
sdk.DefaultBondDenom = "ueve"

cfg := sdk.GetConfig()
cfg.SetBech32PrefixForAccount(app.Bech32PrefixAccAddr, app.Bech32PrefixAccPub)
cfg.SetBech32PrefixForValidator(app.Bech32PrefixValAddr, app.Bech32PrefixValPub)
Expand Down
Loading

0 comments on commit 7cdb2ab

Please sign in to comment.