UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

4 lines (3 loc) 302 B
import type { KryptogoKitChain } from './KryptogoKitChainContext'; /** @description Decorates an array of wagmi `Chain` objects with KryptogoKitChain property overrides */ export declare const provideKryptogoKitChains: <Chain extends KryptogoKitChain>(chains: readonly [Chain, ...Chain[]]) => Chain[];