@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.
18 lines (17 loc) • 971 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WidgetEvent = void 0;
var WidgetEvent;
(function (WidgetEvent) {
WidgetEvent["RouteExecutionStarted"] = "routeExecutionStarted";
WidgetEvent["RouteExecutionUpdated"] = "routeExecutionUpdated";
WidgetEvent["RouteExecutionCompleted"] = "routeExecutionCompleted";
WidgetEvent["RouteExecutionFailed"] = "routeExecutionFailed";
WidgetEvent["RouteHighValueLoss"] = "routeHighValueLoss";
WidgetEvent["RouteContactSupport"] = "routeContactSupport";
WidgetEvent["SourceChainTokenSelected"] = "sourceChainTokenSelected";
WidgetEvent["DestinationChainTokenSelected"] = "destinationChainTokenSelected";
WidgetEvent["SendToWalletToggled"] = "sendToWalletToggled";
WidgetEvent["ReviewTransactionPageEntered"] = "reviewTransactionPageEntered";
WidgetEvent["WalletConnected"] = "walletConnected";
})(WidgetEvent || (exports.WidgetEvent = WidgetEvent = {}));