Skip to content

Commit

Permalink
fix(tokenfactory): default to stake token
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Sep 12, 2023
1 parent ccb40fd commit 2cf3119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniond/app/params/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package params

const (
// BondDenom defines the native staking token denomination.
BondDenom = "muno"
BondDenom = "stake"
)

0 comments on commit 2cf3119

Please sign in to comment.