UNPKG

@yoroi/swap

Version:
12 lines (11 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDexUrlByProtocol = getDexUrlByProtocol; var _constants = require("../constants"); var _getDexByProtocol = require("./getDexByProtocol"); function getDexUrlByProtocol(protocol) { return _constants.dexUrls[(0, _getDexByProtocol.getDexByProtocol)(protocol)] || 'https://yoroi-wallet.com'; } //# sourceMappingURL=getDexUrlByProtocol.js.map