import { Chain } from '../enums/Chain'; export declare const primaryColor = "#6f53e4"; export declare const appBaseUrl: string; export declare const captchaSiteKey = "6LcXUDshAAAAAPTZ3E7xi3-335IA9rncYVoey_ls"; export declare const DEFAULT_NETWORK = "https://fullnode.testnet.sui.io/"; export declare const DEFAULT_FAUCET = "https://faucet.testnet.sui.io/"; export declare const DEFAULT_CHAIN = Chain.SUI_TESTNET;