export type Blockchain = 'Cardano' | 'Solana' | 'Aptos' | 'Hedara' | 'Polygon' | 'Ethereum' | 'Bitcoin' | 'Unknown';
