From 1cf33df370e1231834ee157fdf7ed58bf458558b Mon Sep 17 00:00:00 2001 From: Shogo Hyodo Date: Thu, 28 Dec 2023 01:39:56 +0900 Subject: [PATCH] fix: fix default chain name (#86) * fix: fix initial configuration (#13) Signed-off-by: 170210 * Update CHANGELOG * Update CHANGELOG --------- Signed-off-by: 170210 Co-authored-by: 170210 <85928898+170210@users.noreply.github.com> --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c75fb..b36e356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ All notable changes to the Cosmy Wasmy extension will be documented in this file ### Fixed +- Fix default chain name + ### Security diff --git a/package.json b/package.json index 863d672..f751b77 100644 --- a/package.json +++ b/package.json @@ -245,7 +245,7 @@ "markdownDescription": "%cosmywasmy.chainConfigName.desc%", "scope": "resource", "order": 0, - "default": "Juno UNI-5 testnet", + "default": "Juno uni-6", "deprecationMessage": "%cosmywasmy.chainConfigName.deprecationDesc%" }, "cosmywasmy.chains": {