From 1d303d227e3d80fde470f027d6e03ce8a8539823 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:09:31 +0000 Subject: [PATCH] chore: update the default description for tia (backport #2736) (#2747) This is an automatic backport of pull request #2736 done by [Mergify](https://mergify.com). ---
Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com
Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> --- app/default_overrides.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/default_overrides.go b/app/default_overrides.go index 46216e0f1e..1462d80cc5 100644 --- a/app/default_overrides.go +++ b/app/default_overrides.go @@ -43,7 +43,7 @@ type bankModule struct { // DefaultGenesis returns custom x/bank module genesis state. func (bankModule) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage { metadata := banktypes.Metadata{ - Description: "The native staking token of the Celestia network.", + Description: "The native token of the Celestia network.", Base: BondDenom, Name: DisplayDenom, Display: DisplayDenom,