@tomo-inc/wallet-connect-kit 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -275,6 +275,7 @@ export declare interface WalletConnectKitConfig {
275
275
  url: string;
276
276
  icons: string[];
277
277
  };
278
+ clientId?: string;
278
279
  theme?: ThemeConfig;
279
280
  login?: UserLoginConfig;
280
281
  embeddedWalletConfig?: {