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