@openocean.finance/widget-types
Version:
Types for the OpenOcean Widget
81 lines • 2.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CoinKey = void 0;
var CoinKey;
(function (CoinKey) {
CoinKey["ETH"] = "ETH";
CoinKey["MATIC"] = "MATIC";
CoinKey["POL"] = "POL";
CoinKey["BNB"] = "BNB";
CoinKey["DAI"] = "DAI";
CoinKey["FTM"] = "FTM";
CoinKey["AVAX"] = "AVAX";
CoinKey["ONE"] = "ONE";
CoinKey["FSN"] = "FSN";
CoinKey["MOVR"] = "MOVR";
CoinKey["CELO"] = "CELO";
CoinKey["FUSE"] = "FUSE";
CoinKey["TLOS"] = "TLOS";
CoinKey["CRO"] = "CRO";
CoinKey["RBTC"] = "RBTC";
CoinKey["VLX"] = "VLX";
CoinKey["GLMR"] = "GLMR";
CoinKey["METIS"] = "METIS";
CoinKey["EVM"] = "EVM";
CoinKey["MNT"] = "MNT";
CoinKey["SEI"] = "SEI";
CoinKey["G"] = "G";
CoinKey["IMX"] = "IMX";
CoinKey["KLAY"] = "KLAY";
CoinKey["OKB"] = "OKB";
CoinKey["WLD"] = "WLD";
CoinKey["LSK"] = "LSK";
CoinKey["BERA"] = "BERA";
CoinKey["S"] = "S";
CoinKey["APE"] = "APE";
CoinKey["GHO"] = "GHO";
CoinKey["WGHO"] = "WGHO";
CoinKey["XTZ"] = "XTZ";
CoinKey["SOL"] = "SOL";
CoinKey["WSOL"] = "wSOL";
CoinKey["SUI"] = "SUI";
CoinKey["BTC"] = "BTC";
CoinKey["BCH"] = "BCH";
CoinKey["LTC"] = "LTC";
CoinKey["DOGE"] = "DOGE";
CoinKey["USDT"] = "USDT";
CoinKey["USDC"] = "USDC";
CoinKey["BUSD"] = "BUSD";
CoinKey["USDCe"] = "USDCe";
CoinKey["USDB"] = "USDB";
CoinKey["FRAX"] = "FRAX";
CoinKey["AXLUSDC"] = "axlUSDC";
CoinKey["FDUSD"] = "FDUSD";
CoinKey["HONEY"] = "HONEY";
CoinKey["BYUSD"] = "BYUSD";
CoinKey["APEUSD"] = "APEUSD";
CoinKey["WBTC"] = "WBTC";
CoinKey["WETH"] = "WETH";
CoinKey["SUSHI"] = "SUSHI";
CoinKey["DODO"] = "DODO";
CoinKey["MCB"] = "MCB";
CoinKey["CELR"] = "CELR";
CoinKey["IF"] = "IF";
CoinKey["RUNE"] = "RUNE";
CoinKey["WMNT"] = "WMNT";
CoinKey["frxETH"] = "frxETH";
CoinKey["wfrxETH"] = "wfrxETH";
CoinKey["WSEI"] = "WSEI";
CoinKey["WG"] = "WG";
CoinKey["WIMX"] = "WIMX";
CoinKey["WPOL"] = "WPOL";
CoinKey["WKLAY"] = "WKLAY";
CoinKey["WOKB"] = "WOKB";
CoinKey["WBNB"] = "WBNB";
CoinKey["WCRO"] = "WCRO";
CoinKey["WBERA"] = "WBERA";
CoinKey["wS"] = "wS";
CoinKey["WAPE"] = "WAPE";
CoinKey["WXTZ"] = "WXTZ";
})(CoinKey || (exports.CoinKey = CoinKey = {}));
//# sourceMappingURL=base.js.map