@pioneer-platform/eth-network 8.40.0 → 8.41.4

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @pioneer-platform/eth-network@8.40.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/eth/eth-network
3
+ > @pioneer-platform/eth-network@8.41.4 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/eth/eth-network
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @pioneer-platform/eth-network
2
2
 
3
+ ## 8.41.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: chore: chore: update test suite and deployment workflow
8
+ - Updated dependencies
9
+ - @pioneer-platform/blockbook@8.38.4
10
+ - @pioneer-platform/pioneer-caip@9.27.4
11
+ - @pioneer-platform/pioneer-nodes@8.37.4
12
+
13
+ ## 8.41.3
14
+
15
+ ### Patch Changes
16
+
17
+ - chore: chore: chore: update test suite and deployment workflow
18
+ - Updated dependencies
19
+ - @pioneer-platform/blockbook@8.38.3
20
+ - @pioneer-platform/pioneer-caip@9.27.3
21
+ - @pioneer-platform/pioneer-nodes@8.37.3
22
+
23
+ ## 8.41.2
24
+
25
+ ### Patch Changes
26
+
27
+ - chore: chore: update test suite and deployment workflow
28
+ - Updated dependencies
29
+ - @pioneer-platform/blockbook@8.38.2
30
+ - @pioneer-platform/pioneer-caip@9.27.2
31
+ - @pioneer-platform/pioneer-nodes@8.37.2
32
+
33
+ ## 8.41.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @pioneer-platform/pioneer-caip@9.27.1
39
+ - @pioneer-platform/blockbook@8.38.1
40
+ - @pioneer-platform/pioneer-nodes@8.37.1
41
+
42
+ ## 8.41.0
43
+
44
+ ### Minor Changes
45
+
46
+ - chore: chore: chore: chore: chore: feat(e2e): add --blue and --production flags to pioneer-sdk test
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies
51
+ - @pioneer-platform/blockbook@8.38.0
52
+ - @pioneer-platform/pioneer-caip@9.27.0
53
+ - @pioneer-platform/pioneer-nodes@8.37.0
54
+
3
55
  ## 8.40.0
4
56
 
5
57
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/eth-network",
3
- "version": "8.40.0",
3
+ "version": "8.41.4",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -17,10 +17,10 @@
17
17
  "ethers": "5.7.2",
18
18
  "request-promise": "^4.2.6",
19
19
  "wait-promise": "^0.4.1",
20
- "@pioneer-platform/blockbook": "8.37.0",
20
+ "@pioneer-platform/blockbook": "8.38.4",
21
21
  "@pioneer-platform/loggerdog": "8.11.0",
22
- "@pioneer-platform/pioneer-nodes": "8.36.0",
23
- "@pioneer-platform/pioneer-caip": "9.26.0"
22
+ "@pioneer-platform/pioneer-nodes": "8.37.4",
23
+ "@pioneer-platform/pioneer-caip": "9.27.4"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^18.16.0",