UNPKG

simple-sushiswap-sdk

Version:
10 lines (9 loc) 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TradePath = void 0; var TradePath; (function (TradePath) { TradePath["ethToErc20"] = "ethToErc20"; TradePath["erc20ToEth"] = "erc20ToEth"; TradePath["erc20ToErc20"] = "erc20ToErc20"; })(TradePath = exports.TradePath || (exports.TradePath = {}));