@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/lib-es/currencies.js
CHANGED
|
@@ -156,7 +156,7 @@ export const cryptocurrenciesById = {
|
|
|
156
156
|
ticker: "AKA",
|
|
157
157
|
scheme: "akroma",
|
|
158
158
|
color: "#AA0087",
|
|
159
|
-
family: "
|
|
159
|
+
family: "evm",
|
|
160
160
|
units: [
|
|
161
161
|
{
|
|
162
162
|
name: "AKA",
|
|
@@ -231,7 +231,7 @@ export const cryptocurrenciesById = {
|
|
|
231
231
|
ticker: "ATH",
|
|
232
232
|
scheme: "atheios",
|
|
233
233
|
color: "#000000",
|
|
234
|
-
family: "
|
|
234
|
+
family: "evm",
|
|
235
235
|
units: [
|
|
236
236
|
{
|
|
237
237
|
name: "ATH",
|
|
@@ -250,7 +250,7 @@ export const cryptocurrenciesById = {
|
|
|
250
250
|
ticker: "AVAX",
|
|
251
251
|
scheme: "avalanche_c_chain",
|
|
252
252
|
color: "#E84142",
|
|
253
|
-
family: "
|
|
253
|
+
family: "evm",
|
|
254
254
|
units: [
|
|
255
255
|
{
|
|
256
256
|
name: "AVAX",
|
|
@@ -259,9 +259,10 @@ export const cryptocurrenciesById = {
|
|
|
259
259
|
},
|
|
260
260
|
],
|
|
261
261
|
ethereumLikeInfo: {
|
|
262
|
-
baseChain: "mainnet",
|
|
263
262
|
chainId: 43114,
|
|
264
|
-
|
|
263
|
+
node: { type: "ledger", explorerId: "avax" },
|
|
264
|
+
explorer: { type: "ledger", explorerId: "avax" },
|
|
265
|
+
gasTracker: { type: "ledger", explorerId: "avax" },
|
|
265
266
|
},
|
|
266
267
|
explorerViews: [
|
|
267
268
|
{
|
|
@@ -528,12 +529,12 @@ export const cryptocurrenciesById = {
|
|
|
528
529
|
ticker: "BNB",
|
|
529
530
|
scheme: "bsc",
|
|
530
531
|
color: "#F0B90A",
|
|
531
|
-
family: "
|
|
532
|
+
family: "evm",
|
|
532
533
|
ethereumLikeInfo: {
|
|
533
|
-
baseChain: "mainnet",
|
|
534
534
|
chainId: 56,
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
node: { type: "ledger", explorerId: "bnb" },
|
|
536
|
+
explorer: { type: "ledger", explorerId: "bnb" },
|
|
537
|
+
gasTracker: { type: "ledger", explorerId: "bnb" },
|
|
537
538
|
},
|
|
538
539
|
units: [
|
|
539
540
|
{
|
|
@@ -561,7 +562,7 @@ export const cryptocurrenciesById = {
|
|
|
561
562
|
ticker: "CLO",
|
|
562
563
|
scheme: "callisto",
|
|
563
564
|
color: "#000000",
|
|
564
|
-
family: "
|
|
565
|
+
family: "evm",
|
|
565
566
|
units: [
|
|
566
567
|
{
|
|
567
568
|
name: "CLO",
|
|
@@ -909,10 +910,7 @@ export const cryptocurrenciesById = {
|
|
|
909
910
|
ticker: "DXN",
|
|
910
911
|
scheme: "dexon",
|
|
911
912
|
color: "#000000",
|
|
912
|
-
family: "
|
|
913
|
-
ethereumLikeInfo: {
|
|
914
|
-
chainId: 237,
|
|
915
|
-
},
|
|
913
|
+
family: "evm",
|
|
916
914
|
units: [
|
|
917
915
|
{
|
|
918
916
|
name: "dexon",
|
|
@@ -1031,7 +1029,7 @@ export const cryptocurrenciesById = {
|
|
|
1031
1029
|
ticker: "ELLA",
|
|
1032
1030
|
scheme: "ellaism",
|
|
1033
1031
|
color: "#000000",
|
|
1034
|
-
family: "
|
|
1032
|
+
family: "evm",
|
|
1035
1033
|
units: [
|
|
1036
1034
|
{
|
|
1037
1035
|
name: "ELLA",
|
|
@@ -1097,14 +1095,14 @@ export const cryptocurrenciesById = {
|
|
|
1097
1095
|
scheme: "ethereum",
|
|
1098
1096
|
color: "#0ebdcd",
|
|
1099
1097
|
symbol: "Ξ",
|
|
1100
|
-
|
|
1101
|
-
family: "ethereum",
|
|
1098
|
+
family: "evm",
|
|
1102
1099
|
blockAvgTime: 15,
|
|
1100
|
+
units: ethereumUnits("ether", "ETH"),
|
|
1103
1101
|
ethereumLikeInfo: {
|
|
1104
|
-
baseChain: "mainnet",
|
|
1105
1102
|
chainId: 1,
|
|
1106
|
-
|
|
1107
|
-
|
|
1103
|
+
node: { type: "ledger", explorerId: "eth" },
|
|
1104
|
+
explorer: { type: "ledger", explorerId: "eth" },
|
|
1105
|
+
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
1108
1106
|
},
|
|
1109
1107
|
explorerViews: [
|
|
1110
1108
|
{
|
|
@@ -1126,13 +1124,13 @@ export const cryptocurrenciesById = {
|
|
|
1126
1124
|
scheme: "ethereumclassic",
|
|
1127
1125
|
color: "#3ca569",
|
|
1128
1126
|
units: ethereumUnits("ETC", "ETC"),
|
|
1129
|
-
family: "
|
|
1127
|
+
family: "evm",
|
|
1130
1128
|
blockAvgTime: 15,
|
|
1131
1129
|
ethereumLikeInfo: {
|
|
1132
|
-
baseChain: "mainnet",
|
|
1133
1130
|
chainId: 61,
|
|
1134
|
-
|
|
1135
|
-
|
|
1131
|
+
node: { type: "ledger", explorerId: "etc" },
|
|
1132
|
+
explorer: { type: "ledger", explorerId: "etc" },
|
|
1133
|
+
gasTracker: { type: "ledger", explorerId: "etc" },
|
|
1136
1134
|
},
|
|
1137
1135
|
explorerViews: [
|
|
1138
1136
|
{
|
|
@@ -1153,11 +1151,8 @@ export const cryptocurrenciesById = {
|
|
|
1153
1151
|
scheme: "ether1",
|
|
1154
1152
|
color: "#000000",
|
|
1155
1153
|
units: ethereumUnits("ETHO", "ETHO"),
|
|
1156
|
-
family: "
|
|
1154
|
+
family: "evm",
|
|
1157
1155
|
blockAvgTime: 15,
|
|
1158
|
-
ethereumLikeInfo: {
|
|
1159
|
-
chainId: 1313114,
|
|
1160
|
-
},
|
|
1161
1156
|
explorerViews: [],
|
|
1162
1157
|
},
|
|
1163
1158
|
ethergem: {
|
|
@@ -1170,11 +1165,8 @@ export const cryptocurrenciesById = {
|
|
|
1170
1165
|
scheme: "ethergem",
|
|
1171
1166
|
color: "#000000",
|
|
1172
1167
|
units: ethereumUnits("EGEM", "EGEM"),
|
|
1173
|
-
family: "
|
|
1168
|
+
family: "evm",
|
|
1174
1169
|
blockAvgTime: 15,
|
|
1175
|
-
ethereumLikeInfo: {
|
|
1176
|
-
chainId: 1987,
|
|
1177
|
-
},
|
|
1178
1170
|
explorerViews: [],
|
|
1179
1171
|
},
|
|
1180
1172
|
ethersocial: {
|
|
@@ -1187,11 +1179,8 @@ export const cryptocurrenciesById = {
|
|
|
1187
1179
|
scheme: "ethersocial",
|
|
1188
1180
|
color: "#000000",
|
|
1189
1181
|
units: ethereumUnits("ESN", "ESN"),
|
|
1190
|
-
family: "
|
|
1182
|
+
family: "evm",
|
|
1191
1183
|
blockAvgTime: 15,
|
|
1192
|
-
ethereumLikeInfo: {
|
|
1193
|
-
chainId: 31102,
|
|
1194
|
-
},
|
|
1195
1184
|
explorerViews: [],
|
|
1196
1185
|
},
|
|
1197
1186
|
expanse: {
|
|
@@ -1203,7 +1192,7 @@ export const cryptocurrenciesById = {
|
|
|
1203
1192
|
ticker: "EXP",
|
|
1204
1193
|
scheme: "expanse",
|
|
1205
1194
|
color: "#EE4500",
|
|
1206
|
-
family: "
|
|
1195
|
+
family: "evm",
|
|
1207
1196
|
units: [
|
|
1208
1197
|
{
|
|
1209
1198
|
name: "EXP",
|
|
@@ -1306,7 +1295,7 @@ export const cryptocurrenciesById = {
|
|
|
1306
1295
|
ticker: "GO",
|
|
1307
1296
|
scheme: "gochain",
|
|
1308
1297
|
color: "#000000",
|
|
1309
|
-
family: "
|
|
1298
|
+
family: "evm",
|
|
1310
1299
|
units: [
|
|
1311
1300
|
{
|
|
1312
1301
|
name: "GO",
|
|
@@ -1437,10 +1426,7 @@ export const cryptocurrenciesById = {
|
|
|
1437
1426
|
ticker: "HPB",
|
|
1438
1427
|
scheme: "hpb",
|
|
1439
1428
|
color: "#3B3BE2",
|
|
1440
|
-
family: "
|
|
1441
|
-
ethereumLikeInfo: {
|
|
1442
|
-
chainId: 269,
|
|
1443
|
-
},
|
|
1429
|
+
family: "evm",
|
|
1444
1430
|
units: [
|
|
1445
1431
|
{
|
|
1446
1432
|
name: "hpb",
|
|
@@ -1708,10 +1694,7 @@ export const cryptocurrenciesById = {
|
|
|
1708
1694
|
ticker: "MIX",
|
|
1709
1695
|
scheme: "mix",
|
|
1710
1696
|
color: "#00C4DF",
|
|
1711
|
-
family: "
|
|
1712
|
-
ethereumLikeInfo: {
|
|
1713
|
-
chainId: 76,
|
|
1714
|
-
},
|
|
1697
|
+
family: "evm",
|
|
1715
1698
|
units: [
|
|
1716
1699
|
{
|
|
1717
1700
|
name: "MIX",
|
|
@@ -1754,10 +1737,7 @@ export const cryptocurrenciesById = {
|
|
|
1754
1737
|
ticker: "MUSIC",
|
|
1755
1738
|
scheme: "musicoin",
|
|
1756
1739
|
color: "#000000",
|
|
1757
|
-
family: "
|
|
1758
|
-
ethereumLikeInfo: {
|
|
1759
|
-
chainId: 7762959,
|
|
1760
|
-
},
|
|
1740
|
+
family: "evm",
|
|
1761
1741
|
units: [
|
|
1762
1742
|
{
|
|
1763
1743
|
name: "MUSIC",
|
|
@@ -2115,7 +2095,7 @@ export const cryptocurrenciesById = {
|
|
|
2115
2095
|
ticker: "PIRL",
|
|
2116
2096
|
scheme: "pirl",
|
|
2117
2097
|
color: "#A2D729",
|
|
2118
|
-
family: "
|
|
2098
|
+
family: "evm",
|
|
2119
2099
|
units: [
|
|
2120
2100
|
{
|
|
2121
2101
|
name: "PIRL",
|
|
@@ -2174,7 +2154,7 @@ export const cryptocurrenciesById = {
|
|
|
2174
2154
|
ticker: "POA",
|
|
2175
2155
|
scheme: "poa",
|
|
2176
2156
|
color: "#4D46BD",
|
|
2177
|
-
family: "
|
|
2157
|
+
family: "evm",
|
|
2178
2158
|
units: [
|
|
2179
2159
|
{
|
|
2180
2160
|
name: "POA",
|
|
@@ -2231,11 +2211,12 @@ export const cryptocurrenciesById = {
|
|
|
2231
2211
|
ticker: "MATIC",
|
|
2232
2212
|
scheme: "polygon",
|
|
2233
2213
|
color: "#6d29de",
|
|
2234
|
-
family: "
|
|
2214
|
+
family: "evm",
|
|
2235
2215
|
ethereumLikeInfo: {
|
|
2236
|
-
baseChain: "mainnet",
|
|
2237
2216
|
chainId: 137,
|
|
2238
|
-
|
|
2217
|
+
node: { type: "ledger", explorerId: "matic" },
|
|
2218
|
+
explorer: { type: "ledger", explorerId: "matic" },
|
|
2219
|
+
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
2239
2220
|
},
|
|
2240
2221
|
units: [
|
|
2241
2222
|
{
|
|
@@ -2464,10 +2445,7 @@ export const cryptocurrenciesById = {
|
|
|
2464
2445
|
ticker: "REOSC",
|
|
2465
2446
|
scheme: "reosc",
|
|
2466
2447
|
color: "#0E00FF",
|
|
2467
|
-
family: "
|
|
2468
|
-
ethereumLikeInfo: {
|
|
2469
|
-
chainId: 2894,
|
|
2470
|
-
},
|
|
2448
|
+
family: "evm",
|
|
2471
2449
|
units: [
|
|
2472
2450
|
{
|
|
2473
2451
|
name: "REOSC",
|
|
@@ -2888,10 +2866,7 @@ export const cryptocurrenciesById = {
|
|
|
2888
2866
|
ticker: "TT",
|
|
2889
2867
|
scheme: "thundercore",
|
|
2890
2868
|
color: "#0844D2",
|
|
2891
|
-
family: "
|
|
2892
|
-
ethereumLikeInfo: {
|
|
2893
|
-
chainId: 108,
|
|
2894
|
-
},
|
|
2869
|
+
family: "evm",
|
|
2895
2870
|
units: [
|
|
2896
2871
|
{
|
|
2897
2872
|
name: "TT",
|
|
@@ -2915,10 +2890,7 @@ export const cryptocurrenciesById = {
|
|
|
2915
2890
|
ticker: "TOMO",
|
|
2916
2891
|
scheme: "tomo",
|
|
2917
2892
|
color: "#FF9933",
|
|
2918
|
-
family: "
|
|
2919
|
-
ethereumLikeInfo: {
|
|
2920
|
-
chainId: 88,
|
|
2921
|
-
},
|
|
2893
|
+
family: "evm",
|
|
2922
2894
|
blockAvgTime: 2,
|
|
2923
2895
|
units: [
|
|
2924
2896
|
{
|
|
@@ -2968,10 +2940,7 @@ export const cryptocurrenciesById = {
|
|
|
2968
2940
|
ticker: "UBQ",
|
|
2969
2941
|
scheme: "ubiq",
|
|
2970
2942
|
color: "#02e785",
|
|
2971
|
-
family: "
|
|
2972
|
-
ethereumLikeInfo: {
|
|
2973
|
-
chainId: 8,
|
|
2974
|
-
},
|
|
2943
|
+
family: "evm",
|
|
2975
2944
|
blockAvgTime: 88,
|
|
2976
2945
|
units: [
|
|
2977
2946
|
{
|
|
@@ -3141,7 +3110,7 @@ export const cryptocurrenciesById = {
|
|
|
3141
3110
|
ticker: "WAN",
|
|
3142
3111
|
scheme: "wanchain",
|
|
3143
3112
|
color: "#276097",
|
|
3144
|
-
family: "
|
|
3113
|
+
family: "evm",
|
|
3145
3114
|
units: [
|
|
3146
3115
|
{
|
|
3147
3116
|
name: "WAN",
|
|
@@ -3204,8 +3173,8 @@ export const cryptocurrenciesById = {
|
|
|
3204
3173
|
],
|
|
3205
3174
|
explorerViews: [
|
|
3206
3175
|
{
|
|
3207
|
-
tx: "https://
|
|
3208
|
-
address: "https://
|
|
3176
|
+
tx: "https://zcashblockexplorer.com/transactions/$hash",
|
|
3177
|
+
address: "https://zcashblockexplorer.com/address/$address",
|
|
3209
3178
|
},
|
|
3210
3179
|
],
|
|
3211
3180
|
explorerId: "zec",
|
|
@@ -3401,13 +3370,13 @@ export const cryptocurrenciesById = {
|
|
|
3401
3370
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3402
3371
|
isTestnetFor: "ethereum",
|
|
3403
3372
|
disableCountervalue: true,
|
|
3404
|
-
family: "
|
|
3373
|
+
family: "evm",
|
|
3405
3374
|
blockAvgTime: 15,
|
|
3406
3375
|
ethereumLikeInfo: {
|
|
3407
|
-
baseChain: "ropsten",
|
|
3408
3376
|
chainId: 3,
|
|
3409
|
-
|
|
3410
|
-
|
|
3377
|
+
node: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3378
|
+
explorer: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3379
|
+
gasTracker: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3411
3380
|
},
|
|
3412
3381
|
explorerViews: [
|
|
3413
3382
|
{
|
|
@@ -3430,13 +3399,13 @@ export const cryptocurrenciesById = {
|
|
|
3430
3399
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3431
3400
|
isTestnetFor: "ethereum",
|
|
3432
3401
|
disableCountervalue: true,
|
|
3433
|
-
family: "
|
|
3402
|
+
family: "evm",
|
|
3434
3403
|
blockAvgTime: 15,
|
|
3435
3404
|
ethereumLikeInfo: {
|
|
3436
|
-
baseChain: "goerli",
|
|
3437
3405
|
chainId: 5,
|
|
3438
|
-
|
|
3439
|
-
|
|
3406
|
+
node: { type: "ledger", explorerId: "eth_goerli" },
|
|
3407
|
+
explorer: { type: "ledger", explorerId: "eth_goerli" },
|
|
3408
|
+
gasTracker: { type: "ledger", explorerId: "eth_goerli" },
|
|
3440
3409
|
},
|
|
3441
3410
|
explorerViews: [
|
|
3442
3411
|
{
|
|
@@ -3624,70 +3593,37 @@ export const cryptocurrenciesById = {
|
|
|
3624
3593
|
},
|
|
3625
3594
|
],
|
|
3626
3595
|
},
|
|
3627
|
-
|
|
3628
|
-
// Light Integrations are at the end of the list until we figure out a way to fix the ticker/managerApp collisions
|
|
3629
|
-
ethereum_as_evm_test_only: {
|
|
3630
|
-
type: "CryptoCurrency",
|
|
3631
|
-
id: "ethereum_as_evm_test_only",
|
|
3632
|
-
coinType: CoinType.ETH,
|
|
3633
|
-
name: "Ethereum EVM (TEST ONLY DO NOT USE)",
|
|
3634
|
-
managerAppName: "Ethereum",
|
|
3635
|
-
ticker: "ETH",
|
|
3636
|
-
scheme: "ethereum_as_evm_test_only",
|
|
3637
|
-
color: "#ff6969",
|
|
3638
|
-
family: "evm",
|
|
3639
|
-
units: ethereumUnits("ETH", "ETH"),
|
|
3640
|
-
isTestnetFor: "ethereum",
|
|
3641
|
-
ethereumLikeInfo: {
|
|
3642
|
-
chainId: 1,
|
|
3643
|
-
networkId: 1,
|
|
3644
|
-
node: { type: "ledger", explorerId: "eth" },
|
|
3645
|
-
explorer: { type: "ledger", explorerId: "eth" },
|
|
3646
|
-
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
3647
|
-
},
|
|
3648
|
-
explorerViews: [
|
|
3649
|
-
{
|
|
3650
|
-
tx: "https://etherscan.io/tx/$hash",
|
|
3651
|
-
address: "https://etherscan.io/address/$address",
|
|
3652
|
-
token: "https://etherscan.io/token/$contractAddress?a=$address",
|
|
3653
|
-
},
|
|
3654
|
-
],
|
|
3655
|
-
explorerId: "eth",
|
|
3656
|
-
},
|
|
3657
|
-
polygon_as_evm_test_only: {
|
|
3596
|
+
injective: {
|
|
3658
3597
|
type: "CryptoCurrency",
|
|
3659
|
-
id: "
|
|
3660
|
-
coinType:
|
|
3661
|
-
name: "
|
|
3662
|
-
managerAppName: "
|
|
3663
|
-
ticker: "
|
|
3664
|
-
scheme: "
|
|
3665
|
-
color: "#
|
|
3666
|
-
family: "
|
|
3598
|
+
id: "injective",
|
|
3599
|
+
coinType: 60,
|
|
3600
|
+
name: "Injective",
|
|
3601
|
+
managerAppName: "Cosmos",
|
|
3602
|
+
ticker: "INJ",
|
|
3603
|
+
scheme: "injective",
|
|
3604
|
+
color: "#0bd",
|
|
3605
|
+
family: "cosmos",
|
|
3667
3606
|
units: [
|
|
3668
3607
|
{
|
|
3669
|
-
name: "
|
|
3670
|
-
code: "
|
|
3608
|
+
name: "Injective",
|
|
3609
|
+
code: "INJ",
|
|
3671
3610
|
magnitude: 18,
|
|
3672
3611
|
},
|
|
3612
|
+
{
|
|
3613
|
+
name: "Micro-Injective",
|
|
3614
|
+
code: "inj",
|
|
3615
|
+
magnitude: 0,
|
|
3616
|
+
},
|
|
3673
3617
|
],
|
|
3674
|
-
isTestnetFor: "polygon",
|
|
3675
|
-
ethereumLikeInfo: {
|
|
3676
|
-
chainId: 137,
|
|
3677
|
-
networkId: 137,
|
|
3678
|
-
node: { type: "ledger", explorerId: "matic" },
|
|
3679
|
-
explorer: { type: "ledger", explorerId: "matic" },
|
|
3680
|
-
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
3681
|
-
},
|
|
3682
3618
|
explorerViews: [
|
|
3683
3619
|
{
|
|
3684
|
-
tx: "https://
|
|
3685
|
-
address: "https://
|
|
3686
|
-
token: "https://polygonscan.com/token/$contractAddress?a=$address",
|
|
3620
|
+
tx: "https://www.mintscan.io/injective/txs/$hash",
|
|
3621
|
+
address: "https://www.mintscan.io/injective/validators/$address",
|
|
3687
3622
|
},
|
|
3688
3623
|
],
|
|
3689
|
-
explorerId: "matic",
|
|
3690
3624
|
},
|
|
3625
|
+
// ethereum nanoapp currencies
|
|
3626
|
+
// Light Integrations are at the end of the list until we figure out a way to fix the ticker/managerApp collisions
|
|
3691
3627
|
arbitrum: {
|
|
3692
3628
|
type: "CryptoCurrency",
|
|
3693
3629
|
id: "arbitrum",
|
|
@@ -3700,9 +3636,7 @@ export const cryptocurrenciesById = {
|
|
|
3700
3636
|
family: "evm",
|
|
3701
3637
|
units: ethereumUnits("ETH", "ETH"),
|
|
3702
3638
|
ethereumLikeInfo: {
|
|
3703
|
-
baseChain: "mainnet",
|
|
3704
3639
|
chainId: 42161,
|
|
3705
|
-
networkId: 42161,
|
|
3706
3640
|
node: { type: "external", uri: "https://arb1.arbitrum.io/rpc" },
|
|
3707
3641
|
explorer: {
|
|
3708
3642
|
uri: "https://api.arbiscan.io",
|
|
@@ -3733,7 +3667,6 @@ export const cryptocurrenciesById = {
|
|
|
3733
3667
|
disableCountervalue: true,
|
|
3734
3668
|
ethereumLikeInfo: {
|
|
3735
3669
|
chainId: 421613,
|
|
3736
|
-
networkId: 421613,
|
|
3737
3670
|
node: { type: "external", uri: "https://goerli-rollup.arbitrum.io/rpc" },
|
|
3738
3671
|
explorer: {
|
|
3739
3672
|
uri: "https://api-goerli.arbiscan.io/",
|
|
@@ -3759,9 +3692,7 @@ export const cryptocurrenciesById = {
|
|
|
3759
3692
|
color: "#002D74",
|
|
3760
3693
|
family: "evm",
|
|
3761
3694
|
ethereumLikeInfo: {
|
|
3762
|
-
baseChain: "mainnet",
|
|
3763
3695
|
chainId: 25,
|
|
3764
|
-
networkId: 25,
|
|
3765
3696
|
node: { type: "external", uri: "https://evm.cronos.org" },
|
|
3766
3697
|
explorer: {
|
|
3767
3698
|
uri: "https://api.cronoscan.com",
|
|
@@ -3795,9 +3726,7 @@ export const cryptocurrenciesById = {
|
|
|
3795
3726
|
family: "evm",
|
|
3796
3727
|
units: ethereumUnits("FTM", "FTM"),
|
|
3797
3728
|
ethereumLikeInfo: {
|
|
3798
|
-
baseChain: "mainnet",
|
|
3799
3729
|
chainId: 250,
|
|
3800
|
-
networkId: 250,
|
|
3801
3730
|
node: { type: "external", uri: "https://rpcapi.fantom.network" },
|
|
3802
3731
|
explorer: {
|
|
3803
3732
|
uri: "https://api.ftmscan.com",
|
|
@@ -3823,9 +3752,7 @@ export const cryptocurrenciesById = {
|
|
|
3823
3752
|
color: "#D95F6C",
|
|
3824
3753
|
family: "evm",
|
|
3825
3754
|
ethereumLikeInfo: {
|
|
3826
|
-
baseChain: "mainnet",
|
|
3827
3755
|
chainId: 14,
|
|
3828
|
-
networkId: 14,
|
|
3829
3756
|
node: { type: "external", uri: "https://flare-api.flare.network/ext/bc/C/rpc" },
|
|
3830
3757
|
explorer: {
|
|
3831
3758
|
uri: "https://flare-explorer.flare.network",
|
|
@@ -3851,9 +3778,7 @@ export const cryptocurrenciesById = {
|
|
|
3851
3778
|
color: "#61ACD4",
|
|
3852
3779
|
family: "evm",
|
|
3853
3780
|
ethereumLikeInfo: {
|
|
3854
|
-
baseChain: "mainnet",
|
|
3855
3781
|
chainId: 19,
|
|
3856
|
-
networkId: 19,
|
|
3857
3782
|
node: { type: "external", uri: "https://songbird-api.flare.network/ext/C/rpc" },
|
|
3858
3783
|
explorer: {
|
|
3859
3784
|
uri: "https://songbird-explorer.flare.network",
|
|
@@ -3887,7 +3812,6 @@ export const cryptocurrenciesById = {
|
|
|
3887
3812
|
],
|
|
3888
3813
|
ethereumLikeInfo: {
|
|
3889
3814
|
chainId: 1284,
|
|
3890
|
-
networkId: 1284,
|
|
3891
3815
|
node: { type: "external", uri: "https://rpc.api.moonbeam.network" },
|
|
3892
3816
|
explorer: {
|
|
3893
3817
|
uri: "https://api-moonbeam.moonscan.io",
|
|
@@ -3915,7 +3839,6 @@ export const cryptocurrenciesById = {
|
|
|
3915
3839
|
units: ethereumUnits("RBTC", "RBTC"),
|
|
3916
3840
|
ethereumLikeInfo: {
|
|
3917
3841
|
chainId: 30,
|
|
3918
|
-
networkId: 30,
|
|
3919
3842
|
node: { type: "external", uri: "https://public-node.rsk.co" },
|
|
3920
3843
|
explorer: {
|
|
3921
3844
|
uri: "https://blockscout.com/rsk/mainnet",
|
|
@@ -3949,7 +3872,6 @@ export const cryptocurrenciesById = {
|
|
|
3949
3872
|
],
|
|
3950
3873
|
ethereumLikeInfo: {
|
|
3951
3874
|
chainId: 199,
|
|
3952
|
-
networkId: 199,
|
|
3953
3875
|
node: { type: "external", uri: "https://rpc.bt.io" },
|
|
3954
3876
|
explorer: {
|
|
3955
3877
|
uri: "https://api.bttcscan.com",
|
|
@@ -3983,7 +3905,6 @@ export const cryptocurrenciesById = {
|
|
|
3983
3905
|
],
|
|
3984
3906
|
ethereumLikeInfo: {
|
|
3985
3907
|
chainId: 2222,
|
|
3986
|
-
networkId: 2222,
|
|
3987
3908
|
node: { type: "external", uri: "https://evm2.kava.io" },
|
|
3988
3909
|
explorer: {
|
|
3989
3910
|
uri: "https://explorer.kava.io",
|
|
@@ -4017,7 +3938,6 @@ export const cryptocurrenciesById = {
|
|
|
4017
3938
|
],
|
|
4018
3939
|
ethereumLikeInfo: {
|
|
4019
3940
|
chainId: 9001,
|
|
4020
|
-
networkId: 9001,
|
|
4021
3941
|
node: { type: "external", uri: "https://evmos-evm.publicnode.com" },
|
|
4022
3942
|
explorer: {
|
|
4023
3943
|
uri: "https://blockscout.evmos.org",
|
|
@@ -4045,7 +3965,6 @@ export const cryptocurrenciesById = {
|
|
|
4045
3965
|
units: ethereumUnits("ether", "ETH"),
|
|
4046
3966
|
ethereumLikeInfo: {
|
|
4047
3967
|
chainId: 10,
|
|
4048
|
-
networkId: 10,
|
|
4049
3968
|
node: { type: "external", uri: "https://mainnet.optimism.io" },
|
|
4050
3969
|
explorer: {
|
|
4051
3970
|
uri: "https://api-optimistic.etherscan.io",
|
|
@@ -4077,7 +3996,6 @@ export const cryptocurrenciesById = {
|
|
|
4077
3996
|
disableCountervalue: true,
|
|
4078
3997
|
ethereumLikeInfo: {
|
|
4079
3998
|
chainId: 420,
|
|
4080
|
-
networkId: 420,
|
|
4081
3999
|
node: { type: "external", uri: "https://goerli.optimism.io" },
|
|
4082
4000
|
explorer: {
|
|
4083
4001
|
uri: "https://api-goerli-optimistic.etherscan.io/",
|
|
@@ -4105,7 +4023,6 @@ export const cryptocurrenciesById = {
|
|
|
4105
4023
|
units: ethereumUnits("EWT", "EWT"),
|
|
4106
4024
|
ethereumLikeInfo: {
|
|
4107
4025
|
chainId: 246,
|
|
4108
|
-
networkId: 246,
|
|
4109
4026
|
node: { type: "external", uri: "https://rpc.energyweb.org" },
|
|
4110
4027
|
explorer: {
|
|
4111
4028
|
uri: "https://explorer.energyweb.org",
|
|
@@ -4133,7 +4050,6 @@ export const cryptocurrenciesById = {
|
|
|
4133
4050
|
units: ethereumUnits("ASTR", "ASTR"),
|
|
4134
4051
|
ethereumLikeInfo: {
|
|
4135
4052
|
chainId: 592,
|
|
4136
|
-
networkId: 592,
|
|
4137
4053
|
node: { type: "external", uri: "https://evm.astar.network" },
|
|
4138
4054
|
explorer: {
|
|
4139
4055
|
uri: "https://blockscout.com/astar",
|
|
@@ -4161,7 +4077,6 @@ export const cryptocurrenciesById = {
|
|
|
4161
4077
|
units: ethereumUnits("METIS", "METIS"),
|
|
4162
4078
|
ethereumLikeInfo: {
|
|
4163
4079
|
chainId: 1088,
|
|
4164
|
-
networkId: 1088,
|
|
4165
4080
|
node: { type: "external", uri: "https://andromeda.metis.io/?owner=1088" },
|
|
4166
4081
|
explorer: {
|
|
4167
4082
|
uri: "https://andromeda-explorer.metis.io",
|
|
@@ -4189,7 +4104,6 @@ export const cryptocurrenciesById = {
|
|
|
4189
4104
|
units: ethereumUnits("ETH", "ETH"),
|
|
4190
4105
|
ethereumLikeInfo: {
|
|
4191
4106
|
chainId: 288,
|
|
4192
|
-
networkId: 288,
|
|
4193
4107
|
node: { type: "external", uri: "https://mainnet.boba.network" },
|
|
4194
4108
|
explorer: {
|
|
4195
4109
|
uri: "https://api.bobascan.com",
|
|
@@ -4223,7 +4137,6 @@ export const cryptocurrenciesById = {
|
|
|
4223
4137
|
],
|
|
4224
4138
|
ethereumLikeInfo: {
|
|
4225
4139
|
chainId: 1285,
|
|
4226
|
-
networkId: 1285,
|
|
4227
4140
|
node: { type: "external", uri: "https://rpc.api.moonriver.moonbeam.network" },
|
|
4228
4141
|
explorer: {
|
|
4229
4142
|
uri: "https://api-moonriver.moonscan.io",
|
|
@@ -4257,7 +4170,6 @@ export const cryptocurrenciesById = {
|
|
|
4257
4170
|
],
|
|
4258
4171
|
ethereumLikeInfo: {
|
|
4259
4172
|
chainId: 106,
|
|
4260
|
-
networkId: 106,
|
|
4261
4173
|
node: { type: "external", uri: "https://evmexplorer.velas.com/rpc" },
|
|
4262
4174
|
explorer: {
|
|
4263
4175
|
uri: "https://evmexplorer.velas.com",
|
|
@@ -4285,7 +4197,6 @@ export const cryptocurrenciesById = {
|
|
|
4285
4197
|
units: ethereumUnits("SYS", "SYS"),
|
|
4286
4198
|
ethereumLikeInfo: {
|
|
4287
4199
|
chainId: 57,
|
|
4288
|
-
networkId: 57,
|
|
4289
4200
|
node: { type: "external", uri: "https://rpc.syscoin.org" },
|
|
4290
4201
|
explorer: {
|
|
4291
4202
|
uri: "https://explorer.syscoin.org",
|
|
@@ -4313,7 +4224,6 @@ export const cryptocurrenciesById = {
|
|
|
4313
4224
|
units: ethereumUnits("TLOS", "TLOS"),
|
|
4314
4225
|
ethereumLikeInfo: {
|
|
4315
4226
|
chainId: 40,
|
|
4316
|
-
networkId: 40,
|
|
4317
4227
|
node: { type: "external", uri: "https://mainnet.telos.net/evm" },
|
|
4318
4228
|
explorer: {
|
|
4319
4229
|
uri: "https://api.teloscan.io",
|