UNPKG

rubic-sdk

Version:
17 lines 737 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SoulSwapTrade = void 0; const on_chain_trade_type_1 = require("../../../common/models/on-chain-trade-type"); const uniswap_v2_abstract_trade_1 = require("../../common/uniswap-v2-abstract/uniswap-v2-abstract-trade"); const constants_1 = require("./constants"); class SoulSwapTrade extends uniswap_v2_abstract_trade_1.UniswapV2AbstractTrade { constructor() { super(...arguments); this.dexContractAddress = constants_1.SOUL_SWAP_CONTRACT_ADDRESS; } static get type() { return on_chain_trade_type_1.ON_CHAIN_TRADE_TYPE.SOUL_SWAP; } } exports.SoulSwapTrade = SoulSwapTrade; //# sourceMappingURL=soul-swap-trade.js.map