UNPKG

@web3modal/common

Version:

#### 🔗 [Website](https://web3modal.com)

16 lines (15 loc) • 338 B
import type { Chain } from './TypeUtil.js'; export declare const ConstantsUtil: { WC_NAME_SUFFIX: string; BLOCKCHAIN_API_RPC_URL: string; PULSE_API_URL: string; W3M_API_URL: string; CHAIN: { EVM: Chain; SOLANA: Chain; }; CHAIN_NAME_MAP: { evm: string; solana: string; }; };