UNPKG

@openocean.finance/widget-types

Version:

Types for the OpenOcean Widget

11 lines 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChainType = void 0; var ChainType; (function (ChainType) { ChainType["EVM"] = "EVM"; ChainType["SVM"] = "SVM"; ChainType["MVM"] = "MVM"; ChainType["UTXO"] = "UTXO"; })(ChainType || (exports.ChainType = ChainType = {})); //# sourceMappingURL=Chain.js.map