@subql/node-ethereum 2.12.4 → 2.12.5-0
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 +3 -0
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Fixed
|
|
10
|
+
- Fix nestjs-prometheus dependency issue (#163)
|
|
11
|
+
|
|
9
12
|
## [2.12.4] - 2023-09-12
|
|
10
13
|
### Fixed
|
|
11
14
|
- Fetching logs via block height resulting in invalid results. Block hash is now used to ensure correct results. (#156)
|