@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/currencies.js
CHANGED
|
@@ -159,7 +159,7 @@ exports.cryptocurrenciesById = {
|
|
|
159
159
|
ticker: "AKA",
|
|
160
160
|
scheme: "akroma",
|
|
161
161
|
color: "#AA0087",
|
|
162
|
-
family: "
|
|
162
|
+
family: "evm",
|
|
163
163
|
units: [
|
|
164
164
|
{
|
|
165
165
|
name: "AKA",
|
|
@@ -234,7 +234,7 @@ exports.cryptocurrenciesById = {
|
|
|
234
234
|
ticker: "ATH",
|
|
235
235
|
scheme: "atheios",
|
|
236
236
|
color: "#000000",
|
|
237
|
-
family: "
|
|
237
|
+
family: "evm",
|
|
238
238
|
units: [
|
|
239
239
|
{
|
|
240
240
|
name: "ATH",
|
|
@@ -253,7 +253,7 @@ exports.cryptocurrenciesById = {
|
|
|
253
253
|
ticker: "AVAX",
|
|
254
254
|
scheme: "avalanche_c_chain",
|
|
255
255
|
color: "#E84142",
|
|
256
|
-
family: "
|
|
256
|
+
family: "evm",
|
|
257
257
|
units: [
|
|
258
258
|
{
|
|
259
259
|
name: "AVAX",
|
|
@@ -262,9 +262,10 @@ exports.cryptocurrenciesById = {
|
|
|
262
262
|
},
|
|
263
263
|
],
|
|
264
264
|
ethereumLikeInfo: {
|
|
265
|
-
baseChain: "mainnet",
|
|
266
265
|
chainId: 43114,
|
|
267
|
-
|
|
266
|
+
node: { type: "ledger", explorerId: "avax" },
|
|
267
|
+
explorer: { type: "ledger", explorerId: "avax" },
|
|
268
|
+
gasTracker: { type: "ledger", explorerId: "avax" },
|
|
268
269
|
},
|
|
269
270
|
explorerViews: [
|
|
270
271
|
{
|
|
@@ -531,12 +532,12 @@ exports.cryptocurrenciesById = {
|
|
|
531
532
|
ticker: "BNB",
|
|
532
533
|
scheme: "bsc",
|
|
533
534
|
color: "#F0B90A",
|
|
534
|
-
family: "
|
|
535
|
+
family: "evm",
|
|
535
536
|
ethereumLikeInfo: {
|
|
536
|
-
baseChain: "mainnet",
|
|
537
537
|
chainId: 56,
|
|
538
|
-
|
|
539
|
-
|
|
538
|
+
node: { type: "ledger", explorerId: "bnb" },
|
|
539
|
+
explorer: { type: "ledger", explorerId: "bnb" },
|
|
540
|
+
gasTracker: { type: "ledger", explorerId: "bnb" },
|
|
540
541
|
},
|
|
541
542
|
units: [
|
|
542
543
|
{
|
|
@@ -564,7 +565,7 @@ exports.cryptocurrenciesById = {
|
|
|
564
565
|
ticker: "CLO",
|
|
565
566
|
scheme: "callisto",
|
|
566
567
|
color: "#000000",
|
|
567
|
-
family: "
|
|
568
|
+
family: "evm",
|
|
568
569
|
units: [
|
|
569
570
|
{
|
|
570
571
|
name: "CLO",
|
|
@@ -912,10 +913,7 @@ exports.cryptocurrenciesById = {
|
|
|
912
913
|
ticker: "DXN",
|
|
913
914
|
scheme: "dexon",
|
|
914
915
|
color: "#000000",
|
|
915
|
-
family: "
|
|
916
|
-
ethereumLikeInfo: {
|
|
917
|
-
chainId: 237,
|
|
918
|
-
},
|
|
916
|
+
family: "evm",
|
|
919
917
|
units: [
|
|
920
918
|
{
|
|
921
919
|
name: "dexon",
|
|
@@ -1034,7 +1032,7 @@ exports.cryptocurrenciesById = {
|
|
|
1034
1032
|
ticker: "ELLA",
|
|
1035
1033
|
scheme: "ellaism",
|
|
1036
1034
|
color: "#000000",
|
|
1037
|
-
family: "
|
|
1035
|
+
family: "evm",
|
|
1038
1036
|
units: [
|
|
1039
1037
|
{
|
|
1040
1038
|
name: "ELLA",
|
|
@@ -1100,14 +1098,14 @@ exports.cryptocurrenciesById = {
|
|
|
1100
1098
|
scheme: "ethereum",
|
|
1101
1099
|
color: "#0ebdcd",
|
|
1102
1100
|
symbol: "Ξ",
|
|
1103
|
-
|
|
1104
|
-
family: "ethereum",
|
|
1101
|
+
family: "evm",
|
|
1105
1102
|
blockAvgTime: 15,
|
|
1103
|
+
units: ethereumUnits("ether", "ETH"),
|
|
1106
1104
|
ethereumLikeInfo: {
|
|
1107
|
-
baseChain: "mainnet",
|
|
1108
1105
|
chainId: 1,
|
|
1109
|
-
|
|
1110
|
-
|
|
1106
|
+
node: { type: "ledger", explorerId: "eth" },
|
|
1107
|
+
explorer: { type: "ledger", explorerId: "eth" },
|
|
1108
|
+
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
1111
1109
|
},
|
|
1112
1110
|
explorerViews: [
|
|
1113
1111
|
{
|
|
@@ -1129,13 +1127,13 @@ exports.cryptocurrenciesById = {
|
|
|
1129
1127
|
scheme: "ethereumclassic",
|
|
1130
1128
|
color: "#3ca569",
|
|
1131
1129
|
units: ethereumUnits("ETC", "ETC"),
|
|
1132
|
-
family: "
|
|
1130
|
+
family: "evm",
|
|
1133
1131
|
blockAvgTime: 15,
|
|
1134
1132
|
ethereumLikeInfo: {
|
|
1135
|
-
baseChain: "mainnet",
|
|
1136
1133
|
chainId: 61,
|
|
1137
|
-
|
|
1138
|
-
|
|
1134
|
+
node: { type: "ledger", explorerId: "etc" },
|
|
1135
|
+
explorer: { type: "ledger", explorerId: "etc" },
|
|
1136
|
+
gasTracker: { type: "ledger", explorerId: "etc" },
|
|
1139
1137
|
},
|
|
1140
1138
|
explorerViews: [
|
|
1141
1139
|
{
|
|
@@ -1156,11 +1154,8 @@ exports.cryptocurrenciesById = {
|
|
|
1156
1154
|
scheme: "ether1",
|
|
1157
1155
|
color: "#000000",
|
|
1158
1156
|
units: ethereumUnits("ETHO", "ETHO"),
|
|
1159
|
-
family: "
|
|
1157
|
+
family: "evm",
|
|
1160
1158
|
blockAvgTime: 15,
|
|
1161
|
-
ethereumLikeInfo: {
|
|
1162
|
-
chainId: 1313114,
|
|
1163
|
-
},
|
|
1164
1159
|
explorerViews: [],
|
|
1165
1160
|
},
|
|
1166
1161
|
ethergem: {
|
|
@@ -1173,11 +1168,8 @@ exports.cryptocurrenciesById = {
|
|
|
1173
1168
|
scheme: "ethergem",
|
|
1174
1169
|
color: "#000000",
|
|
1175
1170
|
units: ethereumUnits("EGEM", "EGEM"),
|
|
1176
|
-
family: "
|
|
1171
|
+
family: "evm",
|
|
1177
1172
|
blockAvgTime: 15,
|
|
1178
|
-
ethereumLikeInfo: {
|
|
1179
|
-
chainId: 1987,
|
|
1180
|
-
},
|
|
1181
1173
|
explorerViews: [],
|
|
1182
1174
|
},
|
|
1183
1175
|
ethersocial: {
|
|
@@ -1190,11 +1182,8 @@ exports.cryptocurrenciesById = {
|
|
|
1190
1182
|
scheme: "ethersocial",
|
|
1191
1183
|
color: "#000000",
|
|
1192
1184
|
units: ethereumUnits("ESN", "ESN"),
|
|
1193
|
-
family: "
|
|
1185
|
+
family: "evm",
|
|
1194
1186
|
blockAvgTime: 15,
|
|
1195
|
-
ethereumLikeInfo: {
|
|
1196
|
-
chainId: 31102,
|
|
1197
|
-
},
|
|
1198
1187
|
explorerViews: [],
|
|
1199
1188
|
},
|
|
1200
1189
|
expanse: {
|
|
@@ -1206,7 +1195,7 @@ exports.cryptocurrenciesById = {
|
|
|
1206
1195
|
ticker: "EXP",
|
|
1207
1196
|
scheme: "expanse",
|
|
1208
1197
|
color: "#EE4500",
|
|
1209
|
-
family: "
|
|
1198
|
+
family: "evm",
|
|
1210
1199
|
units: [
|
|
1211
1200
|
{
|
|
1212
1201
|
name: "EXP",
|
|
@@ -1309,7 +1298,7 @@ exports.cryptocurrenciesById = {
|
|
|
1309
1298
|
ticker: "GO",
|
|
1310
1299
|
scheme: "gochain",
|
|
1311
1300
|
color: "#000000",
|
|
1312
|
-
family: "
|
|
1301
|
+
family: "evm",
|
|
1313
1302
|
units: [
|
|
1314
1303
|
{
|
|
1315
1304
|
name: "GO",
|
|
@@ -1440,10 +1429,7 @@ exports.cryptocurrenciesById = {
|
|
|
1440
1429
|
ticker: "HPB",
|
|
1441
1430
|
scheme: "hpb",
|
|
1442
1431
|
color: "#3B3BE2",
|
|
1443
|
-
family: "
|
|
1444
|
-
ethereumLikeInfo: {
|
|
1445
|
-
chainId: 269,
|
|
1446
|
-
},
|
|
1432
|
+
family: "evm",
|
|
1447
1433
|
units: [
|
|
1448
1434
|
{
|
|
1449
1435
|
name: "hpb",
|
|
@@ -1711,10 +1697,7 @@ exports.cryptocurrenciesById = {
|
|
|
1711
1697
|
ticker: "MIX",
|
|
1712
1698
|
scheme: "mix",
|
|
1713
1699
|
color: "#00C4DF",
|
|
1714
|
-
family: "
|
|
1715
|
-
ethereumLikeInfo: {
|
|
1716
|
-
chainId: 76,
|
|
1717
|
-
},
|
|
1700
|
+
family: "evm",
|
|
1718
1701
|
units: [
|
|
1719
1702
|
{
|
|
1720
1703
|
name: "MIX",
|
|
@@ -1757,10 +1740,7 @@ exports.cryptocurrenciesById = {
|
|
|
1757
1740
|
ticker: "MUSIC",
|
|
1758
1741
|
scheme: "musicoin",
|
|
1759
1742
|
color: "#000000",
|
|
1760
|
-
family: "
|
|
1761
|
-
ethereumLikeInfo: {
|
|
1762
|
-
chainId: 7762959,
|
|
1763
|
-
},
|
|
1743
|
+
family: "evm",
|
|
1764
1744
|
units: [
|
|
1765
1745
|
{
|
|
1766
1746
|
name: "MUSIC",
|
|
@@ -2118,7 +2098,7 @@ exports.cryptocurrenciesById = {
|
|
|
2118
2098
|
ticker: "PIRL",
|
|
2119
2099
|
scheme: "pirl",
|
|
2120
2100
|
color: "#A2D729",
|
|
2121
|
-
family: "
|
|
2101
|
+
family: "evm",
|
|
2122
2102
|
units: [
|
|
2123
2103
|
{
|
|
2124
2104
|
name: "PIRL",
|
|
@@ -2177,7 +2157,7 @@ exports.cryptocurrenciesById = {
|
|
|
2177
2157
|
ticker: "POA",
|
|
2178
2158
|
scheme: "poa",
|
|
2179
2159
|
color: "#4D46BD",
|
|
2180
|
-
family: "
|
|
2160
|
+
family: "evm",
|
|
2181
2161
|
units: [
|
|
2182
2162
|
{
|
|
2183
2163
|
name: "POA",
|
|
@@ -2234,11 +2214,12 @@ exports.cryptocurrenciesById = {
|
|
|
2234
2214
|
ticker: "MATIC",
|
|
2235
2215
|
scheme: "polygon",
|
|
2236
2216
|
color: "#6d29de",
|
|
2237
|
-
family: "
|
|
2217
|
+
family: "evm",
|
|
2238
2218
|
ethereumLikeInfo: {
|
|
2239
|
-
baseChain: "mainnet",
|
|
2240
2219
|
chainId: 137,
|
|
2241
|
-
|
|
2220
|
+
node: { type: "ledger", explorerId: "matic" },
|
|
2221
|
+
explorer: { type: "ledger", explorerId: "matic" },
|
|
2222
|
+
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
2242
2223
|
},
|
|
2243
2224
|
units: [
|
|
2244
2225
|
{
|
|
@@ -2467,10 +2448,7 @@ exports.cryptocurrenciesById = {
|
|
|
2467
2448
|
ticker: "REOSC",
|
|
2468
2449
|
scheme: "reosc",
|
|
2469
2450
|
color: "#0E00FF",
|
|
2470
|
-
family: "
|
|
2471
|
-
ethereumLikeInfo: {
|
|
2472
|
-
chainId: 2894,
|
|
2473
|
-
},
|
|
2451
|
+
family: "evm",
|
|
2474
2452
|
units: [
|
|
2475
2453
|
{
|
|
2476
2454
|
name: "REOSC",
|
|
@@ -2891,10 +2869,7 @@ exports.cryptocurrenciesById = {
|
|
|
2891
2869
|
ticker: "TT",
|
|
2892
2870
|
scheme: "thundercore",
|
|
2893
2871
|
color: "#0844D2",
|
|
2894
|
-
family: "
|
|
2895
|
-
ethereumLikeInfo: {
|
|
2896
|
-
chainId: 108,
|
|
2897
|
-
},
|
|
2872
|
+
family: "evm",
|
|
2898
2873
|
units: [
|
|
2899
2874
|
{
|
|
2900
2875
|
name: "TT",
|
|
@@ -2918,10 +2893,7 @@ exports.cryptocurrenciesById = {
|
|
|
2918
2893
|
ticker: "TOMO",
|
|
2919
2894
|
scheme: "tomo",
|
|
2920
2895
|
color: "#FF9933",
|
|
2921
|
-
family: "
|
|
2922
|
-
ethereumLikeInfo: {
|
|
2923
|
-
chainId: 88,
|
|
2924
|
-
},
|
|
2896
|
+
family: "evm",
|
|
2925
2897
|
blockAvgTime: 2,
|
|
2926
2898
|
units: [
|
|
2927
2899
|
{
|
|
@@ -2971,10 +2943,7 @@ exports.cryptocurrenciesById = {
|
|
|
2971
2943
|
ticker: "UBQ",
|
|
2972
2944
|
scheme: "ubiq",
|
|
2973
2945
|
color: "#02e785",
|
|
2974
|
-
family: "
|
|
2975
|
-
ethereumLikeInfo: {
|
|
2976
|
-
chainId: 8,
|
|
2977
|
-
},
|
|
2946
|
+
family: "evm",
|
|
2978
2947
|
blockAvgTime: 88,
|
|
2979
2948
|
units: [
|
|
2980
2949
|
{
|
|
@@ -3144,7 +3113,7 @@ exports.cryptocurrenciesById = {
|
|
|
3144
3113
|
ticker: "WAN",
|
|
3145
3114
|
scheme: "wanchain",
|
|
3146
3115
|
color: "#276097",
|
|
3147
|
-
family: "
|
|
3116
|
+
family: "evm",
|
|
3148
3117
|
units: [
|
|
3149
3118
|
{
|
|
3150
3119
|
name: "WAN",
|
|
@@ -3207,8 +3176,8 @@ exports.cryptocurrenciesById = {
|
|
|
3207
3176
|
],
|
|
3208
3177
|
explorerViews: [
|
|
3209
3178
|
{
|
|
3210
|
-
tx: "https://
|
|
3211
|
-
address: "https://
|
|
3179
|
+
tx: "https://zcashblockexplorer.com/transactions/$hash",
|
|
3180
|
+
address: "https://zcashblockexplorer.com/address/$address",
|
|
3212
3181
|
},
|
|
3213
3182
|
],
|
|
3214
3183
|
explorerId: "zec",
|
|
@@ -3404,13 +3373,13 @@ exports.cryptocurrenciesById = {
|
|
|
3404
3373
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3405
3374
|
isTestnetFor: "ethereum",
|
|
3406
3375
|
disableCountervalue: true,
|
|
3407
|
-
family: "
|
|
3376
|
+
family: "evm",
|
|
3408
3377
|
blockAvgTime: 15,
|
|
3409
3378
|
ethereumLikeInfo: {
|
|
3410
|
-
baseChain: "ropsten",
|
|
3411
3379
|
chainId: 3,
|
|
3412
|
-
|
|
3413
|
-
|
|
3380
|
+
node: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3381
|
+
explorer: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3382
|
+
gasTracker: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3414
3383
|
},
|
|
3415
3384
|
explorerViews: [
|
|
3416
3385
|
{
|
|
@@ -3433,13 +3402,13 @@ exports.cryptocurrenciesById = {
|
|
|
3433
3402
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3434
3403
|
isTestnetFor: "ethereum",
|
|
3435
3404
|
disableCountervalue: true,
|
|
3436
|
-
family: "
|
|
3405
|
+
family: "evm",
|
|
3437
3406
|
blockAvgTime: 15,
|
|
3438
3407
|
ethereumLikeInfo: {
|
|
3439
|
-
baseChain: "goerli",
|
|
3440
3408
|
chainId: 5,
|
|
3441
|
-
|
|
3442
|
-
|
|
3409
|
+
node: { type: "ledger", explorerId: "eth_goerli" },
|
|
3410
|
+
explorer: { type: "ledger", explorerId: "eth_goerli" },
|
|
3411
|
+
gasTracker: { type: "ledger", explorerId: "eth_goerli" },
|
|
3443
3412
|
},
|
|
3444
3413
|
explorerViews: [
|
|
3445
3414
|
{
|
|
@@ -3627,70 +3596,37 @@ exports.cryptocurrenciesById = {
|
|
|
3627
3596
|
},
|
|
3628
3597
|
],
|
|
3629
3598
|
},
|
|
3630
|
-
|
|
3631
|
-
// Light Integrations are at the end of the list until we figure out a way to fix the ticker/managerApp collisions
|
|
3632
|
-
ethereum_as_evm_test_only: {
|
|
3633
|
-
type: "CryptoCurrency",
|
|
3634
|
-
id: "ethereum_as_evm_test_only",
|
|
3635
|
-
coinType: types_cryptoassets_1.CoinType.ETH,
|
|
3636
|
-
name: "Ethereum EVM (TEST ONLY DO NOT USE)",
|
|
3637
|
-
managerAppName: "Ethereum",
|
|
3638
|
-
ticker: "ETH",
|
|
3639
|
-
scheme: "ethereum_as_evm_test_only",
|
|
3640
|
-
color: "#ff6969",
|
|
3641
|
-
family: "evm",
|
|
3642
|
-
units: ethereumUnits("ETH", "ETH"),
|
|
3643
|
-
isTestnetFor: "ethereum",
|
|
3644
|
-
ethereumLikeInfo: {
|
|
3645
|
-
chainId: 1,
|
|
3646
|
-
networkId: 1,
|
|
3647
|
-
node: { type: "ledger", explorerId: "eth" },
|
|
3648
|
-
explorer: { type: "ledger", explorerId: "eth" },
|
|
3649
|
-
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
3650
|
-
},
|
|
3651
|
-
explorerViews: [
|
|
3652
|
-
{
|
|
3653
|
-
tx: "https://etherscan.io/tx/$hash",
|
|
3654
|
-
address: "https://etherscan.io/address/$address",
|
|
3655
|
-
token: "https://etherscan.io/token/$contractAddress?a=$address",
|
|
3656
|
-
},
|
|
3657
|
-
],
|
|
3658
|
-
explorerId: "eth",
|
|
3659
|
-
},
|
|
3660
|
-
polygon_as_evm_test_only: {
|
|
3599
|
+
injective: {
|
|
3661
3600
|
type: "CryptoCurrency",
|
|
3662
|
-
id: "
|
|
3663
|
-
coinType:
|
|
3664
|
-
name: "
|
|
3665
|
-
managerAppName: "
|
|
3666
|
-
ticker: "
|
|
3667
|
-
scheme: "
|
|
3668
|
-
color: "#
|
|
3669
|
-
family: "
|
|
3601
|
+
id: "injective",
|
|
3602
|
+
coinType: 60,
|
|
3603
|
+
name: "Injective",
|
|
3604
|
+
managerAppName: "Cosmos",
|
|
3605
|
+
ticker: "INJ",
|
|
3606
|
+
scheme: "injective",
|
|
3607
|
+
color: "#0bd",
|
|
3608
|
+
family: "cosmos",
|
|
3670
3609
|
units: [
|
|
3671
3610
|
{
|
|
3672
|
-
name: "
|
|
3673
|
-
code: "
|
|
3611
|
+
name: "Injective",
|
|
3612
|
+
code: "INJ",
|
|
3674
3613
|
magnitude: 18,
|
|
3675
3614
|
},
|
|
3615
|
+
{
|
|
3616
|
+
name: "Micro-Injective",
|
|
3617
|
+
code: "inj",
|
|
3618
|
+
magnitude: 0,
|
|
3619
|
+
},
|
|
3676
3620
|
],
|
|
3677
|
-
isTestnetFor: "polygon",
|
|
3678
|
-
ethereumLikeInfo: {
|
|
3679
|
-
chainId: 137,
|
|
3680
|
-
networkId: 137,
|
|
3681
|
-
node: { type: "ledger", explorerId: "matic" },
|
|
3682
|
-
explorer: { type: "ledger", explorerId: "matic" },
|
|
3683
|
-
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
3684
|
-
},
|
|
3685
3621
|
explorerViews: [
|
|
3686
3622
|
{
|
|
3687
|
-
tx: "https://
|
|
3688
|
-
address: "https://
|
|
3689
|
-
token: "https://polygonscan.com/token/$contractAddress?a=$address",
|
|
3623
|
+
tx: "https://www.mintscan.io/injective/txs/$hash",
|
|
3624
|
+
address: "https://www.mintscan.io/injective/validators/$address",
|
|
3690
3625
|
},
|
|
3691
3626
|
],
|
|
3692
|
-
explorerId: "matic",
|
|
3693
3627
|
},
|
|
3628
|
+
// ethereum nanoapp currencies
|
|
3629
|
+
// Light Integrations are at the end of the list until we figure out a way to fix the ticker/managerApp collisions
|
|
3694
3630
|
arbitrum: {
|
|
3695
3631
|
type: "CryptoCurrency",
|
|
3696
3632
|
id: "arbitrum",
|
|
@@ -3703,9 +3639,7 @@ exports.cryptocurrenciesById = {
|
|
|
3703
3639
|
family: "evm",
|
|
3704
3640
|
units: ethereumUnits("ETH", "ETH"),
|
|
3705
3641
|
ethereumLikeInfo: {
|
|
3706
|
-
baseChain: "mainnet",
|
|
3707
3642
|
chainId: 42161,
|
|
3708
|
-
networkId: 42161,
|
|
3709
3643
|
node: { type: "external", uri: "https://arb1.arbitrum.io/rpc" },
|
|
3710
3644
|
explorer: {
|
|
3711
3645
|
uri: "https://api.arbiscan.io",
|
|
@@ -3736,7 +3670,6 @@ exports.cryptocurrenciesById = {
|
|
|
3736
3670
|
disableCountervalue: true,
|
|
3737
3671
|
ethereumLikeInfo: {
|
|
3738
3672
|
chainId: 421613,
|
|
3739
|
-
networkId: 421613,
|
|
3740
3673
|
node: { type: "external", uri: "https://goerli-rollup.arbitrum.io/rpc" },
|
|
3741
3674
|
explorer: {
|
|
3742
3675
|
uri: "https://api-goerli.arbiscan.io/",
|
|
@@ -3762,9 +3695,7 @@ exports.cryptocurrenciesById = {
|
|
|
3762
3695
|
color: "#002D74",
|
|
3763
3696
|
family: "evm",
|
|
3764
3697
|
ethereumLikeInfo: {
|
|
3765
|
-
baseChain: "mainnet",
|
|
3766
3698
|
chainId: 25,
|
|
3767
|
-
networkId: 25,
|
|
3768
3699
|
node: { type: "external", uri: "https://evm.cronos.org" },
|
|
3769
3700
|
explorer: {
|
|
3770
3701
|
uri: "https://api.cronoscan.com",
|
|
@@ -3798,9 +3729,7 @@ exports.cryptocurrenciesById = {
|
|
|
3798
3729
|
family: "evm",
|
|
3799
3730
|
units: ethereumUnits("FTM", "FTM"),
|
|
3800
3731
|
ethereumLikeInfo: {
|
|
3801
|
-
baseChain: "mainnet",
|
|
3802
3732
|
chainId: 250,
|
|
3803
|
-
networkId: 250,
|
|
3804
3733
|
node: { type: "external", uri: "https://rpcapi.fantom.network" },
|
|
3805
3734
|
explorer: {
|
|
3806
3735
|
uri: "https://api.ftmscan.com",
|
|
@@ -3826,9 +3755,7 @@ exports.cryptocurrenciesById = {
|
|
|
3826
3755
|
color: "#D95F6C",
|
|
3827
3756
|
family: "evm",
|
|
3828
3757
|
ethereumLikeInfo: {
|
|
3829
|
-
baseChain: "mainnet",
|
|
3830
3758
|
chainId: 14,
|
|
3831
|
-
networkId: 14,
|
|
3832
3759
|
node: { type: "external", uri: "https://flare-api.flare.network/ext/bc/C/rpc" },
|
|
3833
3760
|
explorer: {
|
|
3834
3761
|
uri: "https://flare-explorer.flare.network",
|
|
@@ -3854,9 +3781,7 @@ exports.cryptocurrenciesById = {
|
|
|
3854
3781
|
color: "#61ACD4",
|
|
3855
3782
|
family: "evm",
|
|
3856
3783
|
ethereumLikeInfo: {
|
|
3857
|
-
baseChain: "mainnet",
|
|
3858
3784
|
chainId: 19,
|
|
3859
|
-
networkId: 19,
|
|
3860
3785
|
node: { type: "external", uri: "https://songbird-api.flare.network/ext/C/rpc" },
|
|
3861
3786
|
explorer: {
|
|
3862
3787
|
uri: "https://songbird-explorer.flare.network",
|
|
@@ -3890,7 +3815,6 @@ exports.cryptocurrenciesById = {
|
|
|
3890
3815
|
],
|
|
3891
3816
|
ethereumLikeInfo: {
|
|
3892
3817
|
chainId: 1284,
|
|
3893
|
-
networkId: 1284,
|
|
3894
3818
|
node: { type: "external", uri: "https://rpc.api.moonbeam.network" },
|
|
3895
3819
|
explorer: {
|
|
3896
3820
|
uri: "https://api-moonbeam.moonscan.io",
|
|
@@ -3918,7 +3842,6 @@ exports.cryptocurrenciesById = {
|
|
|
3918
3842
|
units: ethereumUnits("RBTC", "RBTC"),
|
|
3919
3843
|
ethereumLikeInfo: {
|
|
3920
3844
|
chainId: 30,
|
|
3921
|
-
networkId: 30,
|
|
3922
3845
|
node: { type: "external", uri: "https://public-node.rsk.co" },
|
|
3923
3846
|
explorer: {
|
|
3924
3847
|
uri: "https://blockscout.com/rsk/mainnet",
|
|
@@ -3952,7 +3875,6 @@ exports.cryptocurrenciesById = {
|
|
|
3952
3875
|
],
|
|
3953
3876
|
ethereumLikeInfo: {
|
|
3954
3877
|
chainId: 199,
|
|
3955
|
-
networkId: 199,
|
|
3956
3878
|
node: { type: "external", uri: "https://rpc.bt.io" },
|
|
3957
3879
|
explorer: {
|
|
3958
3880
|
uri: "https://api.bttcscan.com",
|
|
@@ -3986,7 +3908,6 @@ exports.cryptocurrenciesById = {
|
|
|
3986
3908
|
],
|
|
3987
3909
|
ethereumLikeInfo: {
|
|
3988
3910
|
chainId: 2222,
|
|
3989
|
-
networkId: 2222,
|
|
3990
3911
|
node: { type: "external", uri: "https://evm2.kava.io" },
|
|
3991
3912
|
explorer: {
|
|
3992
3913
|
uri: "https://explorer.kava.io",
|
|
@@ -4020,7 +3941,6 @@ exports.cryptocurrenciesById = {
|
|
|
4020
3941
|
],
|
|
4021
3942
|
ethereumLikeInfo: {
|
|
4022
3943
|
chainId: 9001,
|
|
4023
|
-
networkId: 9001,
|
|
4024
3944
|
node: { type: "external", uri: "https://evmos-evm.publicnode.com" },
|
|
4025
3945
|
explorer: {
|
|
4026
3946
|
uri: "https://blockscout.evmos.org",
|
|
@@ -4048,7 +3968,6 @@ exports.cryptocurrenciesById = {
|
|
|
4048
3968
|
units: ethereumUnits("ether", "ETH"),
|
|
4049
3969
|
ethereumLikeInfo: {
|
|
4050
3970
|
chainId: 10,
|
|
4051
|
-
networkId: 10,
|
|
4052
3971
|
node: { type: "external", uri: "https://mainnet.optimism.io" },
|
|
4053
3972
|
explorer: {
|
|
4054
3973
|
uri: "https://api-optimistic.etherscan.io",
|
|
@@ -4080,7 +3999,6 @@ exports.cryptocurrenciesById = {
|
|
|
4080
3999
|
disableCountervalue: true,
|
|
4081
4000
|
ethereumLikeInfo: {
|
|
4082
4001
|
chainId: 420,
|
|
4083
|
-
networkId: 420,
|
|
4084
4002
|
node: { type: "external", uri: "https://goerli.optimism.io" },
|
|
4085
4003
|
explorer: {
|
|
4086
4004
|
uri: "https://api-goerli-optimistic.etherscan.io/",
|
|
@@ -4108,7 +4026,6 @@ exports.cryptocurrenciesById = {
|
|
|
4108
4026
|
units: ethereumUnits("EWT", "EWT"),
|
|
4109
4027
|
ethereumLikeInfo: {
|
|
4110
4028
|
chainId: 246,
|
|
4111
|
-
networkId: 246,
|
|
4112
4029
|
node: { type: "external", uri: "https://rpc.energyweb.org" },
|
|
4113
4030
|
explorer: {
|
|
4114
4031
|
uri: "https://explorer.energyweb.org",
|
|
@@ -4136,7 +4053,6 @@ exports.cryptocurrenciesById = {
|
|
|
4136
4053
|
units: ethereumUnits("ASTR", "ASTR"),
|
|
4137
4054
|
ethereumLikeInfo: {
|
|
4138
4055
|
chainId: 592,
|
|
4139
|
-
networkId: 592,
|
|
4140
4056
|
node: { type: "external", uri: "https://evm.astar.network" },
|
|
4141
4057
|
explorer: {
|
|
4142
4058
|
uri: "https://blockscout.com/astar",
|
|
@@ -4164,7 +4080,6 @@ exports.cryptocurrenciesById = {
|
|
|
4164
4080
|
units: ethereumUnits("METIS", "METIS"),
|
|
4165
4081
|
ethereumLikeInfo: {
|
|
4166
4082
|
chainId: 1088,
|
|
4167
|
-
networkId: 1088,
|
|
4168
4083
|
node: { type: "external", uri: "https://andromeda.metis.io/?owner=1088" },
|
|
4169
4084
|
explorer: {
|
|
4170
4085
|
uri: "https://andromeda-explorer.metis.io",
|
|
@@ -4192,7 +4107,6 @@ exports.cryptocurrenciesById = {
|
|
|
4192
4107
|
units: ethereumUnits("ETH", "ETH"),
|
|
4193
4108
|
ethereumLikeInfo: {
|
|
4194
4109
|
chainId: 288,
|
|
4195
|
-
networkId: 288,
|
|
4196
4110
|
node: { type: "external", uri: "https://mainnet.boba.network" },
|
|
4197
4111
|
explorer: {
|
|
4198
4112
|
uri: "https://api.bobascan.com",
|
|
@@ -4226,7 +4140,6 @@ exports.cryptocurrenciesById = {
|
|
|
4226
4140
|
],
|
|
4227
4141
|
ethereumLikeInfo: {
|
|
4228
4142
|
chainId: 1285,
|
|
4229
|
-
networkId: 1285,
|
|
4230
4143
|
node: { type: "external", uri: "https://rpc.api.moonriver.moonbeam.network" },
|
|
4231
4144
|
explorer: {
|
|
4232
4145
|
uri: "https://api-moonriver.moonscan.io",
|
|
@@ -4260,7 +4173,6 @@ exports.cryptocurrenciesById = {
|
|
|
4260
4173
|
],
|
|
4261
4174
|
ethereumLikeInfo: {
|
|
4262
4175
|
chainId: 106,
|
|
4263
|
-
networkId: 106,
|
|
4264
4176
|
node: { type: "external", uri: "https://evmexplorer.velas.com/rpc" },
|
|
4265
4177
|
explorer: {
|
|
4266
4178
|
uri: "https://evmexplorer.velas.com",
|
|
@@ -4288,7 +4200,6 @@ exports.cryptocurrenciesById = {
|
|
|
4288
4200
|
units: ethereumUnits("SYS", "SYS"),
|
|
4289
4201
|
ethereumLikeInfo: {
|
|
4290
4202
|
chainId: 57,
|
|
4291
|
-
networkId: 57,
|
|
4292
4203
|
node: { type: "external", uri: "https://rpc.syscoin.org" },
|
|
4293
4204
|
explorer: {
|
|
4294
4205
|
uri: "https://explorer.syscoin.org",
|
|
@@ -4316,7 +4227,6 @@ exports.cryptocurrenciesById = {
|
|
|
4316
4227
|
units: ethereumUnits("TLOS", "TLOS"),
|
|
4317
4228
|
ethereumLikeInfo: {
|
|
4318
4229
|
chainId: 40,
|
|
4319
|
-
networkId: 40,
|
|
4320
4230
|
node: { type: "external", uri: "https://mainnet.telos.net/evm" },
|
|
4321
4231
|
explorer: {
|
|
4322
4232
|
uri: "https://api.teloscan.io",
|