@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.
- package/data/bep20.js +22 -1
- package/data/erc20-signatures.js +1 -1
- package/data/erc20.js +295 -260
- package/data/exchange/erc20.js +282 -249
- package/data/polygon-erc20.js +19 -3
- package/data/trc20.js +2 -1
- package/ethereum.json +122719 -0
- package/lib/currencies.js +4 -4
- package/lib/currencies.js.map +1 -1
- package/lib-es/abandonseed.d.ts +0 -0
- package/lib-es/abandonseed.d.ts.map +0 -0
- package/lib-es/abandonseed.js +0 -0
- package/lib-es/abandonseed.js.map +0 -0
- package/lib-es/currencies.d.ts +0 -0
- package/lib-es/currencies.d.ts.map +0 -0
- package/lib-es/currencies.js +4 -4
- package/lib-es/currencies.js.map +1 -1
- package/lib-es/currencies.test.d.ts +0 -0
- package/lib-es/currencies.test.d.ts.map +0 -0
- package/lib-es/currencies.test.js +0 -0
- package/lib-es/currencies.test.js.map +0 -0
- package/lib-es/exchange.d.ts +0 -0
- package/lib-es/exchange.d.ts.map +0 -0
- package/lib-es/exchange.js +0 -0
- package/lib-es/exchange.js.map +0 -0
- package/lib-es/fiats.d.ts +0 -0
- package/lib-es/fiats.d.ts.map +0 -0
- package/lib-es/fiats.js +0 -0
- package/lib-es/fiats.js.map +0 -0
- package/lib-es/index.d.ts +0 -0
- package/lib-es/index.d.ts.map +0 -0
- package/lib-es/index.js +0 -0
- package/lib-es/index.js.map +0 -0
- package/lib-es/tokens.d.ts +0 -0
- package/lib-es/tokens.d.ts.map +0 -0
- package/lib-es/tokens.js +0 -0
- package/lib-es/tokens.js.map +0 -0
- package/lib-es/types.d.ts +0 -0
- package/lib-es/types.d.ts.map +0 -0
- package/lib-es/types.js +0 -0
- package/lib-es/types.js.map +0 -0
- package/package.json +2 -2
- package/src/currencies.ts +4 -4
- package/.turbo/turbo-build.log +0 -2
package/lib-es/tokens.d.ts.map
CHANGED
|
File without changes
|
package/lib-es/tokens.js
CHANGED
|
File without changes
|
package/lib-es/tokens.js.map
CHANGED
|
File without changes
|
package/lib-es/types.d.ts
CHANGED
|
File without changes
|
package/lib-es/types.d.ts.map
CHANGED
|
File without changes
|
package/lib-es/types.js
CHANGED
|
File without changes
|
package/lib-es/types.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "6.
|
|
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": "
|
|
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://
|
|
1869
|
-
address: "https://
|
|
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: "
|
|
2895
|
+
code: "CRO",
|
|
2896
2896
|
magnitude: 8,
|
|
2897
2897
|
},
|
|
2898
2898
|
{
|
|
2899
2899
|
name: "baseCRO",
|
|
2900
|
-
code: "
|
|
2900
|
+
code: "baseCRO",
|
|
2901
2901
|
magnitude: 0,
|
|
2902
2902
|
},
|
|
2903
2903
|
],
|
package/.turbo/turbo-build.log
DELETED