@pioneer-platform/evm-network 0.21.1 → 0.21.3
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 +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @pioneer-platform/evm-network
|
|
2
2
|
|
|
3
|
+
## 0.21.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: fix: transaction event channel mismatch + add networkId to event payload
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @pioneer-platform/blockbook@8.27.5
|
|
10
|
+
|
|
11
|
+
## 0.21.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- chore: chore: fix(utxo): calculate change index from used addresses only, not derived addresses
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @pioneer-platform/blockbook@8.27.3
|
|
18
|
+
|
|
3
19
|
## 0.21.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/evm-network",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.3",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build:watch": "pnpm run build && onchange 'src/**/*.ts' -- pnpm run build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@pioneer-platform/blockbook": "^8.27.
|
|
17
|
+
"@pioneer-platform/blockbook": "^8.27.5",
|
|
18
18
|
"@pioneer-platform/loggerdog": "^8.11.0",
|
|
19
19
|
"@types/node": "^20.11.30",
|
|
20
20
|
"@xchainjs/xchain-util": "^0.2.6",
|