@ledgerhq/cryptoassets 9.13.0-nightly.0 → 10.0.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 +19 -0
- package/lib/abandonseed.d.ts.map +1 -1
- package/lib/abandonseed.js +34 -35
- package/lib/abandonseed.js.map +1 -1
- package/lib/currencies.d.ts.map +1 -1
- package/lib/currencies.js +71 -161
- package/lib/currencies.js.map +1 -1
- package/lib/currencies.test.js +2 -2
- package/lib/currencies.test.js.map +1 -1
- package/lib-es/abandonseed.d.ts.map +1 -1
- package/lib-es/abandonseed.js +34 -35
- package/lib-es/abandonseed.js.map +1 -1
- package/lib-es/currencies.d.ts.map +1 -1
- package/lib-es/currencies.js +71 -161
- package/lib-es/currencies.js.map +1 -1
- package/lib-es/currencies.test.js +2 -2
- package/lib-es/currencies.test.js.map +1 -1
- package/package.json +2 -2
- package/src/abandonseed.ts +34 -35
- package/src/currencies.test.ts +2 -2
- package/src/currencies.ts +71 -161
package/src/currencies.ts
CHANGED
|
@@ -161,7 +161,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
161
161
|
ticker: "AKA",
|
|
162
162
|
scheme: "akroma",
|
|
163
163
|
color: "#AA0087",
|
|
164
|
-
family: "
|
|
164
|
+
family: "evm",
|
|
165
165
|
units: [
|
|
166
166
|
{
|
|
167
167
|
name: "AKA",
|
|
@@ -236,7 +236,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
236
236
|
ticker: "ATH",
|
|
237
237
|
scheme: "atheios",
|
|
238
238
|
color: "#000000",
|
|
239
|
-
family: "
|
|
239
|
+
family: "evm",
|
|
240
240
|
units: [
|
|
241
241
|
{
|
|
242
242
|
name: "ATH",
|
|
@@ -255,7 +255,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
255
255
|
ticker: "AVAX",
|
|
256
256
|
scheme: "avalanche_c_chain",
|
|
257
257
|
color: "#E84142",
|
|
258
|
-
family: "
|
|
258
|
+
family: "evm",
|
|
259
259
|
units: [
|
|
260
260
|
{
|
|
261
261
|
name: "AVAX",
|
|
@@ -264,9 +264,10 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
264
264
|
},
|
|
265
265
|
],
|
|
266
266
|
ethereumLikeInfo: {
|
|
267
|
-
baseChain: "mainnet",
|
|
268
267
|
chainId: 43114,
|
|
269
|
-
|
|
268
|
+
node: { type: "ledger", explorerId: "avax" },
|
|
269
|
+
explorer: { type: "ledger", explorerId: "avax" },
|
|
270
|
+
gasTracker: { type: "ledger", explorerId: "avax" },
|
|
270
271
|
},
|
|
271
272
|
explorerViews: [
|
|
272
273
|
{
|
|
@@ -533,12 +534,12 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
533
534
|
ticker: "BNB",
|
|
534
535
|
scheme: "bsc",
|
|
535
536
|
color: "#F0B90A",
|
|
536
|
-
family: "
|
|
537
|
+
family: "evm",
|
|
537
538
|
ethereumLikeInfo: {
|
|
538
|
-
baseChain: "mainnet",
|
|
539
539
|
chainId: 56,
|
|
540
|
-
|
|
541
|
-
|
|
540
|
+
node: { type: "ledger", explorerId: "bnb" },
|
|
541
|
+
explorer: { type: "ledger", explorerId: "bnb" },
|
|
542
|
+
gasTracker: { type: "ledger", explorerId: "bnb" },
|
|
542
543
|
},
|
|
543
544
|
units: [
|
|
544
545
|
{
|
|
@@ -566,7 +567,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
566
567
|
ticker: "CLO",
|
|
567
568
|
scheme: "callisto",
|
|
568
569
|
color: "#000000",
|
|
569
|
-
family: "
|
|
570
|
+
family: "evm",
|
|
570
571
|
units: [
|
|
571
572
|
{
|
|
572
573
|
name: "CLO",
|
|
@@ -914,10 +915,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
914
915
|
ticker: "DXN",
|
|
915
916
|
scheme: "dexon",
|
|
916
917
|
color: "#000000",
|
|
917
|
-
family: "
|
|
918
|
-
ethereumLikeInfo: {
|
|
919
|
-
chainId: 237,
|
|
920
|
-
},
|
|
918
|
+
family: "evm",
|
|
921
919
|
units: [
|
|
922
920
|
{
|
|
923
921
|
name: "dexon",
|
|
@@ -1036,7 +1034,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1036
1034
|
ticker: "ELLA",
|
|
1037
1035
|
scheme: "ellaism",
|
|
1038
1036
|
color: "#000000",
|
|
1039
|
-
family: "
|
|
1037
|
+
family: "evm",
|
|
1040
1038
|
units: [
|
|
1041
1039
|
{
|
|
1042
1040
|
name: "ELLA",
|
|
@@ -1102,14 +1100,14 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1102
1100
|
scheme: "ethereum",
|
|
1103
1101
|
color: "#0ebdcd",
|
|
1104
1102
|
symbol: "Ξ",
|
|
1105
|
-
|
|
1106
|
-
family: "ethereum",
|
|
1103
|
+
family: "evm",
|
|
1107
1104
|
blockAvgTime: 15,
|
|
1105
|
+
units: ethereumUnits("ether", "ETH"),
|
|
1108
1106
|
ethereumLikeInfo: {
|
|
1109
|
-
baseChain: "mainnet",
|
|
1110
1107
|
chainId: 1,
|
|
1111
|
-
|
|
1112
|
-
|
|
1108
|
+
node: { type: "ledger", explorerId: "eth" },
|
|
1109
|
+
explorer: { type: "ledger", explorerId: "eth" },
|
|
1110
|
+
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
1113
1111
|
},
|
|
1114
1112
|
explorerViews: [
|
|
1115
1113
|
{
|
|
@@ -1131,13 +1129,13 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1131
1129
|
scheme: "ethereumclassic",
|
|
1132
1130
|
color: "#3ca569",
|
|
1133
1131
|
units: ethereumUnits("ETC", "ETC"),
|
|
1134
|
-
family: "
|
|
1132
|
+
family: "evm",
|
|
1135
1133
|
blockAvgTime: 15,
|
|
1136
1134
|
ethereumLikeInfo: {
|
|
1137
|
-
baseChain: "mainnet",
|
|
1138
1135
|
chainId: 61,
|
|
1139
|
-
|
|
1140
|
-
|
|
1136
|
+
node: { type: "ledger", explorerId: "etc" },
|
|
1137
|
+
explorer: { type: "ledger", explorerId: "etc" },
|
|
1138
|
+
gasTracker: { type: "ledger", explorerId: "etc" },
|
|
1141
1139
|
},
|
|
1142
1140
|
explorerViews: [
|
|
1143
1141
|
{
|
|
@@ -1158,11 +1156,8 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1158
1156
|
scheme: "ether1",
|
|
1159
1157
|
color: "#000000",
|
|
1160
1158
|
units: ethereumUnits("ETHO", "ETHO"),
|
|
1161
|
-
family: "
|
|
1159
|
+
family: "evm",
|
|
1162
1160
|
blockAvgTime: 15,
|
|
1163
|
-
ethereumLikeInfo: {
|
|
1164
|
-
chainId: 1313114,
|
|
1165
|
-
},
|
|
1166
1161
|
explorerViews: [],
|
|
1167
1162
|
},
|
|
1168
1163
|
ethergem: {
|
|
@@ -1175,11 +1170,8 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1175
1170
|
scheme: "ethergem",
|
|
1176
1171
|
color: "#000000",
|
|
1177
1172
|
units: ethereumUnits("EGEM", "EGEM"),
|
|
1178
|
-
family: "
|
|
1173
|
+
family: "evm",
|
|
1179
1174
|
blockAvgTime: 15,
|
|
1180
|
-
ethereumLikeInfo: {
|
|
1181
|
-
chainId: 1987,
|
|
1182
|
-
},
|
|
1183
1175
|
explorerViews: [],
|
|
1184
1176
|
},
|
|
1185
1177
|
ethersocial: {
|
|
@@ -1192,11 +1184,8 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1192
1184
|
scheme: "ethersocial",
|
|
1193
1185
|
color: "#000000",
|
|
1194
1186
|
units: ethereumUnits("ESN", "ESN"),
|
|
1195
|
-
family: "
|
|
1187
|
+
family: "evm",
|
|
1196
1188
|
blockAvgTime: 15,
|
|
1197
|
-
ethereumLikeInfo: {
|
|
1198
|
-
chainId: 31102,
|
|
1199
|
-
},
|
|
1200
1189
|
explorerViews: [],
|
|
1201
1190
|
},
|
|
1202
1191
|
expanse: {
|
|
@@ -1208,7 +1197,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1208
1197
|
ticker: "EXP",
|
|
1209
1198
|
scheme: "expanse",
|
|
1210
1199
|
color: "#EE4500",
|
|
1211
|
-
family: "
|
|
1200
|
+
family: "evm",
|
|
1212
1201
|
units: [
|
|
1213
1202
|
{
|
|
1214
1203
|
name: "EXP",
|
|
@@ -1311,7 +1300,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1311
1300
|
ticker: "GO",
|
|
1312
1301
|
scheme: "gochain",
|
|
1313
1302
|
color: "#000000",
|
|
1314
|
-
family: "
|
|
1303
|
+
family: "evm",
|
|
1315
1304
|
units: [
|
|
1316
1305
|
{
|
|
1317
1306
|
name: "GO",
|
|
@@ -1442,10 +1431,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1442
1431
|
ticker: "HPB",
|
|
1443
1432
|
scheme: "hpb",
|
|
1444
1433
|
color: "#3B3BE2",
|
|
1445
|
-
family: "
|
|
1446
|
-
ethereumLikeInfo: {
|
|
1447
|
-
chainId: 269,
|
|
1448
|
-
},
|
|
1434
|
+
family: "evm",
|
|
1449
1435
|
units: [
|
|
1450
1436
|
{
|
|
1451
1437
|
name: "hpb",
|
|
@@ -1714,10 +1700,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1714
1700
|
ticker: "MIX",
|
|
1715
1701
|
scheme: "mix",
|
|
1716
1702
|
color: "#00C4DF",
|
|
1717
|
-
family: "
|
|
1718
|
-
ethereumLikeInfo: {
|
|
1719
|
-
chainId: 76,
|
|
1720
|
-
},
|
|
1703
|
+
family: "evm",
|
|
1721
1704
|
units: [
|
|
1722
1705
|
{
|
|
1723
1706
|
name: "MIX",
|
|
@@ -1760,10 +1743,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1760
1743
|
ticker: "MUSIC",
|
|
1761
1744
|
scheme: "musicoin",
|
|
1762
1745
|
color: "#000000",
|
|
1763
|
-
family: "
|
|
1764
|
-
ethereumLikeInfo: {
|
|
1765
|
-
chainId: 7762959,
|
|
1766
|
-
},
|
|
1746
|
+
family: "evm",
|
|
1767
1747
|
units: [
|
|
1768
1748
|
{
|
|
1769
1749
|
name: "MUSIC",
|
|
@@ -2121,7 +2101,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2121
2101
|
ticker: "PIRL",
|
|
2122
2102
|
scheme: "pirl",
|
|
2123
2103
|
color: "#A2D729",
|
|
2124
|
-
family: "
|
|
2104
|
+
family: "evm",
|
|
2125
2105
|
units: [
|
|
2126
2106
|
{
|
|
2127
2107
|
name: "PIRL",
|
|
@@ -2180,7 +2160,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2180
2160
|
ticker: "POA",
|
|
2181
2161
|
scheme: "poa",
|
|
2182
2162
|
color: "#4D46BD",
|
|
2183
|
-
family: "
|
|
2163
|
+
family: "evm",
|
|
2184
2164
|
units: [
|
|
2185
2165
|
{
|
|
2186
2166
|
name: "POA",
|
|
@@ -2237,11 +2217,12 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2237
2217
|
ticker: "MATIC",
|
|
2238
2218
|
scheme: "polygon",
|
|
2239
2219
|
color: "#6d29de",
|
|
2240
|
-
family: "
|
|
2220
|
+
family: "evm",
|
|
2241
2221
|
ethereumLikeInfo: {
|
|
2242
|
-
baseChain: "mainnet",
|
|
2243
2222
|
chainId: 137,
|
|
2244
|
-
|
|
2223
|
+
node: { type: "ledger", explorerId: "matic" },
|
|
2224
|
+
explorer: { type: "ledger", explorerId: "matic" },
|
|
2225
|
+
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
2245
2226
|
},
|
|
2246
2227
|
units: [
|
|
2247
2228
|
{
|
|
@@ -2470,10 +2451,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2470
2451
|
ticker: "REOSC",
|
|
2471
2452
|
scheme: "reosc",
|
|
2472
2453
|
color: "#0E00FF",
|
|
2473
|
-
family: "
|
|
2474
|
-
ethereumLikeInfo: {
|
|
2475
|
-
chainId: 2894,
|
|
2476
|
-
},
|
|
2454
|
+
family: "evm",
|
|
2477
2455
|
units: [
|
|
2478
2456
|
{
|
|
2479
2457
|
name: "REOSC",
|
|
@@ -2894,10 +2872,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2894
2872
|
ticker: "TT",
|
|
2895
2873
|
scheme: "thundercore",
|
|
2896
2874
|
color: "#0844D2",
|
|
2897
|
-
family: "
|
|
2898
|
-
ethereumLikeInfo: {
|
|
2899
|
-
chainId: 108,
|
|
2900
|
-
},
|
|
2875
|
+
family: "evm",
|
|
2901
2876
|
units: [
|
|
2902
2877
|
{
|
|
2903
2878
|
name: "TT",
|
|
@@ -2921,10 +2896,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2921
2896
|
ticker: "TOMO",
|
|
2922
2897
|
scheme: "tomo",
|
|
2923
2898
|
color: "#FF9933",
|
|
2924
|
-
family: "
|
|
2925
|
-
ethereumLikeInfo: {
|
|
2926
|
-
chainId: 88,
|
|
2927
|
-
},
|
|
2899
|
+
family: "evm",
|
|
2928
2900
|
blockAvgTime: 2,
|
|
2929
2901
|
units: [
|
|
2930
2902
|
{
|
|
@@ -2974,10 +2946,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2974
2946
|
ticker: "UBQ",
|
|
2975
2947
|
scheme: "ubiq",
|
|
2976
2948
|
color: "#02e785",
|
|
2977
|
-
family: "
|
|
2978
|
-
ethereumLikeInfo: {
|
|
2979
|
-
chainId: 8,
|
|
2980
|
-
},
|
|
2949
|
+
family: "evm",
|
|
2981
2950
|
blockAvgTime: 88,
|
|
2982
2951
|
units: [
|
|
2983
2952
|
{
|
|
@@ -3147,7 +3116,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3147
3116
|
ticker: "WAN",
|
|
3148
3117
|
scheme: "wanchain",
|
|
3149
3118
|
color: "#276097",
|
|
3150
|
-
family: "
|
|
3119
|
+
family: "evm",
|
|
3151
3120
|
units: [
|
|
3152
3121
|
{
|
|
3153
3122
|
name: "WAN",
|
|
@@ -3210,8 +3179,8 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3210
3179
|
],
|
|
3211
3180
|
explorerViews: [
|
|
3212
3181
|
{
|
|
3213
|
-
tx: "https://
|
|
3214
|
-
address: "https://
|
|
3182
|
+
tx: "https://zcashblockexplorer.com/transactions/$hash",
|
|
3183
|
+
address: "https://zcashblockexplorer.com/address/$address",
|
|
3215
3184
|
},
|
|
3216
3185
|
],
|
|
3217
3186
|
explorerId: "zec",
|
|
@@ -3407,13 +3376,13 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3407
3376
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3408
3377
|
isTestnetFor: "ethereum",
|
|
3409
3378
|
disableCountervalue: true,
|
|
3410
|
-
family: "
|
|
3379
|
+
family: "evm",
|
|
3411
3380
|
blockAvgTime: 15,
|
|
3412
3381
|
ethereumLikeInfo: {
|
|
3413
|
-
baseChain: "ropsten",
|
|
3414
3382
|
chainId: 3, // ropsten
|
|
3415
|
-
|
|
3416
|
-
|
|
3383
|
+
node: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3384
|
+
explorer: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3385
|
+
gasTracker: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3417
3386
|
},
|
|
3418
3387
|
explorerViews: [
|
|
3419
3388
|
{
|
|
@@ -3436,13 +3405,13 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3436
3405
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3437
3406
|
isTestnetFor: "ethereum",
|
|
3438
3407
|
disableCountervalue: true,
|
|
3439
|
-
family: "
|
|
3408
|
+
family: "evm",
|
|
3440
3409
|
blockAvgTime: 15,
|
|
3441
3410
|
ethereumLikeInfo: {
|
|
3442
|
-
baseChain: "goerli",
|
|
3443
3411
|
chainId: 5, // goerli
|
|
3444
|
-
|
|
3445
|
-
|
|
3412
|
+
node: { type: "ledger", explorerId: "eth_goerli" },
|
|
3413
|
+
explorer: { type: "ledger", explorerId: "eth_goerli" },
|
|
3414
|
+
gasTracker: { type: "ledger", explorerId: "eth_goerli" },
|
|
3446
3415
|
},
|
|
3447
3416
|
explorerViews: [
|
|
3448
3417
|
{
|
|
@@ -3630,70 +3599,37 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3630
3599
|
},
|
|
3631
3600
|
],
|
|
3632
3601
|
},
|
|
3633
|
-
|
|
3634
|
-
// Light Integrations are at the end of the list until we figure out a way to fix the ticker/managerApp collisions
|
|
3635
|
-
ethereum_as_evm_test_only: {
|
|
3636
|
-
type: "CryptoCurrency",
|
|
3637
|
-
id: "ethereum_as_evm_test_only",
|
|
3638
|
-
coinType: CoinType.ETH,
|
|
3639
|
-
name: "Ethereum EVM (TEST ONLY DO NOT USE)",
|
|
3640
|
-
managerAppName: "Ethereum",
|
|
3641
|
-
ticker: "ETH",
|
|
3642
|
-
scheme: "ethereum_as_evm_test_only",
|
|
3643
|
-
color: "#ff6969",
|
|
3644
|
-
family: "evm",
|
|
3645
|
-
units: ethereumUnits("ETH", "ETH"),
|
|
3646
|
-
isTestnetFor: "ethereum",
|
|
3647
|
-
ethereumLikeInfo: {
|
|
3648
|
-
chainId: 1,
|
|
3649
|
-
networkId: 1,
|
|
3650
|
-
node: { type: "ledger", explorerId: "eth" },
|
|
3651
|
-
explorer: { type: "ledger", explorerId: "eth" },
|
|
3652
|
-
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
3653
|
-
},
|
|
3654
|
-
explorerViews: [
|
|
3655
|
-
{
|
|
3656
|
-
tx: "https://etherscan.io/tx/$hash",
|
|
3657
|
-
address: "https://etherscan.io/address/$address",
|
|
3658
|
-
token: "https://etherscan.io/token/$contractAddress?a=$address",
|
|
3659
|
-
},
|
|
3660
|
-
],
|
|
3661
|
-
explorerId: "eth",
|
|
3662
|
-
},
|
|
3663
|
-
polygon_as_evm_test_only: {
|
|
3602
|
+
injective: {
|
|
3664
3603
|
type: "CryptoCurrency",
|
|
3665
|
-
id: "
|
|
3666
|
-
coinType:
|
|
3667
|
-
name: "
|
|
3668
|
-
managerAppName: "
|
|
3669
|
-
ticker: "
|
|
3670
|
-
scheme: "
|
|
3671
|
-
color: "#
|
|
3672
|
-
family: "
|
|
3604
|
+
id: "injective",
|
|
3605
|
+
coinType: 60,
|
|
3606
|
+
name: "Injective",
|
|
3607
|
+
managerAppName: "Cosmos",
|
|
3608
|
+
ticker: "INJ",
|
|
3609
|
+
scheme: "injective",
|
|
3610
|
+
color: "#0bd",
|
|
3611
|
+
family: "cosmos",
|
|
3673
3612
|
units: [
|
|
3674
3613
|
{
|
|
3675
|
-
name: "
|
|
3676
|
-
code: "
|
|
3614
|
+
name: "Injective",
|
|
3615
|
+
code: "INJ",
|
|
3677
3616
|
magnitude: 18,
|
|
3678
3617
|
},
|
|
3618
|
+
{
|
|
3619
|
+
name: "Micro-Injective",
|
|
3620
|
+
code: "inj",
|
|
3621
|
+
magnitude: 0,
|
|
3622
|
+
},
|
|
3679
3623
|
],
|
|
3680
|
-
isTestnetFor: "polygon",
|
|
3681
|
-
ethereumLikeInfo: {
|
|
3682
|
-
chainId: 137,
|
|
3683
|
-
networkId: 137,
|
|
3684
|
-
node: { type: "ledger", explorerId: "matic" },
|
|
3685
|
-
explorer: { type: "ledger", explorerId: "matic" },
|
|
3686
|
-
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
3687
|
-
},
|
|
3688
3624
|
explorerViews: [
|
|
3689
3625
|
{
|
|
3690
|
-
tx: "https://
|
|
3691
|
-
address: "https://
|
|
3692
|
-
token: "https://polygonscan.com/token/$contractAddress?a=$address",
|
|
3626
|
+
tx: "https://www.mintscan.io/injective/txs/$hash",
|
|
3627
|
+
address: "https://www.mintscan.io/injective/validators/$address",
|
|
3693
3628
|
},
|
|
3694
3629
|
],
|
|
3695
|
-
explorerId: "matic",
|
|
3696
3630
|
},
|
|
3631
|
+
// ethereum nanoapp currencies
|
|
3632
|
+
// Light Integrations are at the end of the list until we figure out a way to fix the ticker/managerApp collisions
|
|
3697
3633
|
arbitrum: {
|
|
3698
3634
|
type: "CryptoCurrency",
|
|
3699
3635
|
id: "arbitrum",
|
|
@@ -3706,9 +3642,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3706
3642
|
family: "evm",
|
|
3707
3643
|
units: ethereumUnits("ETH", "ETH"),
|
|
3708
3644
|
ethereumLikeInfo: {
|
|
3709
|
-
baseChain: "mainnet",
|
|
3710
3645
|
chainId: 42161,
|
|
3711
|
-
networkId: 42161,
|
|
3712
3646
|
node: { type: "external", uri: "https://arb1.arbitrum.io/rpc" },
|
|
3713
3647
|
explorer: {
|
|
3714
3648
|
uri: "https://api.arbiscan.io",
|
|
@@ -3739,7 +3673,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3739
3673
|
disableCountervalue: true,
|
|
3740
3674
|
ethereumLikeInfo: {
|
|
3741
3675
|
chainId: 421613,
|
|
3742
|
-
networkId: 421613,
|
|
3743
3676
|
node: { type: "external", uri: "https://goerli-rollup.arbitrum.io/rpc" },
|
|
3744
3677
|
explorer: {
|
|
3745
3678
|
uri: "https://api-goerli.arbiscan.io/",
|
|
@@ -3765,9 +3698,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3765
3698
|
color: "#002D74",
|
|
3766
3699
|
family: "evm",
|
|
3767
3700
|
ethereumLikeInfo: {
|
|
3768
|
-
baseChain: "mainnet",
|
|
3769
3701
|
chainId: 25,
|
|
3770
|
-
networkId: 25,
|
|
3771
3702
|
node: { type: "external", uri: "https://evm.cronos.org" },
|
|
3772
3703
|
explorer: {
|
|
3773
3704
|
uri: "https://api.cronoscan.com",
|
|
@@ -3801,9 +3732,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3801
3732
|
family: "evm",
|
|
3802
3733
|
units: ethereumUnits("FTM", "FTM"),
|
|
3803
3734
|
ethereumLikeInfo: {
|
|
3804
|
-
baseChain: "mainnet",
|
|
3805
3735
|
chainId: 250,
|
|
3806
|
-
networkId: 250,
|
|
3807
3736
|
node: { type: "external", uri: "https://rpcapi.fantom.network" },
|
|
3808
3737
|
explorer: {
|
|
3809
3738
|
uri: "https://api.ftmscan.com",
|
|
@@ -3829,9 +3758,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3829
3758
|
color: "#D95F6C",
|
|
3830
3759
|
family: "evm",
|
|
3831
3760
|
ethereumLikeInfo: {
|
|
3832
|
-
baseChain: "mainnet",
|
|
3833
3761
|
chainId: 14,
|
|
3834
|
-
networkId: 14,
|
|
3835
3762
|
node: { type: "external", uri: "https://flare-api.flare.network/ext/bc/C/rpc" },
|
|
3836
3763
|
explorer: {
|
|
3837
3764
|
uri: "https://flare-explorer.flare.network",
|
|
@@ -3857,9 +3784,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3857
3784
|
color: "#61ACD4",
|
|
3858
3785
|
family: "evm",
|
|
3859
3786
|
ethereumLikeInfo: {
|
|
3860
|
-
baseChain: "mainnet",
|
|
3861
3787
|
chainId: 19,
|
|
3862
|
-
networkId: 19,
|
|
3863
3788
|
node: { type: "external", uri: "https://songbird-api.flare.network/ext/C/rpc" },
|
|
3864
3789
|
explorer: {
|
|
3865
3790
|
uri: "https://songbird-explorer.flare.network",
|
|
@@ -3893,7 +3818,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3893
3818
|
],
|
|
3894
3819
|
ethereumLikeInfo: {
|
|
3895
3820
|
chainId: 1284,
|
|
3896
|
-
networkId: 1284,
|
|
3897
3821
|
node: { type: "external", uri: "https://rpc.api.moonbeam.network" },
|
|
3898
3822
|
explorer: {
|
|
3899
3823
|
uri: "https://api-moonbeam.moonscan.io",
|
|
@@ -3921,7 +3845,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3921
3845
|
units: ethereumUnits("RBTC", "RBTC"),
|
|
3922
3846
|
ethereumLikeInfo: {
|
|
3923
3847
|
chainId: 30,
|
|
3924
|
-
networkId: 30,
|
|
3925
3848
|
node: { type: "external", uri: "https://public-node.rsk.co" },
|
|
3926
3849
|
explorer: {
|
|
3927
3850
|
uri: "https://blockscout.com/rsk/mainnet",
|
|
@@ -3955,7 +3878,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3955
3878
|
],
|
|
3956
3879
|
ethereumLikeInfo: {
|
|
3957
3880
|
chainId: 199,
|
|
3958
|
-
networkId: 199,
|
|
3959
3881
|
node: { type: "external", uri: "https://rpc.bt.io" },
|
|
3960
3882
|
explorer: {
|
|
3961
3883
|
uri: "https://api.bttcscan.com",
|
|
@@ -3989,7 +3911,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3989
3911
|
],
|
|
3990
3912
|
ethereumLikeInfo: {
|
|
3991
3913
|
chainId: 2222,
|
|
3992
|
-
networkId: 2222,
|
|
3993
3914
|
node: { type: "external", uri: "https://evm2.kava.io" },
|
|
3994
3915
|
explorer: {
|
|
3995
3916
|
uri: "https://explorer.kava.io",
|
|
@@ -4023,7 +3944,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4023
3944
|
],
|
|
4024
3945
|
ethereumLikeInfo: {
|
|
4025
3946
|
chainId: 9001,
|
|
4026
|
-
networkId: 9001,
|
|
4027
3947
|
node: { type: "external", uri: "https://evmos-evm.publicnode.com" },
|
|
4028
3948
|
explorer: {
|
|
4029
3949
|
uri: "https://blockscout.evmos.org",
|
|
@@ -4051,7 +3971,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4051
3971
|
units: ethereumUnits("ether", "ETH"),
|
|
4052
3972
|
ethereumLikeInfo: {
|
|
4053
3973
|
chainId: 10,
|
|
4054
|
-
networkId: 10,
|
|
4055
3974
|
node: { type: "external", uri: "https://mainnet.optimism.io" },
|
|
4056
3975
|
explorer: {
|
|
4057
3976
|
uri: "https://api-optimistic.etherscan.io",
|
|
@@ -4083,7 +4002,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4083
4002
|
disableCountervalue: true,
|
|
4084
4003
|
ethereumLikeInfo: {
|
|
4085
4004
|
chainId: 420,
|
|
4086
|
-
networkId: 420,
|
|
4087
4005
|
node: { type: "external", uri: "https://goerli.optimism.io" },
|
|
4088
4006
|
explorer: {
|
|
4089
4007
|
uri: "https://api-goerli-optimistic.etherscan.io/",
|
|
@@ -4111,7 +4029,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4111
4029
|
units: ethereumUnits("EWT", "EWT"),
|
|
4112
4030
|
ethereumLikeInfo: {
|
|
4113
4031
|
chainId: 246,
|
|
4114
|
-
networkId: 246,
|
|
4115
4032
|
node: { type: "external", uri: "https://rpc.energyweb.org" },
|
|
4116
4033
|
explorer: {
|
|
4117
4034
|
uri: "https://explorer.energyweb.org",
|
|
@@ -4139,7 +4056,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4139
4056
|
units: ethereumUnits("ASTR", "ASTR"),
|
|
4140
4057
|
ethereumLikeInfo: {
|
|
4141
4058
|
chainId: 592,
|
|
4142
|
-
networkId: 592,
|
|
4143
4059
|
node: { type: "external", uri: "https://evm.astar.network" },
|
|
4144
4060
|
explorer: {
|
|
4145
4061
|
uri: "https://blockscout.com/astar",
|
|
@@ -4167,7 +4083,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4167
4083
|
units: ethereumUnits("METIS", "METIS"),
|
|
4168
4084
|
ethereumLikeInfo: {
|
|
4169
4085
|
chainId: 1088,
|
|
4170
|
-
networkId: 1088,
|
|
4171
4086
|
node: { type: "external", uri: "https://andromeda.metis.io/?owner=1088" },
|
|
4172
4087
|
explorer: {
|
|
4173
4088
|
uri: "https://andromeda-explorer.metis.io",
|
|
@@ -4195,7 +4110,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4195
4110
|
units: ethereumUnits("ETH", "ETH"),
|
|
4196
4111
|
ethereumLikeInfo: {
|
|
4197
4112
|
chainId: 288,
|
|
4198
|
-
networkId: 288,
|
|
4199
4113
|
node: { type: "external", uri: "https://mainnet.boba.network" },
|
|
4200
4114
|
explorer: {
|
|
4201
4115
|
uri: "https://api.bobascan.com",
|
|
@@ -4229,7 +4143,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4229
4143
|
],
|
|
4230
4144
|
ethereumLikeInfo: {
|
|
4231
4145
|
chainId: 1285,
|
|
4232
|
-
networkId: 1285,
|
|
4233
4146
|
node: { type: "external", uri: "https://rpc.api.moonriver.moonbeam.network" },
|
|
4234
4147
|
explorer: {
|
|
4235
4148
|
uri: "https://api-moonriver.moonscan.io",
|
|
@@ -4263,7 +4176,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4263
4176
|
],
|
|
4264
4177
|
ethereumLikeInfo: {
|
|
4265
4178
|
chainId: 106,
|
|
4266
|
-
networkId: 106,
|
|
4267
4179
|
node: { type: "external", uri: "https://evmexplorer.velas.com/rpc" },
|
|
4268
4180
|
explorer: {
|
|
4269
4181
|
uri: "https://evmexplorer.velas.com",
|
|
@@ -4291,7 +4203,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4291
4203
|
units: ethereumUnits("SYS", "SYS"),
|
|
4292
4204
|
ethereumLikeInfo: {
|
|
4293
4205
|
chainId: 57,
|
|
4294
|
-
networkId: 57,
|
|
4295
4206
|
node: { type: "external", uri: "https://rpc.syscoin.org" },
|
|
4296
4207
|
explorer: {
|
|
4297
4208
|
uri: "https://explorer.syscoin.org",
|
|
@@ -4319,7 +4230,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4319
4230
|
units: ethereumUnits("TLOS", "TLOS"),
|
|
4320
4231
|
ethereumLikeInfo: {
|
|
4321
4232
|
chainId: 40,
|
|
4322
|
-
networkId: 40,
|
|
4323
4233
|
node: { type: "external", uri: "https://mainnet.telos.net/evm" },
|
|
4324
4234
|
explorer: {
|
|
4325
4235
|
uri: "https://api.teloscan.io",
|