UNPKG

@cygnus-wealth/wallet-integration-system

Version:

Multi-chain wallet integration system for CygnusWealth

5 lines 246 B
import { Chain } from '@cygnus-wealth/data-models'; import { ChainConfig } from '../types'; export declare const CHAIN_CONFIGS: Partial<Record<Chain, ChainConfig>>; export declare const EVM_CHAINS: Chain[]; //# sourceMappingURL=constants.d.ts.map