@ledgerhq/types-cryptoassets
Advanced tools
Comparing version 6.23.0 to 6.23.1-nightly.0
# @ledgerhq/types-cryptoassets | ||
## 6.23.1-nightly.0 | ||
### Patch Changes | ||
- [#1304](https://github.com/LedgerHQ/ledger-live/pull/1304) [`df76dd28c1`](https://github.com/LedgerHQ/ledger-live/commit/df76dd28c15d0cd5b7b57ee3f78aa0bd4170a44a) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fixing currency inferences in cryptoassets, and reorder currencies as a temporary fix for the ticker/managerAppName collisions' side effects | ||
## 6.23.0 | ||
@@ -4,0 +10,0 @@ |
@@ -22,2 +22,3 @@ /** | ||
countervalueTicker?: string; | ||
keywords?: string[]; | ||
}; | ||
@@ -77,2 +78,7 @@ /** | ||
hardfork?: string; | ||
rpc?: string; | ||
explorer?: { | ||
uri: string; | ||
type: "etherscan" | "blockscout"; | ||
}; | ||
}; | ||
@@ -79,0 +85,0 @@ explorerViews: ExplorerView[]; |
@@ -22,2 +22,3 @@ /** | ||
countervalueTicker?: string; | ||
keywords?: string[]; | ||
}; | ||
@@ -77,2 +78,7 @@ /** | ||
hardfork?: string; | ||
rpc?: string; | ||
explorer?: { | ||
uri: string; | ||
type: "etherscan" | "blockscout"; | ||
}; | ||
}; | ||
@@ -79,0 +85,0 @@ explorerViews: ExplorerView[]; |
{ | ||
"name": "@ledgerhq/types-cryptoassets", | ||
"version": "6.23.0", | ||
"version": "6.23.1-nightly.0", | ||
"description": "Ledger types for crypto assets and tokens", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -38,3 +38,3 @@ <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" /> | ||
Type: {name: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), ticker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), units: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Unit](#unit)>, symbol: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, disableCountervalue: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, delisted: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, countervalueTicker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?} | ||
Type: {name: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), ticker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), units: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Unit](#unit)>, symbol: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, disableCountervalue: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, delisted: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, countervalueTicker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, keywords: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>?} | ||
@@ -50,2 +50,3 @@ #### Properties | ||
* `countervalueTicker` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** | ||
* `keywords` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>?** | ||
@@ -52,0 +53,0 @@ ### TokenCurrency |
@@ -35,2 +35,4 @@ /** | ||
countervalueTicker?: string; | ||
// keywords to be able to find currency from "obvious" terms | ||
keywords?: string[]; | ||
}; | ||
@@ -107,2 +109,9 @@ | ||
hardfork?: string; | ||
// used by evm light integration | ||
rpc?: string; | ||
// used by evm light integration | ||
explorer?: { | ||
uri: string; | ||
type: "etherscan" | "blockscout"; | ||
}; | ||
}; | ||
@@ -109,0 +118,0 @@ explorerViews: ExplorerView[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18806
321
76
1