rubic-sdk
Version:
Simplify dApp creation
7 lines • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.JUPITER_SWAP_PROVIDER_CONFIGURATION = exports.JUPITER_SWAP_CONTRACT_ADDRESS = void 0;
const default_constants_1 = require("../default-constants");
exports.JUPITER_SWAP_CONTRACT_ADDRESS = '0xEa3CB4Ba9d1fD6fb19Df1380958d5649bD3e7C50';
exports.JUPITER_SWAP_PROVIDER_CONFIGURATION = default_constants_1.defaultKavaProviderConfiguration;
//# sourceMappingURL=constants.js.map