import { ChainType } from "@0xsquid/squid-types"; import type { AppConfig, SlippageOption } from "./types/config"; export declare const WALLETCONNECT_PROJECT_ID = "db6a4f6ff58e4172b2fd52f01360bc49"; export declare const WALLETCONNECT_WALLET_IDS: { readonly joey: "d9f5432e932c6fad8e19a0cea9d4a3372a84aed16e98a52e6655dd2821a63404"; readonly girin: "994824d1e0b935f48ec3570c9d51fe5af9bbd9246b6f57210906f8b853ad2196"; readonly bifrost: "37a686ab6223cd42e2886ed6e5477fce100a4fb565dcd57ed4f81f7c12e93053"; }; export declare const DEFAULT_LOCALE = "en-US"; export declare const SQUID_METADATA: { name: string; url: string; icon: string; description: string; }; export declare const chainTypeToZeroAddressMap: Record; export declare const nativeEvmTokenAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"; export declare const nativeCosmosTokenAddress = "uosmo"; export declare const nativeSolanaTokenAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"; export declare const nativeBitcoinTokenAddress = "satoshi"; export declare const nativeSuiTokenAddress = "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"; export declare const nativeXrplTokenAddress = "xrp"; export declare const nativeStellarTokenAddress = "CAS3J7GYLGXMF6TDJBBYYSE3HQ6BBSMLNUQ34T6TZMYMW2EVH34XOWMA"; export declare const nativeCantonTokenAddress = "DSO::1220b1431ef217342db44d516bb9befde802be7d8899637d290895fa58880f19accc"; export declare const defaultSlippage: SlippageOption; export declare const destinationAddressResetValue = "null"; export declare const fallbackAddressResetValue = "null"; export declare const gasRefundMultiplier = 25; export declare const internalSquidApiBaseUrl = "https://app.squidrouter.com/api"; export declare const XAMAN_API_URL: string; export declare const TOKEN_PRICE_API_URL: string; export declare const CANTON_AMULET_REGISTRY_URL: string; export declare const DEFAULT_ROUTE_REFETCH_INTERVAL = 30000; export declare const SOLANA_RPC_URL = "https://meredith-ute2ko-fast-mainnet.helius-rpc.com"; export declare const INTEGRATOR_ID = "squid-widget-playground-local-cd33cba6-7e12-4fcc-8d5d-35e286f655ea"; export declare const DEFAULT_COUNTRY_CODE = "US"; export declare const CHAIN_IDS: { readonly OSMOSIS: "osmosis-1"; readonly INJECTIVE: "injective-1"; readonly SECRET: "secret-4"; readonly ARCHWAY: "archway-1"; readonly XION: "xion-mainnet-1"; readonly NOBLE: "noble-1"; readonly AGORIC: "agoric-3"; readonly ETHEREUM: "1"; readonly ETHEREUM_SEPOLIA: "11155111"; readonly ARBITRUM: "42161"; readonly BSC: "56"; readonly BASE: "8453"; readonly OPTIMISM: "10"; readonly LINEA: "59144"; readonly BLAST: "81457"; readonly CELO: "42220"; readonly POLYGON: "137"; readonly AVALANCHE: "43114"; readonly IMMUTABLE: "13371"; readonly SCROLL: "534352"; readonly MOONBEAM: "1284"; readonly MANTLE: "5000"; readonly FANTOM: "250"; readonly KAVA: "2222"; readonly FILECOIN: "314"; readonly BERACHAIN: "80094"; readonly SAGA_EVM: "5464"; readonly XRPL_EVM: "1440000"; readonly XRPL_EVM_TESTNET: "1449000"; readonly GNOSIS: "100"; readonly SONIC: "146"; readonly HYPER_EVM: "999"; readonly DCHAIN: "2716446429837000"; readonly SONEIUM: "1868"; readonly PEAQ: "3338"; readonly HEDERA: "295"; readonly MANTRA: "5888"; readonly CITREA: "4114"; readonly TEMPO: "4217"; readonly BITCOIN: "bitcoin"; readonly SOLANA: "solana-mainnet-beta"; readonly SUI: "sui-mainnet"; readonly SUI_TESTNET: "sui-testnet"; readonly XRPL: "xrpl-mainnet"; readonly XRPL_TESTNET: "xrpl-testnet"; readonly STELLAR: "stellar-mainnet"; readonly STELLAR_TESTNET: "stellar-testnet"; readonly CANTON: "canton"; }; export declare const chainTypeToDefaultChainIdMap: Record; export declare const chainTypeToNativeTokenAddressMap: Record; export declare const defaultConfigValues: AppConfig; export declare enum EvmPriorityConnectors { Safe = "safe", LedgerLive = "ledgerLive" } export declare const transactionRefundedStatuses: string[]; export declare const transactionErrorStatuses: string[]; export declare const transactionSuccessStatuses: string[]; export declare const transactionEndStatuses: string[];