export type CustomNetwork = { endpoint: string; version?: 'v2' | 'v4' | 'tonapi' | 'liteclient'; key?: string; type?: 'mainnet' | 'testnet' | 'custom'; };