rubic-sdk
Version:
Simplify dApp creation
10 lines • 508 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UNISWAP_V2_BLAST_PROVIDER_CONFIGURATION = exports.UNISWAP_V2_BLAST_CONTRACT_ADDRESS = void 0;
const default_constants_1 = require("../default-constants");
exports.UNISWAP_V2_BLAST_CONTRACT_ADDRESS = '0x0998bEc51D95EAa75Ffdf465D5deD16aEd2ba2fe';
exports.UNISWAP_V2_BLAST_PROVIDER_CONFIGURATION = {
...default_constants_1.defaultBlastProviderConfiguration,
maxTransitTokens: 1
};
//# sourceMappingURL=constants.js.map