@subql/node-ethereum 5.1.1-0 → 5.1.1-1

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/CHANGELOG.md CHANGED
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ### Fixed
9
9
  - Empty dictionary v2 response resulting in all blocks within that range being indexed (#336)
10
10
 
11
+ ### Changed
12
+ - Update `@subql/node-core` (#337)
13
+
11
14
  ## [5.1.0] - 2024-08-02
12
15
  ### Added
13
16
  - Suport for network endpoint config providing the ability to set headers and rpc batch sizes (#334)