@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/lib/processor-runner.js
CHANGED
@@ -26499,6 +26499,7 @@ var ProcessorServiceImplV3 = class {
|
|
26499
26499
|
this.enablePartition = options2?.["enable-partition"] == true;
|
26500
26500
|
}
|
26501
26501
|
async init(request3, context2) {
|
26502
|
+
await this.loader();
|
26502
26503
|
const resp = InitResponse.fromPartial({
|
26503
26504
|
chainIds: []
|
26504
26505
|
});
|