diff --git a/package.json b/package.json index c0c6ba6c..3b8aa610 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "md-editor-v3": "^2.8.1", "numeral": "^2.0.6", "osmojs": "^14.0.0-rc.0", - "ping-widget": "^0.0.35", + "ping-widget": "^0.0.38", "pinia": "^2.0.28", "postcss": "^8.4.23", "qrcode": "^1.5.3", diff --git a/src/components/TxDialog.vue b/src/components/TxDialog.vue index 69f5078a..e3e83e01 100644 --- a/src/components/TxDialog.vue +++ b/src/components/TxDialog.vue @@ -8,6 +8,7 @@ const store = useTxDialog(); :sender="store.sender" :endpoint="store.endpoint" :params='store.params' + :hd-path="store.hdPaths" @view="store.view" @confirmed="store.confirmed" > diff --git a/src/pages/index.vue b/src/pages/index.vue index 2f43700d..e13597ca 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -26,7 +26,7 @@ const chains = computed(() => {