rubic-sdk
Version:
Simplify dApp creation
10 lines • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BASE_SWAP_PROVIDER_CONFIGURATION = exports.BASE_SWAP_CONTRACT_ADDRESS = void 0;
const default_constants_1 = require("../default-constants");
exports.BASE_SWAP_CONTRACT_ADDRESS = '0x327Df1E6de05895d2ab08513aaDD9313Fe505d86';
exports.BASE_SWAP_PROVIDER_CONFIGURATION = {
...default_constants_1.defaultBaseProviderConfiguration,
maxTransitTokens: 2
};
//# sourceMappingURL=constants.js.map