Skip to content

Commit

Permalink
fix: fix default chain name (#86)
Browse files Browse the repository at this point in the history
* fix: fix initial configuration (#13)

Signed-off-by: 170210 <j170210@icloud.com>

* Update CHANGELOG

* Update CHANGELOG

---------

Signed-off-by: 170210 <j170210@icloud.com>
Co-authored-by: 170210 <85928898+170210@users.noreply.github.com>
  • Loading branch information
ulbqb and 170210 authored Dec 27, 2023
1 parent 3a29c60 commit 1cf33df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ All notable changes to the Cosmy Wasmy extension will be documented in this file

### Fixed

- Fix default chain name

### Security


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1cf33df

Please sign in to comment.