hector-rubic-sdk
Version:
Simplify dApp creation
7 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QUICK_SWAP_PROVIDER_CONFIGURATION = exports.QUICK_SWAP_CONTRACT_ADDRESS = void 0;
var default_constants_1 = require("../default-constants");
exports.QUICK_SWAP_CONTRACT_ADDRESS = '0xa5E0829CaCEd8fFDD4De3c43696c57F7D7A678ff';
exports.QUICK_SWAP_PROVIDER_CONFIGURATION = default_constants_1.defaultPolygonProviderConfiguration;
//# sourceMappingURL=constants.js.map