@0xsequence/indexer 0.0.0-20240123145607 → 0.0.0-20240123145919
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -36,6 +36,7 @@ const WebRPCSchemaHash = 'b53b368f85445da25796f8cc90459c61425c13f4';
|
|
|
36
36
|
//
|
|
37
37
|
// Types
|
|
38
38
|
//
|
|
39
|
+
|
|
39
40
|
let ContractType = /*#__PURE__*/function (ContractType) {
|
|
40
41
|
ContractType["UNKNOWN"] = "UNKNOWN";
|
|
41
42
|
ContractType["ERC20"] = "ERC20";
|
|
@@ -287,7 +288,6 @@ const buildResponse = res => {
|
|
|
287
288
|
if (!res.ok) {
|
|
288
289
|
throw data; // webrpc error response
|
|
289
290
|
}
|
|
290
|
-
|
|
291
291
|
return data;
|
|
292
292
|
});
|
|
293
293
|
};
|
|
@@ -36,6 +36,7 @@ const WebRPCSchemaHash = 'b53b368f85445da25796f8cc90459c61425c13f4';
|
|
|
36
36
|
//
|
|
37
37
|
// Types
|
|
38
38
|
//
|
|
39
|
+
|
|
39
40
|
let ContractType = /*#__PURE__*/function (ContractType) {
|
|
40
41
|
ContractType["UNKNOWN"] = "UNKNOWN";
|
|
41
42
|
ContractType["ERC20"] = "ERC20";
|
|
@@ -287,7 +288,6 @@ const buildResponse = res => {
|
|
|
287
288
|
if (!res.ok) {
|
|
288
289
|
throw data; // webrpc error response
|
|
289
290
|
}
|
|
290
|
-
|
|
291
291
|
return data;
|
|
292
292
|
});
|
|
293
293
|
};
|
|
@@ -32,6 +32,7 @@ const WebRPCSchemaHash = 'b53b368f85445da25796f8cc90459c61425c13f4';
|
|
|
32
32
|
//
|
|
33
33
|
// Types
|
|
34
34
|
//
|
|
35
|
+
|
|
35
36
|
let ContractType = /*#__PURE__*/function (ContractType) {
|
|
36
37
|
ContractType["UNKNOWN"] = "UNKNOWN";
|
|
37
38
|
ContractType["ERC20"] = "ERC20";
|
|
@@ -283,7 +284,6 @@ const buildResponse = res => {
|
|
|
283
284
|
if (!res.ok) {
|
|
284
285
|
throw data; // webrpc error response
|
|
285
286
|
}
|
|
286
|
-
|
|
287
287
|
return data;
|
|
288
288
|
});
|
|
289
289
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xsequence/indexer",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20240123145919",
|
|
4
4
|
"description": "indexer sub-package for Sequence",
|
|
5
5
|
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/indexer",
|
|
6
6
|
"source": "src/index.ts",
|