fix wallet
This commit is contained in:
parent
9d882785f4
commit
01958fb73b
@ -95,7 +95,7 @@ const params = computed(() => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Teleport to="body">
|
<Teleport to="body">
|
||||||
<ping-connect-wallet :chain-id="baseStore.currentChainId" :hd-path="chainStore.defaultHDPath"
|
<ping-connect-wallet :chain-id="baseStore.currentChainId || 'cosmoshub-4'" :hd-path="chainStore.defaultHDPath"
|
||||||
:addr-prefix="chainStore.current?.bech32Prefix || 'cosmos'" @connect="walletStateChange"
|
:addr-prefix="chainStore.current?.bech32Prefix || 'cosmos'" @connect="walletStateChange"
|
||||||
@keplr-config="walletStore.suggestChain()" :params="params" />
|
@keplr-config="walletStore.suggestChain()" :params="params" />
|
||||||
</Teleport>
|
</Teleport>
|
||||||
|
Loading…
Reference in New Issue
Block a user