UNPKG

@bella-defintech/uniswap-v3-simulator

Version:

the 'Tuner', a Uniswap V3 Simulator

10 lines (9 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventType = void 0; var EventType; (function (EventType) { EventType[EventType["MINT"] = 1] = "MINT"; EventType[EventType["BURN"] = 2] = "BURN"; EventType[EventType["SWAP"] = 3] = "SWAP"; })(EventType = exports.EventType || (exports.EventType = {}));