@bella-defintech/uniswap-v3-simulator
Version:
the 'Tuner', a Uniswap V3 Simulator
13 lines (12 loc) • 429 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActionType = void 0;
var ActionType;
(function (ActionType) {
ActionType["INITIALIZE"] = "initialize";
ActionType["MINT"] = "mint";
ActionType["BURN"] = "burn";
ActionType["COLLECT"] = "collect";
ActionType["SWAP"] = "swap";
ActionType["FORK"] = "fork";
})(ActionType = exports.ActionType || (exports.ActionType = {}));