@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
9 lines (8 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenFilterType = void 0;
var TokenFilterType;
(function (TokenFilterType) {
TokenFilterType[TokenFilterType["My"] = 0] = "My";
TokenFilterType[TokenFilterType["All"] = 1] = "All";
})(TokenFilterType || (exports.TokenFilterType = TokenFilterType = {}));