@ledgerhq/cryptoassets 9.11.0-next.0 → 9.11.0-nightly.1
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 +4 -10
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@9.10.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
2
|
+
> @ledgerhq/cryptoassets@9.10.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 9.11.0-
|
|
3
|
+
## 9.11.0-nightly.1
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#3984](https://github.com/LedgerHQ/ledger-live/pull/3984) [`1263b7a9c1`](https://github.com/LedgerHQ/ledger-live/commit/1263b7a9c1916da81ad55bb2ca1e804cff5f89e2) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - update CAL
|
|
8
|
-
|
|
9
|
-
- [#4021](https://github.com/LedgerHQ/ledger-live/pull/4021) [`e5f9cc46d6`](https://github.com/LedgerHQ/ledger-live/commit/e5f9cc46d69b82ad7267296b350e9d97a47f9e86) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add telos evm currency
|
|
10
|
-
|
|
11
|
-
- [#3827](https://github.com/LedgerHQ/ledger-live/pull/3827) [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Updating EthereumLikeInfo configurations & typing
|
|
12
|
-
|
|
13
7
|
- [#4015](https://github.com/LedgerHQ/ledger-live/pull/4015) [`374e339c27`](https://github.com/LedgerHQ/ledger-live/commit/374e339c27e317656d01463a822898ad3a60df85) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Polygon zkEVM, Base Goerli, Klaytn
|
|
14
8
|
|
|
15
9
|
### Patch Changes
|
|
16
10
|
|
|
17
|
-
- [#3964](https://github.com/LedgerHQ/ledger-live/pull/3964) [`770842cdbe`](https://github.com/LedgerHQ/ledger-live/commit/770842cdbe94c629b6844f93d1b5d94d381931b1) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - rename optimism to op mainnet
|
|
18
|
-
|
|
19
11
|
- [#4130](https://github.com/LedgerHQ/ledger-live/pull/4130) [`cfbff52724`](https://github.com/LedgerHQ/ledger-live/commit/cfbff527241534aba69bff3d86733b50a14eb4ce) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - coreum integration
|
|
20
12
|
|
|
21
|
-
|
|
13
|
+
## 9.10.1-nightly.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
22
16
|
|
|
23
17
|
- [#4074](https://github.com/LedgerHQ/ledger-live/pull/4074) [`66769a98e6`](https://github.com/LedgerHQ/ledger-live/commit/66769a98e69f2b8156417e464e90d9162272b470) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - Disable dynamic CAL CDN workflows, now handled in CAL repository
|
|
24
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "9.11.0-
|
|
3
|
+
"version": "9.11.0-nightly.1",
|
|
4
4
|
"description": "Ledger crypto-assets list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"source-map-support": "^0.5.21",
|
|
68
68
|
"ts-jest": "^28.0.5",
|
|
69
69
|
"ts-node": "^10.4.0",
|
|
70
|
-
"@ledgerhq/types-cryptoassets": "^7.4.0-
|
|
70
|
+
"@ledgerhq/types-cryptoassets": "^7.4.0-nightly.0"
|
|
71
71
|
},
|
|
72
72
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
73
73
|
"scripts": {
|