Skip to content

@rainbow-me/[email protected]

Compare
Choose a tag to compare
@DanielSinclair DanielSinclair released this 05 Jun 00:11
· 24 commits to main since this release
17ae4f0

Patch Changes

  • 624a38a: The coinbaseWallet connector now supports additional SDK configuration options to enable Paymasters and Sub Accounts for your dapp.

    import { coinbaseWallet } from "@rainbow-me/rainbowkit/wallets";
    
    // Configure Paymaster for gas sponsorship
    coinbaseWallet.paymasterUrls = {
      [base.id]: "...",
    };
    
    // Enable Sub Accounts
    coinbaseWallet.subAccounts = {
      enableAutoSubAccounts: true,
      defaultSpendLimits: {
        // ...
      },
    };
  • f6ad6aa: Added support for Superposition chain