@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
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
|
})
|