CRYPTO_OPTIONS = [
{ value: "ADA", label: "Cardano" },
{ value: "ATOM", label: "Cosmos" },
{ value: "AVAX", label: "Avalanche" },
{ value: "BTC", label: "Bitcoin" },
{ value: "DOGE", label: "Dogecoin" },
{ value: "ETH", label: "Ethereum" },
{ value: "GALA", label: "Gala" },
{ value: "ICP", label: "Internet Computer" },
{ value: "LINK", label: "Chainlink" },
{ value: "LRC", label: "Loopring" },
{ value: "MANA", label: "Decentraland" },
{ value: "MATIC", label: "Polygon" },
{ value: "DOT", label: "Polkadot" },
{ value: "SHIB", label: "Shiba InU" },
{ value: "SOL", label: "Solana" },
{ value: "USDC", label: "USD Coin" },
{ value: "USDT", label: "Thether" },
{ value: "XLM", label: "Stellar" },
{ value: "XRP", label: "XRP" },
{ value: "LTC", label: "Litecoin" },
{ value: "ALGO", label: "Algorand" },
{ value: "BCH", label: "Bitcoin Cash" },
{ value: "XTZ", label: "Tezos" },
{ value: "EOS", label: "EOS" },
{ value: "BSV", label: "Bitcoin SV" },
{ value: "ETC", label: "Ethereum Classic" },
{ value: "ZRX", label: "Token 0x" },
{ value: "XMR", label: "Monero" },
{ value: "ZEC", label: "Zcash" },
{ value: "DASH", label: "Dash" },
{ value: "BAT", label: "Basic Attention Token" },
{ value: "TRX", label: "Tron" },
{ value: "OXT", label: "Orchid" },
{ value: "OMG", label: "OMG Network" },
{ value: "KNC", label: "Kyber Network" },
{ value: "AAVE", label: "Aave" },
{ value: "FIL", label: "Filecoin" },
{ value: "GRT", label: "The Graph" },
{ value: "NU", label: "NuCypher" },
{ value: "UNI", label: "Uniswap" },
{ value: "YFI", label: "Yearn Finance" },
{ value: "REP", label: "Augar" },
{ value: "CHZ", label: "Chiliz" },
{ value: "DCR", label: "Decred" }
]