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