xDai static method

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

Implementation

static WalletConnectProvider xDai() => WalletConnectProvider.fromRpc(
      {100: 'https://rpc.xdaichain.com/'},
      chainId: 100,
      network: 'xdai',
    );