UNPKG

@reown/appkit-utils

Version:

The full stack toolkit to build onchain app UX.

10 lines (9 loc) 386 B
import type { ConnectorType } from '@reown/appkit-controllers'; export declare const PresetsUtil: { ConnectorExplorerIds: Record<string, string>; NetworkImageIds: Record<string, string>; ConnectorImageIds: Record<string, string>; ConnectorNamesMap: Record<string, string>; ConnectorTypesMap: Record<string, ConnectorType>; WalletConnectRpcChainIds: number[]; };