@rarible/api-client
Advanced tools
@@ -23,3 +23,4 @@ export declare enum Blockchain { | ||
OASYS = "OASYS", | ||
QUAI = "QUAI" | ||
QUAI = "QUAI", | ||
ECLIPSE = "ECLIPSE" | ||
} |
@@ -28,2 +28,3 @@ "use strict"; | ||
Blockchain["QUAI"] = "QUAI"; | ||
Blockchain["ECLIPSE"] = "ECLIPSE"; | ||
})(Blockchain = exports.Blockchain || (exports.Blockchain = {})); |
@@ -79,3 +79,3 @@ "use strict"; | ||
exports.TextApiResponse = exports.BlobApiResponse = exports.VoidApiResponse = exports.JSONApiResponse = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0; | ||
exports.BASE_PATH = "https://testnet-api.rarible.org".replace(/\/+$/, ""); | ||
exports.BASE_PATH = "https://dev-api.rarible.org".replace(/\/+$/, ""); | ||
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; }; | ||
@@ -82,0 +82,0 @@ /** |
{ | ||
"name": "@rarible/api-client", | ||
"version": "0.16.5-alpha.9", | ||
"version": "0.16.5-alpha.10", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "axios", |
537858
0.01%11625
0.02%