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