@sentio/runtime 2.60.0-rc.10 → 2.60.0-rc.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/runtime",
3
- "version": "2.60.0-rc.10",
3
+ "version": "2.60.0-rc.11",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
package/src/service-v3.ts CHANGED
@@ -41,6 +41,7 @@ export class ProcessorServiceImplV3 implements ProcessorV3ServiceImplementation
41
41
  }
42
42
 
43
43
  async init(request: Empty, context: CallContext): Promise<DeepPartial<InitResponse>> {
44
+ await this.loader()
44
45
  const resp = InitResponse.fromPartial({
45
46
  chainIds: []
46
47
  })