@worldcoin/minikit-js
Version:
minikit-js is our SDK for building mini-apps.
11 lines (9 loc) • 379 B
text/typescript
/**
* Register the wagmi fallback adapter with a wagmi Config.
*
* Call this once at app startup (or anywhere before invoking MiniKit commands).
* Alternatively, pass `wagmiConfig` to `MiniKitProvider` — this module must
* still be imported for the prop to take effect.
*/
declare function registerWagmiFallback(config: unknown): void;
export { registerWagmiFallback };