WalletConnect / walletconnect-utils

Javascript Utilities for WalletConnect
MIT License
113 stars 75 forks source link

PubKey is empty for WalletConnect with TrustWallet #108

Closed faboweb closed 1 year ago

faboweb commented 1 year ago

Hi, when I try to get an account the pubkey is an empty string.

signClient.request({
      topic: session.topic,
      chainId: 'cosmos:cosmoshub-4',
      request: {
        method: 'cosmos_getAccounts',
        params: {}
      }
    })

Do I need to config somewhere that the protocol sends the pubkey?

faboweb commented 1 year ago

Closed in favor of https://github.com/WalletConnect/walletconnect-monorepo/issues/2568