@ledgerhq/cryptoassets 6.22.4 → 6.24.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.
Files changed (44) hide show
  1. package/data/bep20.js +22 -1
  2. package/data/erc20-signatures.js +1 -1
  3. package/data/erc20.js +295 -260
  4. package/data/exchange/erc20.js +282 -249
  5. package/data/polygon-erc20.js +19 -3
  6. package/data/trc20.js +2 -1
  7. package/ethereum.json +122719 -0
  8. package/lib/currencies.js +4 -4
  9. package/lib/currencies.js.map +1 -1
  10. package/lib-es/abandonseed.d.ts +0 -0
  11. package/lib-es/abandonseed.d.ts.map +0 -0
  12. package/lib-es/abandonseed.js +0 -0
  13. package/lib-es/abandonseed.js.map +0 -0
  14. package/lib-es/currencies.d.ts +0 -0
  15. package/lib-es/currencies.d.ts.map +0 -0
  16. package/lib-es/currencies.js +4 -4
  17. package/lib-es/currencies.js.map +1 -1
  18. package/lib-es/currencies.test.d.ts +0 -0
  19. package/lib-es/currencies.test.d.ts.map +0 -0
  20. package/lib-es/currencies.test.js +0 -0
  21. package/lib-es/currencies.test.js.map +0 -0
  22. package/lib-es/exchange.d.ts +0 -0
  23. package/lib-es/exchange.d.ts.map +0 -0
  24. package/lib-es/exchange.js +0 -0
  25. package/lib-es/exchange.js.map +0 -0
  26. package/lib-es/fiats.d.ts +0 -0
  27. package/lib-es/fiats.d.ts.map +0 -0
  28. package/lib-es/fiats.js +0 -0
  29. package/lib-es/fiats.js.map +0 -0
  30. package/lib-es/index.d.ts +0 -0
  31. package/lib-es/index.d.ts.map +0 -0
  32. package/lib-es/index.js +0 -0
  33. package/lib-es/index.js.map +0 -0
  34. package/lib-es/tokens.d.ts +0 -0
  35. package/lib-es/tokens.d.ts.map +0 -0
  36. package/lib-es/tokens.js +0 -0
  37. package/lib-es/tokens.js.map +0 -0
  38. package/lib-es/types.d.ts +0 -0
  39. package/lib-es/types.d.ts.map +0 -0
  40. package/lib-es/types.js +0 -0
  41. package/lib-es/types.js.map +0 -0
  42. package/package.json +2 -2
  43. package/src/currencies.ts +4 -4
  44. package/.turbo/turbo-build.log +0 -2
File without changes
package/lib-es/tokens.js CHANGED
File without changes
File without changes
package/lib-es/types.d.ts CHANGED
File without changes
File without changes
package/lib-es/types.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "6.22.4",
3
+ "version": "6.24.1",
4
4
  "description": "Ledger crypto-assets list",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -29,5 +29,5 @@
29
29
  "watch": "bash ../../script/watch.sh",
30
30
  "doc": "bash ../../script/doc.sh"
31
31
  },
32
- "gitHead": "6b78677ef262faef3833a49e8c122a42c76b682e"
32
+ "gitHead": "159269dafc5f177c7af5b20761ab0ef3550e3faf"
33
33
  }
package/src/currencies.ts CHANGED
@@ -1865,8 +1865,8 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
1865
1865
  ],
1866
1866
  explorerViews: [
1867
1867
  {
1868
- tx: "https://explorer.peercoin.net/tx/$hash",
1869
- address: "https://explorer.peercoin.net/address/$address",
1868
+ tx: "https://blockbook.peercoin.net/tx/$hash",
1869
+ address: "https://blockbook.peercoin.net/address/$address",
1870
1870
  },
1871
1871
  ],
1872
1872
  },
@@ -2892,12 +2892,12 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
2892
2892
  units: [
2893
2893
  {
2894
2894
  name: "CRO",
2895
- code: "cro",
2895
+ code: "CRO",
2896
2896
  magnitude: 8,
2897
2897
  },
2898
2898
  {
2899
2899
  name: "baseCRO",
2900
- code: "basecro",
2900
+ code: "baseCRO",
2901
2901
  magnitude: 0,
2902
2902
  },
2903
2903
  ],
@@ -1,2 +0,0 @@
1
- @ledgerhq/cryptoassets:build: cache hit, replaying output 160dcad9d2bd11ed
2
- @ledgerhq/cryptoassets:build: $ NODE_ENV=production tsc && tsc -m ES6 --outDir lib-es