binance static method

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

Implementation

static WalletConnectProvider binance() => WalletConnectProvider.fromRpc(
      {56: 'https://bsc-dataseed.binance.org/'},
      chainId: 56,
      network: 'binance',
    );