simple-sushiswap-sdk
Version:
Simple easy to understand SDK for sushiswap
10 lines (9 loc) • 352 B
JavaScript
;
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 = {}));