@pioneer-platform/cosmos-network 8.36.10 → 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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/lib/index.js +3 -3
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @pioneer-platform/cosmos-network@
|
|
3
|
+
> @pioneer-platform/cosmos-network@10.0.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/cosmos/cosmos-network
|
|
4
4
|
> tsc -p .
|
|
5
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @pioneer-platform/cosmos-network
|
|
2
2
|
|
|
3
|
+
## 10.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- chore: fix: prevent $0 price death spiral for major cryptocurrencies
|
|
8
|
+
|
|
9
|
+
## 9.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- fix: prevent $0 price death spiral for major cryptocurrencies
|
|
14
|
+
|
|
3
15
|
## 8.36.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/lib/index.js
CHANGED
|
@@ -1737,7 +1737,7 @@ var get_staking_positions = function (address) {
|
|
|
1737
1737
|
ticker: 'ATOM',
|
|
1738
1738
|
symbol: 'ATOM',
|
|
1739
1739
|
name: 'Cosmos Delegation',
|
|
1740
|
-
icon: 'https://
|
|
1740
|
+
icon: 'https://api.keepkey.info/coins/cosmos.png',
|
|
1741
1741
|
status: 'active',
|
|
1742
1742
|
updated: new Date().getTime(),
|
|
1743
1743
|
valueUsd: 0 // Will be calculated by chart processor
|
|
@@ -1781,7 +1781,7 @@ var get_staking_positions = function (address) {
|
|
|
1781
1781
|
ticker: 'ATOM',
|
|
1782
1782
|
symbol: 'ATOM',
|
|
1783
1783
|
name: 'Cosmos Rewards',
|
|
1784
|
-
icon: 'https://
|
|
1784
|
+
icon: 'https://api.keepkey.info/coins/cosmos.png',
|
|
1785
1785
|
status: 'claimable',
|
|
1786
1786
|
updated: new Date().getTime(),
|
|
1787
1787
|
valueUsd: 0 // Will be calculated by chart processor
|
|
@@ -1822,7 +1822,7 @@ var get_staking_positions = function (address) {
|
|
|
1822
1822
|
ticker: 'ATOM',
|
|
1823
1823
|
symbol: 'ATOM',
|
|
1824
1824
|
name: 'Cosmos Unbonding',
|
|
1825
|
-
icon: 'https://
|
|
1825
|
+
icon: 'https://api.keepkey.info/coins/cosmos.png',
|
|
1826
1826
|
status: 'unbonding',
|
|
1827
1827
|
completionTime: entry.completion_time,
|
|
1828
1828
|
updated: new Date().getTime(),
|