@ledgerhq/cryptoassets 13.30.0-nightly.0 → 13.30.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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/cryptoassets@13.29.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
2
+ > @ledgerhq/cryptoassets@13.30.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,13 +1,35 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
- ## 13.30.0-nightly.0
3
+ ## 13.30.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - [#11948](https://github.com/LedgerHQ/ledger-live/pull/11948) [`ab0e1bc`](https://github.com/LedgerHQ/ledger-live/commit/ab0e1bcc97b66b750b6c29e618eb03ce6f25bb7b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Simplify implementation of listTokenTypesForCryptoCurrency to not depend on bundled tokens.
8
+
7
9
  - [#11581](https://github.com/LedgerHQ/ledger-live/pull/11581) [`4d60b7e`](https://github.com/LedgerHQ/ledger-live/commit/4d60b7e0984f0f8ef75c1483e0cfaf5784fbc5ed) Thanks [@Canestin](https://github.com/Canestin)! - feature (lld,llm): integrate Core DAO Mainnet
8
10
 
9
11
  - [#11889](https://github.com/LedgerHQ/ledger-live/pull/11889) [`e3b568d`](https://github.com/LedgerHQ/ledger-live/commit/e3b568d2cbeee6dcf19a7047ce9fa11a04b0ae2a) Thanks [@Canestin](https://github.com/Canestin)! - feat: ethereum hoodi testnet integration
10
12
 
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6)]:
16
+ - @ledgerhq/live-env@2.18.0
17
+
18
+ ## 13.30.0-next.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#11948](https://github.com/LedgerHQ/ledger-live/pull/11948) [`ab0e1bc`](https://github.com/LedgerHQ/ledger-live/commit/ab0e1bcc97b66b750b6c29e618eb03ce6f25bb7b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Simplify implementation of listTokenTypesForCryptoCurrency to not depend on bundled tokens.
23
+
24
+ - [#11581](https://github.com/LedgerHQ/ledger-live/pull/11581) [`4d60b7e`](https://github.com/LedgerHQ/ledger-live/commit/4d60b7e0984f0f8ef75c1483e0cfaf5784fbc5ed) Thanks [@Canestin](https://github.com/Canestin)! - feature (lld,llm): integrate Core DAO Mainnet
25
+
26
+ - [#11889](https://github.com/LedgerHQ/ledger-live/pull/11889) [`e3b568d`](https://github.com/LedgerHQ/ledger-live/commit/e3b568d2cbeee6dcf19a7047ce9fa11a04b0ae2a) Thanks [@Canestin](https://github.com/Canestin)! - feat: ethereum hoodi testnet integration
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6)]:
31
+ - @ledgerhq/live-env@2.18.0-next.0
32
+
11
33
  ## 13.29.0
12
34
 
13
35
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "13.30.0-nightly.0",
3
+ "version": "13.30.0",
4
4
  "description": "Ledger crypto-assets list",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -23,7 +23,7 @@
23
23
  "axios": "1.11.0",
24
24
  "bs58check": "^2.1.2",
25
25
  "invariant": "2",
26
- "@ledgerhq/live-env": "^2.17.0"
26
+ "@ledgerhq/live-env": "^2.18.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/bs58check": "^2.1.0",
@@ -35,7 +35,7 @@
35
35
  "source-map-support": "^0.5.21",
36
36
  "ts-jest": "^29.1.1",
37
37
  "ts-node": "^10.7.0",
38
- "@ledgerhq/types-cryptoassets": "^7.28.0-nightly.0"
38
+ "@ledgerhq/types-cryptoassets": "^7.28.0"
39
39
  },
40
40
  "typesVersions": {
41
41
  "*": {