@sentio/runtime 2.5.1-rc.1 → 2.5.1-rc.2

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.
package/lib/endpoints.js CHANGED
@@ -1,10 +1,5 @@
1
1
  export class Endpoints {
2
2
  static INSTANCE = new Endpoints();
3
- // static reset() {
4
- // Endpoints.INSTANCE = new Endpoints()
5
- // }
6
- // evm providers
7
- // providers = new Map<bigint, Provider>()
8
3
  concurrency = 4;
9
4
  chainQueryAPI = '';
10
5
  priceFeedAPI = '';
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,SAAS;IACpB,MAAM,CAAC,QAAQ,GAAc,IAAI,SAAS,EAAE,CAAA;IAE5C,mBAAmB;IACnB,yCAAyC;IACzC,IAAI;IACJ,gBAAgB;IAChB,0CAA0C;IAE1C,WAAW,GAAG,CAAC,CAAA;IACf,aAAa,GAAG,EAAE,CAAA;IAClB,YAAY,GAAG,EAAE,CAAA;IAEjB,WAAW,GAAG,IAAI,GAAG,EAAkB,CAAA","sourcesContent":["export class Endpoints {\n static INSTANCE: Endpoints = new Endpoints()\n\n // static reset() {\n // Endpoints.INSTANCE = new Endpoints()\n // }\n // evm providers\n // providers = new Map<bigint, Provider>()\n\n concurrency = 4\n chainQueryAPI = ''\n priceFeedAPI = ''\n\n chainServer = new Map<string, string>()\n}\n"]}
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,SAAS;IACpB,MAAM,CAAC,QAAQ,GAAc,IAAI,SAAS,EAAE,CAAA;IAE5C,WAAW,GAAG,CAAC,CAAA;IACf,aAAa,GAAG,EAAE,CAAA;IAClB,YAAY,GAAG,EAAE,CAAA;IAEjB,WAAW,GAAG,IAAI,GAAG,EAAkB,CAAA","sourcesContent":["export class Endpoints {\n static INSTANCE: Endpoints = new Endpoints()\n\n concurrency = 4\n chainQueryAPI = ''\n priceFeedAPI = ''\n\n chainServer = new Map<string, string>()\n}\n"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sentio/runtime",
3
3
  "license": "Apache-2.0",
4
- "version": "2.5.1-rc.1",
4
+ "version": "2.5.1-rc.2",
5
5
  "scripts": {
6
6
  "compile": "tsc",
7
7
  "build": "yarn compile",
@@ -13,7 +13,7 @@
13
13
  "start_js": "ts-node-esm --files ./lib/processor-runner.js $PWD/../../debug/dist/lib.js"
14
14
  },
15
15
  "dependencies": {
16
- "@sentio/protos": "^2.5.1-rc.1",
16
+ "@sentio/protos": "^2.5.1-rc.2",
17
17
  "command-line-args": "^5.2.1",
18
18
  "command-line-usage": "^6.1.3",
19
19
  "fs-extra": "^11.0.0",
@@ -27,7 +27,6 @@
27
27
  "@types/chai": "^4.3.1",
28
28
  "@types/command-line-args": "^5.2.0",
29
29
  "@types/command-line-usage": "^5.0.2",
30
- "@types/expect": "^24.3.0",
31
30
  "@types/fs-extra": "^11.0.1",
32
31
  "@types/google-protobuf": "^3.15.6"
33
32
  },
@@ -46,5 +45,5 @@
46
45
  "!{lib,src}/tests",
47
46
  "!**/*.test.{js,ts}"
48
47
  ],
49
- "gitHead": "67085a9cfa83c3c13b3f38cea88970680bd60b5c"
48
+ "gitHead": "f5757c9ddde1fd436447c2570acaa4429ddd3fd9"
50
49
  }
package/src/endpoints.ts CHANGED
@@ -1,12 +1,6 @@
1
1
  export class Endpoints {
2
2
  static INSTANCE: Endpoints = new Endpoints()
3
3
 
4
- // static reset() {
5
- // Endpoints.INSTANCE = new Endpoints()
6
- // }
7
- // evm providers
8
- // providers = new Map<bigint, Provider>()
9
-
10
4
  concurrency = 4
11
5
  chainQueryAPI = ''
12
6
  priceFeedAPI = ''