add hd-path param

This commit is contained in:
liangping 2023-05-22 11:30:27 +08:00
parent 27dc94a383
commit 22713c0d06

View File

@ -361,7 +361,7 @@ const color = computed(() => {
<ping-token-convert
:chain-name="blockchain?.chainName"
:endpoint="blockchain?.endpoint?.address"
:params="walletStore?.connectedWallet?.hdPath"
:hd-path="walletStore?.connectedWallet?.hdPath"
></ping-token-convert>
</Teleport>
</div>