@coinmasters/e2e-staking-suite 1.11.7 → 1.11.9
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +18 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
2
|
|
3
|
-
> @coinmasters/e2e-staking-suite@1.11.
|
3
|
+
> @coinmasters/e2e-staking-suite@1.11.8 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer-sdk/e2e/staking
|
4
4
|
> tsc -p .
|
5
5
|
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# @coinmasters/e2e-transfer-dogecoin
|
2
2
|
|
3
|
+
## 1.11.9
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- bump
|
8
|
+
|
9
|
+
- Updated dependencies []:
|
10
|
+
- @coinmasters/pioneer-sdk@4.12.10
|
11
|
+
|
12
|
+
## 1.11.8
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- bump
|
17
|
+
|
18
|
+
- Updated dependencies []:
|
19
|
+
- @coinmasters/pioneer-sdk@4.12.8
|
20
|
+
|
3
21
|
## 1.11.7
|
4
22
|
|
5
23
|
### Patch Changes
|
package/dist/index.js
CHANGED
@@ -93,7 +93,7 @@ const test_staking_service = async function () {
|
|
93
93
|
spec,
|
94
94
|
wss: process.env.VITE_PIONEER_URL_WSS || 'wss://pioneers.dev',
|
95
95
|
keepkeyApiKey: process.env.KEEPKEY_API_KEY || 'e4ea6479-5ea4-4c7d-b824-e075101bf9fd',
|
96
|
-
keepkeyEndpoint: '
|
96
|
+
keepkeyEndpoint: 'kkapi://',
|
97
97
|
paths,
|
98
98
|
blockchains,
|
99
99
|
nodes: [],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coinmasters/e2e-staking-suite",
|
3
|
-
"version": "1.11.
|
3
|
+
"version": "1.11.9",
|
4
4
|
"main": "./lib/index.js",
|
5
5
|
"types": "./lib/index.d.ts",
|
6
6
|
"dependencies": {
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"dotenv": "^6.2.0",
|
13
13
|
"typescript": "5.2.2",
|
14
14
|
"wait-promise": "^0.4.1",
|
15
|
-
"@coinmasters/pioneer-sdk": "4.12.
|
15
|
+
"@coinmasters/pioneer-sdk": "4.12.10",
|
16
16
|
"@coinmasters/types": "^4.10.1"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
package/src/index.ts
CHANGED
@@ -135,7 +135,7 @@ const test_staking_service = async function () {
|
|
135
135
|
spec,
|
136
136
|
wss: process.env.VITE_PIONEER_URL_WSS || 'wss://pioneers.dev',
|
137
137
|
keepkeyApiKey: process.env.KEEPKEY_API_KEY || 'e4ea6479-5ea4-4c7d-b824-e075101bf9fd',
|
138
|
-
keepkeyEndpoint: '
|
138
|
+
keepkeyEndpoint: 'kkapi://',
|
139
139
|
paths,
|
140
140
|
blockchains,
|
141
141
|
nodes: [],
|