@pioneer-platform/pioneer-sdk 8.11.18 → 8.11.23

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/dist/index.cjs CHANGED
@@ -3349,7 +3349,7 @@ class SDK {
3349
3349
  this.appName = config.appName || "unknown app";
3350
3350
  this.appIcon = config.appIcon || "https://pioneers.dev/coins/keepkey.png";
3351
3351
  this.spec = spec || config.spec || "https://api.keepkey.info/spec/swagger";
3352
- this.wss = config.wss || "wss://pioneers.dev";
3352
+ this.wss = config.wss || "wss://api.keepkey.info";
3353
3353
  this.assets = import_pioneer_discovery.assetData;
3354
3354
  this.assetsMap = new Map;
3355
3355
  this.username = config.username;
package/dist/index.es.js CHANGED
@@ -3525,7 +3525,7 @@ class SDK {
3525
3525
  this.appName = config.appName || "unknown app";
3526
3526
  this.appIcon = config.appIcon || "https://pioneers.dev/coins/keepkey.png";
3527
3527
  this.spec = spec || config.spec || "https://api.keepkey.info/spec/swagger";
3528
- this.wss = config.wss || "wss://pioneers.dev";
3528
+ this.wss = config.wss || "wss://api.keepkey.info";
3529
3529
  this.assets = assetData;
3530
3530
  this.assetsMap = new Map;
3531
3531
  this.username = config.username;
package/dist/index.js CHANGED
@@ -3525,7 +3525,7 @@ class SDK {
3525
3525
  this.appName = config.appName || "unknown app";
3526
3526
  this.appIcon = config.appIcon || "https://pioneers.dev/coins/keepkey.png";
3527
3527
  this.spec = spec || config.spec || "https://api.keepkey.info/spec/swagger";
3528
- this.wss = config.wss || "wss://pioneers.dev";
3528
+ this.wss = config.wss || "wss://api.keepkey.info";
3529
3529
  this.assets = assetData;
3530
3530
  this.assetsMap = new Map;
3531
3531
  this.username = config.username;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "author": "highlander",
3
3
  "name": "@pioneer-platform/pioneer-sdk",
4
- "version": "8.11.18",
4
+ "version": "8.11.23",
5
5
  "dependencies": {
6
6
  "@keepkey/keepkey-sdk": "^0.2.62",
7
7
  "@pioneer-platform/loggerdog": "^8.11.0",
8
8
  "@pioneer-platform/pioneer-caip": "^9.10.0",
9
9
  "@pioneer-platform/pioneer-client": "^9.10.10",
10
10
  "@pioneer-platform/pioneer-coins": "^9.11.0",
11
- "@pioneer-platform/pioneer-discovery": "^8.11.14",
11
+ "@pioneer-platform/pioneer-discovery": "^8.11.23",
12
12
  "@pioneer-platform/pioneer-events": "^8.11.0",
13
13
  "coinselect": "^3.1.13",
14
14
  "eventemitter3": "^5.0.1",
package/src/index.ts CHANGED
@@ -218,7 +218,7 @@ export class SDK {
218
218
  this.appName = config.appName || 'unknown app';
219
219
  this.appIcon = config.appIcon || 'https://pioneers.dev/coins/keepkey.png';
220
220
  this.spec = spec || config.spec || 'https://api.keepkey.info/spec/swagger';
221
- this.wss = config.wss || 'wss://pioneers.dev';
221
+ this.wss = config.wss || 'wss://api.keepkey.info';
222
222
  this.assets = assetData;
223
223
  this.assetsMap = new Map();
224
224
  this.username = config.username;