rubic-sdk-next
Version:
Simplify dApp creation
12 lines • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.rubicApiLinkMapping = void 0;
exports.rubicApiLinkMapping = {
local: 'http://localhost:3000',
dev: 'https://dev1-api-v2.rubic.exchange',
dev2: 'https://dev2-api-v2.rubic.exchange',
dev3: 'https://dev3-api-v2.rubic.exchange',
rubic: 'https://rubic-api-v2.rubic.exchange',
prod: 'https://api-v2.rubic.exchange'
};
//# sourceMappingURL=rubic-api-link-mapping.js.map