@pioneer-platform/pioneer 8.37.13 → 10.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @pioneer-platform/pioneer@8.37.13 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/pioneer/pioneer
3
+ > @pioneer-platform/pioneer@10.0.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/pioneer/pioneer
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @pioneer-platform/pioneer
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - chore: fix: prevent $0 price death spiral for major cryptocurrencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/cosmos-network@10.0.0
13
+ - @pioneer-platform/osmosis-network@10.0.0
14
+ - @pioneer-platform/utxo-network@9.0.0
15
+ - @pioneer-platform/unchained@9.0.0
16
+ - @pioneer-platform/pioneer-coins@11.0.0
17
+
18
+ ## 9.0.0
19
+
20
+ ### Major Changes
21
+
22
+ - fix: prevent $0 price death spiral for major cryptocurrencies
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @pioneer-platform/cosmos-network@9.0.0
28
+ - @pioneer-platform/osmosis-network@9.0.0
29
+ - @pioneer-platform/pioneer-coins@10.0.0
30
+ - @pioneer-platform/unchained@8.33.11
31
+ - @pioneer-platform/utxo-network@8.37.14
32
+
3
33
  ## 8.37.13
4
34
 
5
35
  ### Patch Changes
package/lib/index.js CHANGED
@@ -440,7 +440,7 @@ var get_pubkey_balances = function (pubkey) {
440
440
  contract: tokenInfo.contract,
441
441
  pubkey: pubkey.pubkey,
442
442
  context: pubkey.context,
443
- image: "https://pioneers.dev/coins/ethereum.png",
443
+ image: "https://api.keepkey.info/coins/ethereum.png",
444
444
  isToken: true,
445
445
  protocal: 'erc20',
446
446
  lastUpdated: new Date().getTime(),
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer",
3
- "version": "8.37.13",
3
+ "version": "10.0.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
7
  "@pioneer-platform/cointools": "^8.3.1",
8
8
  "dotenv": "^8.2.0",
9
9
  "short-uuid": "^4.2.2",
10
- "@pioneer-platform/binance-network": "8.33.10",
11
10
  "@pioneer-platform/blockbook": "8.38.13",
12
- "@pioneer-platform/cosmos-network": "8.36.10",
13
- "@pioneer-platform/blocknative-client": "8.11.0",
11
+ "@pioneer-platform/cosmos-network": "10.0.0",
12
+ "@pioneer-platform/default-mongo-v2": "1.16.0",
14
13
  "@pioneer-platform/default-redis": "8.11.11",
15
14
  "@pioneer-platform/eth-network": "8.41.13",
16
15
  "@pioneer-platform/loggerdog": "8.11.0",
17
- "@pioneer-platform/osmosis-network": "8.11.3",
16
+ "@pioneer-platform/osmosis-network": "10.0.0",
18
17
  "@pioneer-platform/pioneer-caip": "9.27.10",
19
- "@pioneer-platform/pioneer-coins": "9.20.8",
20
- "@pioneer-platform/redis-queue": "8.12.21",
21
- "@pioneer-platform/utxo-network": "8.37.13",
22
- "@pioneer-platform/default-mongo-v2": "1.16.0",
18
+ "@pioneer-platform/pioneer-coins": "11.0.0",
23
19
  "@pioneer-platform/thor-network": "8.13.0",
24
- "@pioneer-platform/unchained": "8.33.10",
20
+ "@pioneer-platform/redis-queue": "8.12.21",
21
+ "@pioneer-platform/unchained": "9.0.0",
22
+ "@pioneer-platform/utxo-network": "9.0.0",
23
+ "@pioneer-platform/binance-network": "8.33.10",
24
+ "@pioneer-platform/blocknative-client": "8.11.0",
25
25
  "@pioneer-platform/zapper-client": "8.36.13"
26
26
  },
27
27
  "devDependencies": {