@ledgerhq/cryptoassets 13.6.1 → 13.6.2-nightly.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/CHANGELOG.md +6 -0
- package/lib/currencies.js +2 -2
- package/lib-es/currencies.js +2 -2
- package/package.json +1 -1
- package/src/currencies.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
+
## 13.6.2-nightly.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7566](https://github.com/LedgerHQ/ledger-live/pull/7566) [`f275f48`](https://github.com/LedgerHQ/ledger-live/commit/f275f48a17eeba2bdd3119e478975c8d4c7183be) Thanks [@albertov19](https://github.com/albertov19)! - Updated logos for Moonbeam/Moonriver
|
|
8
|
+
|
|
3
9
|
## 13.6.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/lib/currencies.js
CHANGED
|
@@ -3631,7 +3631,7 @@ exports.cryptocurrenciesById = {
|
|
|
3631
3631
|
managerAppName: "Ethereum",
|
|
3632
3632
|
ticker: "GLMR",
|
|
3633
3633
|
scheme: "moonbeam",
|
|
3634
|
-
color: "#
|
|
3634
|
+
color: "#958FDC",
|
|
3635
3635
|
family: "evm",
|
|
3636
3636
|
units: [
|
|
3637
3637
|
{
|
|
@@ -3837,7 +3837,7 @@ exports.cryptocurrenciesById = {
|
|
|
3837
3837
|
managerAppName: "Ethereum",
|
|
3838
3838
|
ticker: "MOVR",
|
|
3839
3839
|
scheme: "moonriver",
|
|
3840
|
-
color: "#
|
|
3840
|
+
color: "#95F921",
|
|
3841
3841
|
family: "evm",
|
|
3842
3842
|
units: ethereumUnits("MOVR", "MOVR"),
|
|
3843
3843
|
ethereumLikeInfo: {
|
package/lib-es/currencies.js
CHANGED
|
@@ -3628,7 +3628,7 @@ export const cryptocurrenciesById = {
|
|
|
3628
3628
|
managerAppName: "Ethereum",
|
|
3629
3629
|
ticker: "GLMR",
|
|
3630
3630
|
scheme: "moonbeam",
|
|
3631
|
-
color: "#
|
|
3631
|
+
color: "#958FDC",
|
|
3632
3632
|
family: "evm",
|
|
3633
3633
|
units: [
|
|
3634
3634
|
{
|
|
@@ -3834,7 +3834,7 @@ export const cryptocurrenciesById = {
|
|
|
3834
3834
|
managerAppName: "Ethereum",
|
|
3835
3835
|
ticker: "MOVR",
|
|
3836
3836
|
scheme: "moonriver",
|
|
3837
|
-
color: "#
|
|
3837
|
+
color: "#95F921",
|
|
3838
3838
|
family: "evm",
|
|
3839
3839
|
units: ethereumUnits("MOVR", "MOVR"),
|
|
3840
3840
|
ethereumLikeInfo: {
|
package/package.json
CHANGED
package/src/currencies.ts
CHANGED
|
@@ -3634,7 +3634,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3634
3634
|
managerAppName: "Ethereum",
|
|
3635
3635
|
ticker: "GLMR",
|
|
3636
3636
|
scheme: "moonbeam",
|
|
3637
|
-
color: "#
|
|
3637
|
+
color: "#958FDC",
|
|
3638
3638
|
family: "evm",
|
|
3639
3639
|
units: [
|
|
3640
3640
|
{
|
|
@@ -3840,7 +3840,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3840
3840
|
managerAppName: "Ethereum",
|
|
3841
3841
|
ticker: "MOVR",
|
|
3842
3842
|
scheme: "moonriver",
|
|
3843
|
-
color: "#
|
|
3843
|
+
color: "#95F921",
|
|
3844
3844
|
family: "evm",
|
|
3845
3845
|
units: ethereumUnits("MOVR", "MOVR"),
|
|
3846
3846
|
ethereumLikeInfo: {
|