UNPKG

@reown/appkit-common

Version:

The full stack toolkit to build onchain app UX.

10 lines (9 loc) 374 B
import type { ConnectorType } from './TypeUtil.js'; 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[]; };