@sentio/runtime 4.0.0-rc.12 → 4.0.0-rc.13
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/{chunk-67PFSF7W.js → chunk-RXBG7EOK.js} +2 -2
- package/lib/{chunk-67PFSF7W.js.map → chunk-RXBG7EOK.js.map} +1 -1
- package/lib/index.d.ts +5 -5
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/processor-runner.js +1 -1
- package/package.json +1 -1
- package/src/chain-config.ts +1 -1
- package/src/endpoints.ts +5 -5
|
@@ -11701,7 +11701,7 @@ function configureEndpoints(options) {
|
|
|
11701
11701
|
if (chainConfig.Rpc?.Url) {
|
|
11702
11702
|
Endpoints.INSTANCE.chainRpc.set(id, {
|
|
11703
11703
|
url: chainConfig.Rpc.Url,
|
|
11704
|
-
|
|
11704
|
+
headers: chainConfig.Rpc.Headers
|
|
11705
11705
|
});
|
|
11706
11706
|
} else {
|
|
11707
11707
|
const http = chainConfig.Https?.[0];
|
|
@@ -15171,4 +15171,4 @@ export {
|
|
|
15171
15171
|
GLOBAL_CONFIG,
|
|
15172
15172
|
ProcessorServiceImplV3
|
|
15173
15173
|
};
|
|
15174
|
-
//# sourceMappingURL=chunk-
|
|
15174
|
+
//# sourceMappingURL=chunk-RXBG7EOK.js.map
|