Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed May 14, 2024
1 parent 7f6778a commit 43adbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"@chenfengyuan/vue-countdown": "2",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/encoding": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/wallet/suggest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function suggest() {
// @ts-ignore
window.keplr
.experimentalSuggestChain(JSON.parse(conf.value))
.catch((e) => {
.catch((e: string) => {
error.value = e;
});
}
Expand Down

0 comments on commit 43adbaf

Please sign in to comment.