rubic-sdk
Version:
Simplify dApp creation
15 lines • 789 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CelerSwapMethod = void 0;
var CelerSwapMethod;
(function (CelerSwapMethod) {
CelerSwapMethod["SWAP_INCH"] = "transferWithSwapInch";
CelerSwapMethod["SWAP_INCH_NATIVE"] = "transferWithSwapInchNative";
CelerSwapMethod["SWAP_V2"] = "transferWithSwapV2";
CelerSwapMethod["SWAP_V2_NATIVE"] = "transferWithSwapV2Native";
CelerSwapMethod["SWAP_V3"] = "transferWithSwapV3";
CelerSwapMethod["SWAP_V3_NATIVE"] = "transferWithSwapV3Native";
CelerSwapMethod["SWAP_BRIDGE"] = "bridgeWithSwap";
CelerSwapMethod["SWAP_BRIDGE_NATIVE"] = "bridgeWithSwapNative";
})(CelerSwapMethod = exports.CelerSwapMethod || (exports.CelerSwapMethod = {}));
//# sourceMappingURL=celer-swap-methods.js.map
;