@human.tech/waap-sdk 1.2.4 → 2.0.0

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.
@@ -1,11 +0,0 @@
1
- import { InitSilkOptions, SilkEthereumProviderInterface } from '../lib/provider/types.js';
2
- /**
3
- * @param referralCode - WaaP points referral code
4
- * @param customConfig - WaaP custom UI configuration
5
- * @param project - WaaP project configuration
6
- * @param useStaging - Whether to use the staging environment
7
- * @param walletConnectProjectId - WalletConnect project ID (only required when passing `wallet` to `authenticationMethods`)
8
- * @param walletConnectOptionalChains - Optional chains to use for WalletConnect
9
- */
10
- declare const initWaaP: (params?: InitSilkOptions) => SilkEthereumProviderInterface;
11
- export { initWaaP };