harmony static method

Instantiate WalletConnectProvider object with Harmony Mainnet rpc and QR code enabled, ready to connect.

Implementation

static WalletConnectProvider harmony() => WalletConnectProvider.fromRpc(
      {1666600000: 'https://api.harmony.one'},
      chainId: 1666600000,
      network: 'harmony',
    );