export enum BlockchainPlatform { Bitcoin = 'btc', Ethereum = 'eth', Polygon = 'matic', Ripple = 'xrp', BitcoinCash = 'bch', BitcoinSV = 'bsv', EOS = 'eos', Stellar = 'xlm', Litecoin = 'ltc', Tron = 'trx', Cardano = 'ada', Dash = 'dash', Monero = 'xmr', EthereumClassic = 'etc', NEO = 'neo', Tomo = 'tomo', Nem = 'nem', Iota = 'iota', Binance = 'bnb', BinanceSmartChain = 'bsc', Terra = 'terra', Cosmos = 'cosmos', BitcoinValue = 'biv', Solana = "sol", } export default BlockchainPlatform;