From 013667753512de277bc89c43d4ae131478141985 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 7 May 2026 02:01:51 +0800 Subject: [PATCH] fix(config): faucet default denom (#4931) * fix(config): faucet default denom * docs: update changelog (cherry picked from commit dccd6144455287097bc8bddefca19e1a6cfa143b) --- changelog.md | 4 ++++ ignite/templates/app/files/config.yml.plush | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7c33523117..7a6113d2c7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ ## Unreleased +### Fixes + +- [#4931](https://github.com/ignite/cli/pull/4931) Fix faucet default denom in generated app config. + ## [`v29.10.0`](https://github.com/ignite/cli/releases/tag/v29.10.0) ## Features diff --git a/ignite/templates/app/files/config.yml.plush b/ignite/templates/app/files/config.yml.plush index a28a31dc55..3ca07e9bd5 100644 --- a/ignite/templates/app/files/config.yml.plush +++ b/ignite/templates/app/files/config.yml.plush @@ -17,7 +17,7 @@ faucet: name: bob coins: - 5token - - 100000stake + - 100000<%= DefaultDenom %> validators: - name: alice bonded: 100000000<%= DefaultDenom %>