Skip to content

@rainbow-me/[email protected]

Compare
Choose a tag to compare
@DanielSinclair DanielSinclair released this 26 Apr 23:46
· 341 commits to main since this release
f361615

Patch Changes

  • ab051b9: Support for options customization for walletConnectWallet

    Example usage

    walletConnectWallet(options: {
      projectId: string;
      chains: Chain[];
      options?: {
        qrcodeModalOptions?: {
          desktopLinks?: string[];
          mobileLinks?: string[];
        };
      }
    });

    Reference the docs for additional supported options.