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