@revoke.cash/chains 30.0.0 → 32.0.0
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/dist/src/chains.js +1900 -159
- package/dist/src/enums.d.ts +186 -22
- package/dist/src/enums.js +186 -22
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -11,8 +11,8 @@ exports.chains = {
|
|
|
11
11
|
'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
12
12
|
'https://api.mycryptoapi.com/eth',
|
|
13
13
|
'https://cloudflare-eth.com',
|
|
14
|
-
'https://ethereum.publicnode.com',
|
|
15
|
-
'wss://ethereum.publicnode.com',
|
|
14
|
+
'https://ethereum-rpc.publicnode.com',
|
|
15
|
+
'wss://ethereum-rpc.publicnode.com',
|
|
16
16
|
'https://mainnet.gateway.tenderly.co',
|
|
17
17
|
'wss://mainnet.gateway.tenderly.co',
|
|
18
18
|
'https://rpc.blocknative.com/boost',
|
|
@@ -130,8 +130,8 @@ exports.chains = {
|
|
|
130
130
|
'https://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
131
131
|
'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
132
132
|
'https://rpc.goerli.mudit.blog/',
|
|
133
|
-
'https://ethereum-goerli.publicnode.com',
|
|
134
|
-
'wss://ethereum-goerli.publicnode.com',
|
|
133
|
+
'https://ethereum-goerli-rpc.publicnode.com',
|
|
134
|
+
'wss://ethereum-goerli-rpc.publicnode.com',
|
|
135
135
|
'https://goerli.gateway.tenderly.co',
|
|
136
136
|
'wss://goerli.gateway.tenderly.co'
|
|
137
137
|
],
|
|
@@ -235,8 +235,8 @@ exports.chains = {
|
|
|
235
235
|
chain: 'ETH',
|
|
236
236
|
rpc: [
|
|
237
237
|
'https://mainnet.optimism.io',
|
|
238
|
-
'https://optimism.publicnode.com',
|
|
239
|
-
'wss://optimism.publicnode.com',
|
|
238
|
+
'https://optimism-rpc.publicnode.com',
|
|
239
|
+
'wss://optimism-rpc.publicnode.com',
|
|
240
240
|
'https://optimism.gateway.tenderly.co',
|
|
241
241
|
'wss://optimism.gateway.tenderly.co'
|
|
242
242
|
],
|
|
@@ -316,9 +316,14 @@ exports.chains = {
|
|
|
316
316
|
icon: 'flare',
|
|
317
317
|
rpc: [
|
|
318
318
|
'https://flare-api.flare.network/ext/C/rpc',
|
|
319
|
-
'https://flare.
|
|
320
|
-
'https://
|
|
319
|
+
'https://flare.rpc.thirdweb.com',
|
|
320
|
+
'https://flare-bundler.etherspot.io',
|
|
321
|
+
'https://rpc.ankr.com/flare',
|
|
322
|
+
'https://rpc.ftso.au/flare',
|
|
323
|
+
'https://flare.enosys.global/ext/C/rpc',
|
|
324
|
+
'https://flare.solidifi.app/ext/C/rpc'
|
|
321
325
|
],
|
|
326
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
322
327
|
faucets: [],
|
|
323
328
|
nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
|
|
324
329
|
infoURL: 'https://flare.network',
|
|
@@ -333,7 +338,7 @@ exports.chains = {
|
|
|
333
338
|
},
|
|
334
339
|
{
|
|
335
340
|
name: 'flarescan',
|
|
336
|
-
url: 'https://flarescan.com',
|
|
341
|
+
url: 'https://mainnet.flarescan.com',
|
|
337
342
|
standard: 'EIP3091'
|
|
338
343
|
}
|
|
339
344
|
]
|
|
@@ -350,24 +355,32 @@ exports.chains = {
|
|
|
350
355
|
networkId: 15
|
|
351
356
|
},
|
|
352
357
|
16: {
|
|
353
|
-
name: '
|
|
354
|
-
chain: '
|
|
358
|
+
name: 'Songbird Testnet Coston',
|
|
359
|
+
chain: 'SGB',
|
|
355
360
|
icon: 'coston',
|
|
356
|
-
rpc: [
|
|
357
|
-
|
|
358
|
-
'https://
|
|
359
|
-
'https://
|
|
361
|
+
rpc: [
|
|
362
|
+
'https://coston-api.flare.network/ext/C/rpc',
|
|
363
|
+
'https://flare-testnet-coston.rpc.thirdweb.com',
|
|
364
|
+
'https://coston.enosys.global/ext/C/rpc'
|
|
360
365
|
],
|
|
366
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
367
|
+
faucets: ['https://faucet.flare.network'],
|
|
361
368
|
nativeCurrency: { name: 'Coston Flare', symbol: 'CFLR', decimals: 18 },
|
|
362
|
-
infoURL: 'https://flare.
|
|
369
|
+
infoURL: 'https://flare.network',
|
|
363
370
|
shortName: 'cflr',
|
|
364
371
|
chainId: 16,
|
|
365
372
|
networkId: 16,
|
|
373
|
+
slip44: 1,
|
|
366
374
|
explorers: [
|
|
367
375
|
{
|
|
368
376
|
name: 'blockscout',
|
|
369
377
|
url: 'https://coston-explorer.flare.network',
|
|
370
378
|
standard: 'EIP3091'
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
name: 'flarescan',
|
|
382
|
+
url: 'https://coston.testnet.flarescan.com',
|
|
383
|
+
standard: 'EIP3091'
|
|
371
384
|
}
|
|
372
385
|
]
|
|
373
386
|
},
|
|
@@ -411,14 +424,14 @@ exports.chains = {
|
|
|
411
424
|
icon: 'songbird',
|
|
412
425
|
rpc: [
|
|
413
426
|
'https://songbird-api.flare.network/ext/C/rpc',
|
|
414
|
-
'https://
|
|
415
|
-
'https://
|
|
416
|
-
'https://
|
|
417
|
-
'https://rpc.ftso.au/songbird'
|
|
427
|
+
'https://rpc.ftso.au/songbird',
|
|
428
|
+
'https://songbird.enosys.global/ext/C/rpc',
|
|
429
|
+
'https://songbird.solidifi.app/ext/C/rpc'
|
|
418
430
|
],
|
|
431
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
419
432
|
faucets: [],
|
|
420
433
|
nativeCurrency: { name: 'Songbird', symbol: 'SGB', decimals: 18 },
|
|
421
|
-
infoURL: 'https://flare.
|
|
434
|
+
infoURL: 'https://flare.network',
|
|
422
435
|
shortName: 'sgb',
|
|
423
436
|
chainId: 19,
|
|
424
437
|
networkId: 19,
|
|
@@ -427,6 +440,11 @@ exports.chains = {
|
|
|
427
440
|
name: 'blockscout',
|
|
428
441
|
url: 'https://songbird-explorer.flare.network',
|
|
429
442
|
standard: 'EIP3091'
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
name: 'flarescan',
|
|
446
|
+
url: 'https://songbird.flarescan.com',
|
|
447
|
+
standard: 'EIP3091'
|
|
430
448
|
}
|
|
431
449
|
]
|
|
432
450
|
},
|
|
@@ -507,8 +525,8 @@ exports.chains = {
|
|
|
507
525
|
chain: 'CRO',
|
|
508
526
|
rpc: [
|
|
509
527
|
'https://evm.cronos.org',
|
|
510
|
-
'https://cronos-evm.publicnode.com',
|
|
511
|
-
'wss://cronos-evm.publicnode.com'
|
|
528
|
+
'https://cronos-evm-rpc.publicnode.com',
|
|
529
|
+
'wss://cronos-evm-rpc.publicnode.com'
|
|
512
530
|
],
|
|
513
531
|
features: [{ name: 'EIP1559' }],
|
|
514
532
|
faucets: [],
|
|
@@ -868,7 +886,7 @@ exports.chains = {
|
|
|
868
886
|
{
|
|
869
887
|
name: 'subscan',
|
|
870
888
|
url: 'https://pangolin.subscan.io',
|
|
871
|
-
standard: '
|
|
889
|
+
standard: 'EIP3091'
|
|
872
890
|
}
|
|
873
891
|
]
|
|
874
892
|
},
|
|
@@ -877,8 +895,7 @@ exports.chains = {
|
|
|
877
895
|
chain: 'crab',
|
|
878
896
|
rpc: [
|
|
879
897
|
'https://crab-rpc.darwinia.network',
|
|
880
|
-
'https://crab-rpc.darwiniacommunitydao.xyz'
|
|
881
|
-
'https://darwiniacrab-rpc.dwellir.com'
|
|
898
|
+
'https://crab-rpc.darwiniacommunitydao.xyz'
|
|
882
899
|
],
|
|
883
900
|
faucets: [],
|
|
884
901
|
nativeCurrency: {
|
|
@@ -894,7 +911,7 @@ exports.chains = {
|
|
|
894
911
|
{
|
|
895
912
|
name: 'subscan',
|
|
896
913
|
url: 'https://crab.subscan.io',
|
|
897
|
-
standard: '
|
|
914
|
+
standard: 'EIP3091'
|
|
898
915
|
}
|
|
899
916
|
]
|
|
900
917
|
},
|
|
@@ -945,7 +962,7 @@ exports.chains = {
|
|
|
945
962
|
{
|
|
946
963
|
name: 'subscan',
|
|
947
964
|
url: 'https://darwinia.subscan.io',
|
|
948
|
-
standard: '
|
|
965
|
+
standard: 'EIP3091'
|
|
949
966
|
}
|
|
950
967
|
]
|
|
951
968
|
},
|
|
@@ -1166,8 +1183,8 @@ exports.chains = {
|
|
|
1166
1183
|
'https://bsc-dataseed2.ninicoin.io',
|
|
1167
1184
|
'https://bsc-dataseed3.ninicoin.io',
|
|
1168
1185
|
'https://bsc-dataseed4.ninicoin.io',
|
|
1169
|
-
'https://bsc.publicnode.com',
|
|
1170
|
-
'wss://bsc.publicnode.com',
|
|
1186
|
+
'https://bsc-rpc.publicnode.com',
|
|
1187
|
+
'wss://bsc-rpc.publicnode.com',
|
|
1171
1188
|
'wss://bsc-ws-node.nariox.org'
|
|
1172
1189
|
],
|
|
1173
1190
|
faucets: [],
|
|
@@ -1203,8 +1220,8 @@ exports.chains = {
|
|
|
1203
1220
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
|
1204
1221
|
'https://syscoin.public-rpc.com',
|
|
1205
1222
|
'wss://rpc.syscoin.org/wss',
|
|
1206
|
-
'https://syscoin-evm.publicnode.com',
|
|
1207
|
-
'wss://syscoin-evm.publicnode.com'
|
|
1223
|
+
'https://syscoin-evm-rpc.publicnode.com',
|
|
1224
|
+
'wss://syscoin-evm-rpc.publicnode.com'
|
|
1208
1225
|
],
|
|
1209
1226
|
faucets: ['https://faucet.syscoin.org'],
|
|
1210
1227
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
@@ -2037,8 +2054,8 @@ exports.chains = {
|
|
|
2037
2054
|
'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
|
|
2038
2055
|
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
|
2039
2056
|
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
|
2040
|
-
'https://bsc-testnet.publicnode.com',
|
|
2041
|
-
'wss://bsc-testnet.publicnode.com'
|
|
2057
|
+
'https://bsc-testnet-rpc.publicnode.com',
|
|
2058
|
+
'wss://bsc-testnet-rpc.publicnode.com'
|
|
2042
2059
|
],
|
|
2043
2060
|
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
2044
2061
|
nativeCurrency: {
|
|
@@ -2118,8 +2135,8 @@ exports.chains = {
|
|
|
2118
2135
|
'https://web3endpoints.com/gnosischain-mainnet',
|
|
2119
2136
|
'https://gnosis.oat.farm',
|
|
2120
2137
|
'wss://rpc.gnosischain.com/wss',
|
|
2121
|
-
'https://gnosis.publicnode.com',
|
|
2122
|
-
'wss://gnosis.publicnode.com'
|
|
2138
|
+
'https://gnosis-rpc.publicnode.com',
|
|
2139
|
+
'wss://gnosis-rpc.publicnode.com'
|
|
2123
2140
|
],
|
|
2124
2141
|
faucets: [
|
|
2125
2142
|
'https://gnosisfaucet.com',
|
|
@@ -2400,10 +2417,16 @@ exports.chains = {
|
|
|
2400
2417
|
name: 'Flare Testnet Coston2',
|
|
2401
2418
|
chain: 'FLR',
|
|
2402
2419
|
icon: 'coston2',
|
|
2403
|
-
rpc: [
|
|
2404
|
-
|
|
2420
|
+
rpc: [
|
|
2421
|
+
'https://coston2-api.flare.network/ext/C/rpc',
|
|
2422
|
+
'https://flare-testnet-coston2.rpc.thirdweb.com',
|
|
2423
|
+
'https://flaretestnet-bundler.etherspot.io',
|
|
2424
|
+
'https://coston2.enosys.global/ext/C/rpc'
|
|
2425
|
+
],
|
|
2426
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
2427
|
+
faucets: ['https://faucet.flare.network'],
|
|
2405
2428
|
nativeCurrency: { name: 'Coston2 Flare', symbol: 'C2FLR', decimals: 18 },
|
|
2406
|
-
infoURL: 'https://flare.
|
|
2429
|
+
infoURL: 'https://flare.network',
|
|
2407
2430
|
shortName: 'c2flr',
|
|
2408
2431
|
chainId: 114,
|
|
2409
2432
|
networkId: 114,
|
|
@@ -2413,6 +2436,11 @@ exports.chains = {
|
|
|
2413
2436
|
name: 'blockscout',
|
|
2414
2437
|
url: 'https://coston2-explorer.flare.network',
|
|
2415
2438
|
standard: 'EIP3091'
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
name: 'flarescan',
|
|
2442
|
+
url: 'https://coston2.testnet.flarescan.com',
|
|
2443
|
+
standard: 'EIP3091'
|
|
2416
2444
|
}
|
|
2417
2445
|
]
|
|
2418
2446
|
},
|
|
@@ -2678,22 +2706,23 @@ exports.chains = {
|
|
|
2678
2706
|
]
|
|
2679
2707
|
},
|
|
2680
2708
|
129: {
|
|
2681
|
-
name: '
|
|
2682
|
-
chain: '
|
|
2683
|
-
rpc: ['https://
|
|
2684
|
-
faucets: [
|
|
2685
|
-
nativeCurrency: { name: '
|
|
2686
|
-
features: [
|
|
2687
|
-
infoURL: 'https://
|
|
2688
|
-
shortName: '
|
|
2709
|
+
name: 'Innovator Chain',
|
|
2710
|
+
chain: 'INNOVATOR',
|
|
2711
|
+
rpc: ['https://rpc.innovatorchain.com'],
|
|
2712
|
+
faucets: [],
|
|
2713
|
+
nativeCurrency: { name: 'INOV8', symbol: 'INOV8', decimals: 18 },
|
|
2714
|
+
features: [],
|
|
2715
|
+
infoURL: 'https://innovatorchain.com',
|
|
2716
|
+
shortName: 'Innovator',
|
|
2689
2717
|
chainId: 129,
|
|
2690
2718
|
networkId: 129,
|
|
2691
|
-
|
|
2719
|
+
icon: 'innovator',
|
|
2692
2720
|
explorers: [
|
|
2693
2721
|
{
|
|
2694
|
-
name: '
|
|
2695
|
-
url: 'https://
|
|
2696
|
-
|
|
2722
|
+
name: 'Innovator Explorer',
|
|
2723
|
+
url: 'https://evm.innovatorchain.com',
|
|
2724
|
+
icon: 'blockscout',
|
|
2725
|
+
standard: 'none'
|
|
2697
2726
|
}
|
|
2698
2727
|
]
|
|
2699
2728
|
},
|
|
@@ -2804,8 +2833,8 @@ exports.chains = {
|
|
|
2804
2833
|
'https://rpc-mainnet.maticvigil.com',
|
|
2805
2834
|
'https://rpc-mainnet.matic.quiknode.pro',
|
|
2806
2835
|
'https://matic-mainnet-full-rpc.bwarelabs.com',
|
|
2807
|
-
'https://polygon-bor.publicnode.com',
|
|
2808
|
-
'wss://polygon-bor.publicnode.com',
|
|
2836
|
+
'https://polygon-bor-rpc.publicnode.com',
|
|
2837
|
+
'wss://polygon-bor-rpc.publicnode.com',
|
|
2809
2838
|
'https://polygon.gateway.tenderly.co',
|
|
2810
2839
|
'wss://polygon.gateway.tenderly.co'
|
|
2811
2840
|
],
|
|
@@ -3078,6 +3107,25 @@ exports.chains = {
|
|
|
3078
3107
|
}
|
|
3079
3108
|
]
|
|
3080
3109
|
},
|
|
3110
|
+
157: {
|
|
3111
|
+
name: 'Puppynet Shibarium',
|
|
3112
|
+
chain: 'Puppynet Shibarium',
|
|
3113
|
+
icon: 'shibarium',
|
|
3114
|
+
rpc: ['https://puppynet.shibrpc.com'],
|
|
3115
|
+
faucets: ['https://beta.shibariumtech.com/faucet'],
|
|
3116
|
+
nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
|
|
3117
|
+
infoURL: 'https://shibariumecosystem.com',
|
|
3118
|
+
shortName: 'puppynet',
|
|
3119
|
+
chainId: 157,
|
|
3120
|
+
networkId: 157,
|
|
3121
|
+
explorers: [
|
|
3122
|
+
{
|
|
3123
|
+
name: 'puppyscan',
|
|
3124
|
+
url: 'https://puppyscan.shib.io',
|
|
3125
|
+
standard: 'none'
|
|
3126
|
+
}
|
|
3127
|
+
]
|
|
3128
|
+
},
|
|
3081
3129
|
160: {
|
|
3082
3130
|
name: 'Armonia Eva Chain Mainnet',
|
|
3083
3131
|
chain: 'Eva',
|
|
@@ -3485,8 +3533,8 @@ exports.chains = {
|
|
|
3485
3533
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
3486
3534
|
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3487
3535
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3488
|
-
'https://opbnb.publicnode.com',
|
|
3489
|
-
'wss://opbnb.publicnode.com'
|
|
3536
|
+
'https://opbnb-rpc.publicnode.com',
|
|
3537
|
+
'wss://opbnb-rpc.publicnode.com'
|
|
3490
3538
|
],
|
|
3491
3539
|
faucets: [],
|
|
3492
3540
|
nativeCurrency: {
|
|
@@ -3597,20 +3645,20 @@ exports.chains = {
|
|
|
3597
3645
|
networkId: 0
|
|
3598
3646
|
},
|
|
3599
3647
|
212: {
|
|
3600
|
-
name: '
|
|
3601
|
-
title: '
|
|
3602
|
-
chain: '
|
|
3648
|
+
name: 'MAPO Makalu',
|
|
3649
|
+
title: 'MAPO Testnet Makalu',
|
|
3650
|
+
chain: 'MAPO',
|
|
3603
3651
|
rpc: ['https://testnet-rpc.maplabs.io'],
|
|
3604
|
-
faucets: ['https://faucet.
|
|
3605
|
-
nativeCurrency: { name: 'Makalu
|
|
3606
|
-
infoURL: 'https://
|
|
3652
|
+
faucets: ['https://faucet.mapprotocol.io'],
|
|
3653
|
+
nativeCurrency: { name: 'Makalu MAPO', symbol: 'MAPO', decimals: 18 },
|
|
3654
|
+
infoURL: 'https://mapprotocol.io/',
|
|
3607
3655
|
shortName: 'makalu',
|
|
3608
3656
|
chainId: 212,
|
|
3609
3657
|
networkId: 212,
|
|
3610
3658
|
explorers: [
|
|
3611
3659
|
{
|
|
3612
|
-
name: '
|
|
3613
|
-
url: 'https://testnet.
|
|
3660
|
+
name: 'maposcan',
|
|
3661
|
+
url: 'https://testnet.maposcan.io',
|
|
3614
3662
|
standard: 'EIP3091'
|
|
3615
3663
|
}
|
|
3616
3664
|
]
|
|
@@ -3701,6 +3749,25 @@ exports.chains = {
|
|
|
3701
3749
|
slip44: 2221,
|
|
3702
3750
|
status: 'deprecated'
|
|
3703
3751
|
},
|
|
3752
|
+
224: {
|
|
3753
|
+
name: 'Viridis Testnet',
|
|
3754
|
+
chain: 'VRD',
|
|
3755
|
+
icon: 'viridis',
|
|
3756
|
+
rpc: ['https://testnet-rpc.vrd.network'],
|
|
3757
|
+
faucets: ['https://faucet.vrd.network'],
|
|
3758
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
|
3759
|
+
infoURL: 'https://viridis.network',
|
|
3760
|
+
shortName: 'VRD-Testnet',
|
|
3761
|
+
chainId: 224,
|
|
3762
|
+
networkId: 224,
|
|
3763
|
+
explorers: [
|
|
3764
|
+
{
|
|
3765
|
+
name: 'Viridis Testnet',
|
|
3766
|
+
url: 'https://testnet.vrd.network',
|
|
3767
|
+
standard: 'EIP3091'
|
|
3768
|
+
}
|
|
3769
|
+
]
|
|
3770
|
+
},
|
|
3704
3771
|
225: {
|
|
3705
3772
|
name: 'LACHAIN Mainnet',
|
|
3706
3773
|
chain: 'LA',
|
|
@@ -3758,6 +3825,26 @@ exports.chains = {
|
|
|
3758
3825
|
}
|
|
3759
3826
|
]
|
|
3760
3827
|
},
|
|
3828
|
+
234: {
|
|
3829
|
+
name: 'ProtoJumbo Testnet',
|
|
3830
|
+
chain: 'Jumbo',
|
|
3831
|
+
rpc: ['https://testnode.jumbochain.org'],
|
|
3832
|
+
faucets: ['https://protojumbo.jumbochain.org/faucet-smart'],
|
|
3833
|
+
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
3834
|
+
features: [{ name: 'EIP155' }],
|
|
3835
|
+
infoURL: 'https://jumbochain.org',
|
|
3836
|
+
shortName: 'ProtoJumbo',
|
|
3837
|
+
chainId: 234,
|
|
3838
|
+
networkId: 234,
|
|
3839
|
+
slip44: 1,
|
|
3840
|
+
explorers: [
|
|
3841
|
+
{
|
|
3842
|
+
name: 'ProtoJumbo',
|
|
3843
|
+
url: 'https://protojumbo.jumbochain.org',
|
|
3844
|
+
standard: 'EIP3091'
|
|
3845
|
+
}
|
|
3846
|
+
]
|
|
3847
|
+
},
|
|
3761
3848
|
236: {
|
|
3762
3849
|
name: 'Deamchain Testnet',
|
|
3763
3850
|
chain: 'Deamchain',
|
|
@@ -3868,8 +3955,8 @@ exports.chains = {
|
|
|
3868
3955
|
chain: 'FTM',
|
|
3869
3956
|
rpc: [
|
|
3870
3957
|
'https://rpc.ftm.tools',
|
|
3871
|
-
'https://fantom.publicnode.com',
|
|
3872
|
-
'wss://fantom.publicnode.com'
|
|
3958
|
+
'https://fantom-rpc.publicnode.com',
|
|
3959
|
+
'wss://fantom-rpc.publicnode.com'
|
|
3873
3960
|
],
|
|
3874
3961
|
faucets: [],
|
|
3875
3962
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -4053,7 +4140,7 @@ exports.chains = {
|
|
|
4053
4140
|
],
|
|
4054
4141
|
faucets: [],
|
|
4055
4142
|
nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
|
|
4056
|
-
features: [{ name: 'EIP155' }],
|
|
4143
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4057
4144
|
infoURL: '',
|
|
4058
4145
|
shortName: 'lachain',
|
|
4059
4146
|
chainId: 274,
|
|
@@ -4066,6 +4153,18 @@ exports.chains = {
|
|
|
4066
4153
|
}
|
|
4067
4154
|
]
|
|
4068
4155
|
},
|
|
4156
|
+
279: {
|
|
4157
|
+
name: 'BPX Blockchain',
|
|
4158
|
+
chain: 'BPX',
|
|
4159
|
+
icon: 'bpx',
|
|
4160
|
+
rpc: ['https://rpc.mainnet.bpxchain.cc', 'https://bpx-dataseed.infinex.cc'],
|
|
4161
|
+
faucets: [],
|
|
4162
|
+
nativeCurrency: { name: 'BPX', symbol: 'BPX', decimals: 18 },
|
|
4163
|
+
infoURL: 'https://bpxchain.cc',
|
|
4164
|
+
shortName: 'bpx',
|
|
4165
|
+
chainId: 279,
|
|
4166
|
+
networkId: 279
|
|
4167
|
+
},
|
|
4069
4168
|
280: {
|
|
4070
4169
|
name: 'zkSync Era Goerli Testnet (deprecated)',
|
|
4071
4170
|
status: 'deprecated',
|
|
@@ -4335,6 +4434,46 @@ exports.chains = {
|
|
|
4335
4434
|
}
|
|
4336
4435
|
]
|
|
4337
4436
|
},
|
|
4437
|
+
305: {
|
|
4438
|
+
name: 'ZKSats Mainnet',
|
|
4439
|
+
title: 'ZKSats Mainnet',
|
|
4440
|
+
chain: 'ZKSats',
|
|
4441
|
+
rpc: ['https://mainnet.zksats.io'],
|
|
4442
|
+
faucets: [],
|
|
4443
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
4444
|
+
infoURL: 'https://zksats.io',
|
|
4445
|
+
shortName: 'ZKSats-Mainnet',
|
|
4446
|
+
chainId: 305,
|
|
4447
|
+
networkId: 305,
|
|
4448
|
+
icon: 'zksats',
|
|
4449
|
+
explorers: [
|
|
4450
|
+
{
|
|
4451
|
+
name: 'blockscout',
|
|
4452
|
+
url: 'https://explorer.zksats.io',
|
|
4453
|
+
icon: 'zksats',
|
|
4454
|
+
standard: 'EIP3091'
|
|
4455
|
+
}
|
|
4456
|
+
]
|
|
4457
|
+
},
|
|
4458
|
+
307: {
|
|
4459
|
+
name: 'Lovely Network Testnet',
|
|
4460
|
+
chain: 'Lovely',
|
|
4461
|
+
icon: 'lovely',
|
|
4462
|
+
rpc: ['https://trpc.lovely.network'],
|
|
4463
|
+
faucets: ['https://faucet.lovely.network'],
|
|
4464
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
|
4465
|
+
infoURL: 'https://lovely.network',
|
|
4466
|
+
shortName: 'LOVELY-Testnet',
|
|
4467
|
+
chainId: 307,
|
|
4468
|
+
networkId: 307,
|
|
4469
|
+
explorers: [
|
|
4470
|
+
{
|
|
4471
|
+
name: 'Lovely Network Testnet',
|
|
4472
|
+
url: 'https://tscan.lovely.network',
|
|
4473
|
+
standard: 'EIP3091'
|
|
4474
|
+
}
|
|
4475
|
+
]
|
|
4476
|
+
},
|
|
4338
4477
|
309: {
|
|
4339
4478
|
name: 'Wyzth Testnet',
|
|
4340
4479
|
chain: 'WYZ',
|
|
@@ -4483,6 +4622,25 @@ exports.chains = {
|
|
|
4483
4622
|
}
|
|
4484
4623
|
]
|
|
4485
4624
|
},
|
|
4625
|
+
323: {
|
|
4626
|
+
name: 'Cosvm Mainnet',
|
|
4627
|
+
chain: 'CVM',
|
|
4628
|
+
rpc: ['https://rpc.cosvm.net'],
|
|
4629
|
+
faucets: [],
|
|
4630
|
+
nativeCurrency: { name: 'Cosvm', symbol: 'CVM', decimals: 18 },
|
|
4631
|
+
infoURL: 'https://cosvm.network',
|
|
4632
|
+
shortName: 'cvm',
|
|
4633
|
+
chainId: 323,
|
|
4634
|
+
networkId: 323,
|
|
4635
|
+
explorers: [
|
|
4636
|
+
{
|
|
4637
|
+
name: 'Blockscout',
|
|
4638
|
+
url: 'https://explorer.cosvm.net',
|
|
4639
|
+
icon: 'blockscout',
|
|
4640
|
+
standard: 'EIP3091'
|
|
4641
|
+
}
|
|
4642
|
+
]
|
|
4643
|
+
},
|
|
4486
4644
|
324: {
|
|
4487
4645
|
name: 'zkSync Mainnet',
|
|
4488
4646
|
chain: 'ETH',
|
|
@@ -4684,8 +4842,8 @@ exports.chains = {
|
|
|
4684
4842
|
rpc: [
|
|
4685
4843
|
'https://rpc.pulsechain.com',
|
|
4686
4844
|
'wss://rpc.pulsechain.com',
|
|
4687
|
-
'https://pulsechain.publicnode.com',
|
|
4688
|
-
'wss://pulsechain.publicnode.com',
|
|
4845
|
+
'https://pulsechain-rpc.publicnode.com',
|
|
4846
|
+
'wss://pulsechain-rpc.publicnode.com',
|
|
4689
4847
|
'https://rpc-pulsechain.g4mm4.io',
|
|
4690
4848
|
'wss://rpc-pulsechain.g4mm4.io'
|
|
4691
4849
|
],
|
|
@@ -4729,6 +4887,59 @@ exports.chains = {
|
|
|
4729
4887
|
}
|
|
4730
4888
|
]
|
|
4731
4889
|
},
|
|
4890
|
+
380: {
|
|
4891
|
+
name: 'ZKAmoeba Testnet',
|
|
4892
|
+
chain: 'FIL',
|
|
4893
|
+
rpc: [
|
|
4894
|
+
'https://rpc.testnet.zkamoeba.com:4050/',
|
|
4895
|
+
'https://rpc1.testnet.zkamoeba.com:4050/'
|
|
4896
|
+
],
|
|
4897
|
+
faucets: [],
|
|
4898
|
+
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
|
4899
|
+
infoURL: 'https://testnet.zkamoeba.com',
|
|
4900
|
+
shortName: 'zkamoeba-test',
|
|
4901
|
+
chainId: 380,
|
|
4902
|
+
networkId: 380,
|
|
4903
|
+
icon: 'zkamoeba-micro',
|
|
4904
|
+
explorers: [
|
|
4905
|
+
{
|
|
4906
|
+
name: 'ZKAmoeba Test Explorer',
|
|
4907
|
+
url: 'https://testnetexplorer.zkamoeba.com',
|
|
4908
|
+
icon: 'zkamoeba-micro',
|
|
4909
|
+
standard: 'EIP3091'
|
|
4910
|
+
}
|
|
4911
|
+
],
|
|
4912
|
+
parent: {
|
|
4913
|
+
type: 'L2',
|
|
4914
|
+
chain: 'eip155-314',
|
|
4915
|
+
bridges: [{ url: 'https://testnet.zkamoeba.com/en/bridge' }]
|
|
4916
|
+
}
|
|
4917
|
+
},
|
|
4918
|
+
381: {
|
|
4919
|
+
name: 'ZKAmoeba Mainnet',
|
|
4920
|
+
chain: 'FIL',
|
|
4921
|
+
rpc: ['https://rpc.mainnet.zkamoeba.com/rpc'],
|
|
4922
|
+
faucets: [],
|
|
4923
|
+
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
|
4924
|
+
infoURL: 'https://www.zkamoeba.com',
|
|
4925
|
+
shortName: 'zkamoeba',
|
|
4926
|
+
chainId: 381,
|
|
4927
|
+
networkId: 381,
|
|
4928
|
+
icon: 'zkamoeba-micro',
|
|
4929
|
+
explorers: [
|
|
4930
|
+
{
|
|
4931
|
+
name: 'ZKAmoeba Explorer',
|
|
4932
|
+
url: 'https://explorer.zkamoeba.com',
|
|
4933
|
+
icon: 'zkamoeba-micro',
|
|
4934
|
+
standard: 'EIP3091'
|
|
4935
|
+
}
|
|
4936
|
+
],
|
|
4937
|
+
parent: {
|
|
4938
|
+
type: 'L2',
|
|
4939
|
+
chain: 'eip155-314',
|
|
4940
|
+
bridges: [{ url: 'https://www.zkamoeba.com/en/bridge' }]
|
|
4941
|
+
}
|
|
4942
|
+
},
|
|
4732
4943
|
385: {
|
|
4733
4944
|
name: 'Lisinski',
|
|
4734
4945
|
chain: 'CRO',
|
|
@@ -4872,8 +5083,8 @@ exports.chains = {
|
|
|
4872
5083
|
chain: 'ETH',
|
|
4873
5084
|
rpc: [
|
|
4874
5085
|
'https://goerli.optimism.io',
|
|
4875
|
-
'https://optimism-goerli.publicnode.com',
|
|
4876
|
-
'wss://optimism-goerli.publicnode.com',
|
|
5086
|
+
'https://optimism-goerli-rpc.publicnode.com',
|
|
5087
|
+
'wss://optimism-goerli-rpc.publicnode.com',
|
|
4877
5088
|
'https://optimism-goerli.gateway.tenderly.co',
|
|
4878
5089
|
'wss://optimism-goerli.gateway.tenderly.co'
|
|
4879
5090
|
],
|
|
@@ -4893,6 +5104,25 @@ exports.chains = {
|
|
|
4893
5104
|
}
|
|
4894
5105
|
]
|
|
4895
5106
|
},
|
|
5107
|
+
422: {
|
|
5108
|
+
name: 'Viridis Mainnet',
|
|
5109
|
+
chain: 'VRD',
|
|
5110
|
+
icon: 'viridis',
|
|
5111
|
+
rpc: ['https://mainnet-rpc.vrd.network'],
|
|
5112
|
+
faucets: [],
|
|
5113
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
|
5114
|
+
infoURL: 'https://viridis.network',
|
|
5115
|
+
shortName: 'vrd',
|
|
5116
|
+
chainId: 422,
|
|
5117
|
+
networkId: 422,
|
|
5118
|
+
explorers: [
|
|
5119
|
+
{
|
|
5120
|
+
name: 'Viridis Mainnet',
|
|
5121
|
+
url: 'https://explorer.vrd.network',
|
|
5122
|
+
standard: 'EIP3091'
|
|
5123
|
+
}
|
|
5124
|
+
]
|
|
5125
|
+
},
|
|
4896
5126
|
424: {
|
|
4897
5127
|
name: 'PGN (Public Goods Network)',
|
|
4898
5128
|
chain: 'ETH',
|
|
@@ -5087,7 +5317,7 @@ exports.chains = {
|
|
|
5087
5317
|
rpc: [],
|
|
5088
5318
|
faucets: [],
|
|
5089
5319
|
nativeCurrency: { name: 'Rupaya', symbol: 'RUPX', decimals: 18 },
|
|
5090
|
-
infoURL: 'https://www.
|
|
5320
|
+
infoURL: 'https://www.rupaya.io',
|
|
5091
5321
|
shortName: 'rupx',
|
|
5092
5322
|
chainId: 499,
|
|
5093
5323
|
networkId: 499,
|
|
@@ -5132,6 +5362,20 @@ exports.chains = {
|
|
|
5132
5362
|
}
|
|
5133
5363
|
]
|
|
5134
5364
|
},
|
|
5365
|
+
510: {
|
|
5366
|
+
name: 'Syndicate Chain',
|
|
5367
|
+
title: 'Syndicate Chain',
|
|
5368
|
+
chain: 'Syndicate',
|
|
5369
|
+
rpc: ['https://rpc-mainnet.syndicate.io'],
|
|
5370
|
+
faucets: [],
|
|
5371
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5372
|
+
infoURL: 'https://syndicate.io',
|
|
5373
|
+
shortName: 'syndicate-chain-mainnet',
|
|
5374
|
+
chainId: 510,
|
|
5375
|
+
networkId: 510,
|
|
5376
|
+
status: 'incubating',
|
|
5377
|
+
icon: 'syndicate'
|
|
5378
|
+
},
|
|
5135
5379
|
512: {
|
|
5136
5380
|
name: 'Double-A Chain Mainnet',
|
|
5137
5381
|
chain: 'AAC',
|
|
@@ -5228,7 +5472,7 @@ exports.chains = {
|
|
|
5228
5472
|
name: 'Firechain Mainnet',
|
|
5229
5473
|
chain: 'FIRE',
|
|
5230
5474
|
icon: 'firechain',
|
|
5231
|
-
rpc: ['https://mainnet.
|
|
5475
|
+
rpc: ['https://rpc-mainnet.thefirechain.com'],
|
|
5232
5476
|
faucets: [],
|
|
5233
5477
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
5234
5478
|
infoURL: 'https://thefirechain.com',
|
|
@@ -5570,6 +5814,25 @@ exports.chains = {
|
|
|
5570
5814
|
}
|
|
5571
5815
|
]
|
|
5572
5816
|
},
|
|
5817
|
+
612: {
|
|
5818
|
+
name: 'EIOB Mainnet',
|
|
5819
|
+
chain: 'EIOB',
|
|
5820
|
+
icon: 'eiob',
|
|
5821
|
+
rpc: ['https://rpc.eiob.xyz'],
|
|
5822
|
+
faucets: [],
|
|
5823
|
+
nativeCurrency: { name: 'EIOB', symbol: 'EIOB', decimals: 18 },
|
|
5824
|
+
infoURL: '',
|
|
5825
|
+
shortName: 'eiob',
|
|
5826
|
+
chainId: 612,
|
|
5827
|
+
networkId: 612,
|
|
5828
|
+
explorers: [
|
|
5829
|
+
{
|
|
5830
|
+
name: 'EIOB Explorer',
|
|
5831
|
+
url: 'https://explorer.eiob.xyz',
|
|
5832
|
+
standard: 'none'
|
|
5833
|
+
}
|
|
5834
|
+
]
|
|
5835
|
+
},
|
|
5573
5836
|
614: {
|
|
5574
5837
|
name: 'Graphlinq Blockchain Mainnet',
|
|
5575
5838
|
chain: 'GLQ Blockchain',
|
|
@@ -5878,6 +6141,35 @@ exports.chains = {
|
|
|
5878
6141
|
}
|
|
5879
6142
|
]
|
|
5880
6143
|
},
|
|
6144
|
+
713: {
|
|
6145
|
+
name: 'Vrcscan Mainnet',
|
|
6146
|
+
chain: 'VRC',
|
|
6147
|
+
rpc: [
|
|
6148
|
+
'https://rpc-mainnet-5.vrcscan.com',
|
|
6149
|
+
'https://rpc-mainnet-6.vrcscan.com',
|
|
6150
|
+
'https://rpc-mainnet-7.vrcscan.com',
|
|
6151
|
+
'https://rpc-mainnet-8.vrcscan.com'
|
|
6152
|
+
],
|
|
6153
|
+
faucets: [],
|
|
6154
|
+
nativeCurrency: { name: 'VRC Chain', symbol: 'VRC', decimals: 18 },
|
|
6155
|
+
infoURL: 'https://vrccoin.com',
|
|
6156
|
+
shortName: 'vrc',
|
|
6157
|
+
chainId: 713,
|
|
6158
|
+
networkId: 713,
|
|
6159
|
+
explorers: [
|
|
6160
|
+
{
|
|
6161
|
+
name: 'vrcscan',
|
|
6162
|
+
url: 'https://vrcscan.com',
|
|
6163
|
+
standard: 'EIP3091'
|
|
6164
|
+
},
|
|
6165
|
+
{
|
|
6166
|
+
name: 'dxbscan',
|
|
6167
|
+
url: 'https://dxb.vrcscan.com',
|
|
6168
|
+
standard: 'EIP3091'
|
|
6169
|
+
}
|
|
6170
|
+
],
|
|
6171
|
+
icon: 'vrcscan'
|
|
6172
|
+
},
|
|
5881
6173
|
719: {
|
|
5882
6174
|
name: 'Shibarium Beta',
|
|
5883
6175
|
chain: 'Shibarium',
|
|
@@ -5928,6 +6220,25 @@ exports.chains = {
|
|
|
5928
6220
|
networkId: 727,
|
|
5929
6221
|
slip44: 727
|
|
5930
6222
|
},
|
|
6223
|
+
730: {
|
|
6224
|
+
name: 'Lovely Network Mainnet',
|
|
6225
|
+
chain: 'Lovely',
|
|
6226
|
+
icon: 'lovely',
|
|
6227
|
+
rpc: ['https://rpc.lovely.network'],
|
|
6228
|
+
faucets: [],
|
|
6229
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
|
6230
|
+
infoURL: 'https://lovely.network',
|
|
6231
|
+
shortName: 'LOVELY',
|
|
6232
|
+
chainId: 730,
|
|
6233
|
+
networkId: 730,
|
|
6234
|
+
explorers: [
|
|
6235
|
+
{
|
|
6236
|
+
name: 'Lovely Network Mainnet',
|
|
6237
|
+
url: 'https://scan.lovely.network',
|
|
6238
|
+
standard: 'EIP3091'
|
|
6239
|
+
}
|
|
6240
|
+
]
|
|
6241
|
+
},
|
|
5931
6242
|
740: {
|
|
5932
6243
|
name: 'Canto Testnet',
|
|
5933
6244
|
chain: 'Canto Tesnet',
|
|
@@ -6128,6 +6439,25 @@ exports.chains = {
|
|
|
6128
6439
|
}
|
|
6129
6440
|
]
|
|
6130
6441
|
},
|
|
6442
|
+
799: {
|
|
6443
|
+
name: 'Rupaya Testnet',
|
|
6444
|
+
chain: 'Rupaya Testnet',
|
|
6445
|
+
rpc: ['https://rpc.testnet.rupaya.io'],
|
|
6446
|
+
faucets: ['https://faucet.testnet.rupaya.io'],
|
|
6447
|
+
nativeCurrency: { name: 'Test Rupaya', symbol: 'TRUPX', decimals: 18 },
|
|
6448
|
+
infoURL: 'https://www.rupaya.io',
|
|
6449
|
+
shortName: 'RupayaTestnet',
|
|
6450
|
+
chainId: 799,
|
|
6451
|
+
networkId: 799,
|
|
6452
|
+
slip44: 1,
|
|
6453
|
+
explorers: [
|
|
6454
|
+
{
|
|
6455
|
+
name: 'rupayascan',
|
|
6456
|
+
url: 'https://scan.testnet.rupaya.io',
|
|
6457
|
+
standard: 'EIP3091'
|
|
6458
|
+
}
|
|
6459
|
+
]
|
|
6460
|
+
},
|
|
6131
6461
|
800: {
|
|
6132
6462
|
name: 'Lucid Blockchain',
|
|
6133
6463
|
chain: 'Lucid',
|
|
@@ -6233,7 +6563,7 @@ exports.chains = {
|
|
|
6233
6563
|
name: 'Firechain zkEVM',
|
|
6234
6564
|
title: 'Firechain zkEVM',
|
|
6235
6565
|
chain: 'Firechain',
|
|
6236
|
-
rpc: ['https://rpc
|
|
6566
|
+
rpc: ['https://rpc-zkevm.thefirechain.com'],
|
|
6237
6567
|
faucets: [],
|
|
6238
6568
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6239
6569
|
infoURL: 'https://docs.thefirechain.com/',
|
|
@@ -6245,7 +6575,7 @@ exports.chains = {
|
|
|
6245
6575
|
parent: {
|
|
6246
6576
|
type: 'L2',
|
|
6247
6577
|
chain: 'eip155-1',
|
|
6248
|
-
bridges: [{ url: 'https://zkevm
|
|
6578
|
+
bridges: [{ url: 'https://zkevm-bridge-rpc.thefirechain.com' }]
|
|
6249
6579
|
}
|
|
6250
6580
|
},
|
|
6251
6581
|
818: {
|
|
@@ -6308,6 +6638,24 @@ exports.chains = {
|
|
|
6308
6638
|
slip44: 1,
|
|
6309
6639
|
status: 'deprecated'
|
|
6310
6640
|
},
|
|
6641
|
+
831: {
|
|
6642
|
+
name: 'CheckDot Blockchain Devnet',
|
|
6643
|
+
chain: 'CDT Blockchain',
|
|
6644
|
+
rpc: ['https://devnet.checkdot.io'],
|
|
6645
|
+
faucets: [],
|
|
6646
|
+
nativeCurrency: { name: 'CDT', symbol: 'CDT', decimals: 18 },
|
|
6647
|
+
infoURL: 'https://checkdot.io',
|
|
6648
|
+
shortName: 'cdt',
|
|
6649
|
+
chainId: 831,
|
|
6650
|
+
networkId: 831,
|
|
6651
|
+
explorers: [
|
|
6652
|
+
{
|
|
6653
|
+
name: 'CDT Explorer',
|
|
6654
|
+
url: 'https://explorer.checkdot.io',
|
|
6655
|
+
standard: 'none'
|
|
6656
|
+
}
|
|
6657
|
+
]
|
|
6658
|
+
},
|
|
6311
6659
|
841: {
|
|
6312
6660
|
name: 'Taraxa Mainnet',
|
|
6313
6661
|
chain: 'Tara',
|
|
@@ -6575,7 +6923,7 @@ exports.chains = {
|
|
|
6575
6923
|
name: 'Rinia Testnet',
|
|
6576
6924
|
chain: 'FIRE',
|
|
6577
6925
|
icon: 'rinia',
|
|
6578
|
-
rpc: ['https://rinia
|
|
6926
|
+
rpc: ['https://rinia-rpc1.thefirechain.com'],
|
|
6579
6927
|
faucets: ['https://faucet.thefirechain.com'],
|
|
6580
6928
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
6581
6929
|
infoURL: 'https://thefirechain.com',
|
|
@@ -6689,8 +7037,8 @@ exports.chains = {
|
|
|
6689
7037
|
rpc: [
|
|
6690
7038
|
'https://rpc.v4.testnet.pulsechain.com',
|
|
6691
7039
|
'wss://rpc.v4.testnet.pulsechain.com',
|
|
6692
|
-
'https://pulsechain-testnet.publicnode.com',
|
|
6693
|
-
'wss://pulsechain-testnet.publicnode.com',
|
|
7040
|
+
'https://pulsechain-testnet-rpc.publicnode.com',
|
|
7041
|
+
'wss://pulsechain-testnet-rpc.publicnode.com',
|
|
6694
7042
|
'https://rpc-testnet-pulsechain.g4mm4.io',
|
|
6695
7043
|
'wss://rpc-testnet-pulsechain.g4mm4.io'
|
|
6696
7044
|
],
|
|
@@ -7379,11 +7727,12 @@ exports.chains = {
|
|
|
7379
7727
|
chain: 'Humans',
|
|
7380
7728
|
rpc: [
|
|
7381
7729
|
'https://jsonrpc.humans.nodestake.top',
|
|
7382
|
-
'https://humans-mainnet-evm.itrocket.net
|
|
7730
|
+
'https://humans-mainnet-evm.itrocket.net',
|
|
7383
7731
|
'https://humans-evm-rpc.staketab.org:443',
|
|
7384
7732
|
'https://evm.humans.stakepool.dev.br',
|
|
7385
7733
|
'https://mainnet-humans-evm.konsortech.xyz',
|
|
7386
|
-
'https://evm-rpc.mainnet.humans.zone'
|
|
7734
|
+
'https://evm-rpc.mainnet.humans.zone',
|
|
7735
|
+
'https://json-rpc.humans.bh.rocks'
|
|
7387
7736
|
],
|
|
7388
7737
|
faucets: [],
|
|
7389
7738
|
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
|
@@ -7421,6 +7770,25 @@ exports.chains = {
|
|
|
7421
7770
|
}
|
|
7422
7771
|
]
|
|
7423
7772
|
},
|
|
7773
|
+
1100: {
|
|
7774
|
+
name: 'Dymension',
|
|
7775
|
+
chain: 'Dymension',
|
|
7776
|
+
rpc: [
|
|
7777
|
+
'https://dymension-evm.blockpi.network/v1/rpc/public',
|
|
7778
|
+
'https://dymension-evm-rpc.publicnode.com',
|
|
7779
|
+
'wss://dymension-evm-rpc.publicnode.com'
|
|
7780
|
+
],
|
|
7781
|
+
faucets: [],
|
|
7782
|
+
nativeCurrency: { name: 'DYM', symbol: 'DYM', decimals: 18 },
|
|
7783
|
+
infoURL: 'https://dymension.xyz',
|
|
7784
|
+
shortName: 'dymension',
|
|
7785
|
+
icon: 'dymension',
|
|
7786
|
+
chainId: 1100,
|
|
7787
|
+
networkId: 1100,
|
|
7788
|
+
explorers: [
|
|
7789
|
+
{ name: 'dym.fyi', url: 'https://dym.fyi', standard: 'EIP3091' }
|
|
7790
|
+
]
|
|
7791
|
+
},
|
|
7424
7792
|
1101: {
|
|
7425
7793
|
name: 'Polygon zkEVM',
|
|
7426
7794
|
title: 'Polygon zkEVM',
|
|
@@ -7845,6 +8213,25 @@ exports.chains = {
|
|
|
7845
8213
|
}
|
|
7846
8214
|
]
|
|
7847
8215
|
},
|
|
8216
|
+
1224: {
|
|
8217
|
+
name: 'Hybrid Testnet',
|
|
8218
|
+
chain: '$HYB',
|
|
8219
|
+
icon: 'hybridIcon',
|
|
8220
|
+
rpc: ['https://testnet-rpc.buildonhybrid.com'],
|
|
8221
|
+
faucets: [],
|
|
8222
|
+
nativeCurrency: { name: 'Hybrid', symbol: '$HYB', decimals: 18 },
|
|
8223
|
+
infoURL: 'https://buildonhybrid.com',
|
|
8224
|
+
shortName: 'hyb',
|
|
8225
|
+
chainId: 1224,
|
|
8226
|
+
networkId: 1224,
|
|
8227
|
+
explorers: [
|
|
8228
|
+
{
|
|
8229
|
+
name: 'Hybrid Testnet',
|
|
8230
|
+
url: 'https://alphatestnet.buildonhybrid.com',
|
|
8231
|
+
standard: 'EIP3091'
|
|
8232
|
+
}
|
|
8233
|
+
]
|
|
8234
|
+
},
|
|
7848
8235
|
1229: {
|
|
7849
8236
|
name: 'Exzo Network Mainnet',
|
|
7850
8237
|
chain: 'EXZO',
|
|
@@ -8055,8 +8442,8 @@ exports.chains = {
|
|
|
8055
8442
|
rpc: [
|
|
8056
8443
|
'https://rpc.api.moonbeam.network',
|
|
8057
8444
|
'wss://wss.api.moonbeam.network',
|
|
8058
|
-
'https://moonbeam.publicnode.com',
|
|
8059
|
-
'wss://moonbeam.publicnode.com'
|
|
8445
|
+
'https://moonbeam-rpc.publicnode.com',
|
|
8446
|
+
'wss://moonbeam-rpc.publicnode.com'
|
|
8060
8447
|
],
|
|
8061
8448
|
faucets: [],
|
|
8062
8449
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
|
@@ -8078,8 +8465,8 @@ exports.chains = {
|
|
|
8078
8465
|
rpc: [
|
|
8079
8466
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
8080
8467
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
8081
|
-
'https://moonriver.publicnode.com',
|
|
8082
|
-
'wss://moonriver.publicnode.com'
|
|
8468
|
+
'https://moonriver-rpc.publicnode.com',
|
|
8469
|
+
'wss://moonriver-rpc.publicnode.com'
|
|
8083
8470
|
],
|
|
8084
8471
|
faucets: [],
|
|
8085
8472
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
|
@@ -8590,6 +8977,27 @@ exports.chains = {
|
|
|
8590
8977
|
}
|
|
8591
8978
|
]
|
|
8592
8979
|
},
|
|
8980
|
+
1453: {
|
|
8981
|
+
name: 'MetaChain Istanbul',
|
|
8982
|
+
title: 'MetaChain Testnet Istanbul',
|
|
8983
|
+
chain: 'MTC',
|
|
8984
|
+
icon: 'metachain',
|
|
8985
|
+
rpc: ['https://istanbul-rpc.metachain.dev'],
|
|
8986
|
+
faucets: ['https://istanbul-faucet.metachain.dev'],
|
|
8987
|
+
nativeCurrency: { name: 'Metatime Coin', symbol: 'MTC', decimals: 18 },
|
|
8988
|
+
infoURL: 'https://metatime.com/en',
|
|
8989
|
+
shortName: 'metatimeistanbul',
|
|
8990
|
+
chainId: 1453,
|
|
8991
|
+
networkId: 1453,
|
|
8992
|
+
slip44: 1453,
|
|
8993
|
+
explorers: [
|
|
8994
|
+
{
|
|
8995
|
+
name: 'MetaExplorer',
|
|
8996
|
+
url: 'https://istanbul-explorer.metachain.dev',
|
|
8997
|
+
standard: 'EIP3091'
|
|
8998
|
+
}
|
|
8999
|
+
]
|
|
9000
|
+
},
|
|
8593
9001
|
1455: {
|
|
8594
9002
|
name: 'Ctex Scan Blockchain',
|
|
8595
9003
|
chain: 'Ctex Scan Blockchain',
|
|
@@ -8609,6 +9017,28 @@ exports.chains = {
|
|
|
8609
9017
|
}
|
|
8610
9018
|
]
|
|
8611
9019
|
},
|
|
9020
|
+
1490: {
|
|
9021
|
+
name: 'Vitruveo Mainnet',
|
|
9022
|
+
title: 'Vitruveo is a blockchain for Creators',
|
|
9023
|
+
chain: 'Vitruveo',
|
|
9024
|
+
rpc: ['https://rpc.vitruveo.xyz'],
|
|
9025
|
+
faucets: [],
|
|
9026
|
+
nativeCurrency: { name: 'Vitruveo Coin', symbol: 'VTRU', decimals: 18 },
|
|
9027
|
+
features: [{ name: 'EIP155' }],
|
|
9028
|
+
infoURL: 'https://www.vitruveo.xyz',
|
|
9029
|
+
shortName: 'vitruveo',
|
|
9030
|
+
chainId: 1490,
|
|
9031
|
+
networkId: 1490,
|
|
9032
|
+
icon: 'vitruveo',
|
|
9033
|
+
explorers: [
|
|
9034
|
+
{
|
|
9035
|
+
name: 'Vitruveo Explorer',
|
|
9036
|
+
url: 'https://explorer.vitruveo.xyz',
|
|
9037
|
+
icon: 'vitruveo',
|
|
9038
|
+
standard: 'EIP3091'
|
|
9039
|
+
}
|
|
9040
|
+
]
|
|
9041
|
+
},
|
|
8612
9042
|
1501: {
|
|
8613
9043
|
name: 'BEVM Canary',
|
|
8614
9044
|
chain: 'ChainX',
|
|
@@ -8786,6 +9216,31 @@ exports.chains = {
|
|
|
8786
9216
|
}
|
|
8787
9217
|
]
|
|
8788
9218
|
},
|
|
9219
|
+
1686: {
|
|
9220
|
+
name: 'Mint Testnet',
|
|
9221
|
+
chain: 'ETH',
|
|
9222
|
+
rpc: ['https://testnet-rpc.mintchain.io'],
|
|
9223
|
+
faucets: [],
|
|
9224
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
9225
|
+
infoURL: 'https://www.mintchain.io',
|
|
9226
|
+
shortName: 'minttest',
|
|
9227
|
+
chainId: 1686,
|
|
9228
|
+
networkId: 1686,
|
|
9229
|
+
icon: 'mintTestnet',
|
|
9230
|
+
explorers: [
|
|
9231
|
+
{
|
|
9232
|
+
name: 'blockscout',
|
|
9233
|
+
url: 'https://testnet-explorer.mintchain.io',
|
|
9234
|
+
icon: 'mintTestnet',
|
|
9235
|
+
standard: 'EIP3091'
|
|
9236
|
+
}
|
|
9237
|
+
],
|
|
9238
|
+
parent: {
|
|
9239
|
+
type: 'L2',
|
|
9240
|
+
chain: 'eip155-1',
|
|
9241
|
+
bridges: [{ url: 'https://testnet-bridge.mintchain.io' }]
|
|
9242
|
+
}
|
|
9243
|
+
},
|
|
8789
9244
|
1688: {
|
|
8790
9245
|
name: 'LUDAN Mainnet',
|
|
8791
9246
|
chain: 'LUDAN',
|
|
@@ -9078,20 +9533,20 @@ exports.chains = {
|
|
|
9078
9533
|
networkId: 1
|
|
9079
9534
|
},
|
|
9080
9535
|
1875: {
|
|
9081
|
-
name: '
|
|
9536
|
+
name: 'Whitechain',
|
|
9082
9537
|
chain: 'WBT',
|
|
9083
|
-
rpc: ['https://rpc.
|
|
9538
|
+
rpc: ['https://rpc.whitechain.io'],
|
|
9084
9539
|
faucets: [],
|
|
9085
9540
|
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
9086
|
-
infoURL: 'https://
|
|
9541
|
+
infoURL: 'https://whitechain.io',
|
|
9087
9542
|
shortName: 'wbt',
|
|
9088
9543
|
chainId: 1875,
|
|
9089
9544
|
networkId: 1875,
|
|
9090
|
-
icon: '
|
|
9545
|
+
icon: 'whitechain',
|
|
9091
9546
|
explorers: [
|
|
9092
9547
|
{
|
|
9093
|
-
name: '
|
|
9094
|
-
url: 'https://explorer.
|
|
9548
|
+
name: 'whitechain-explorer',
|
|
9549
|
+
url: 'https://explorer.whitechain.io',
|
|
9095
9550
|
standard: 'EIP3091'
|
|
9096
9551
|
}
|
|
9097
9552
|
]
|
|
@@ -9334,6 +9789,21 @@ exports.chains = {
|
|
|
9334
9789
|
faucets: [],
|
|
9335
9790
|
infoURL: ''
|
|
9336
9791
|
},
|
|
9792
|
+
1953: {
|
|
9793
|
+
name: 'Selendra Network Testnet',
|
|
9794
|
+
chain: 'tSEL',
|
|
9795
|
+
rpc: [
|
|
9796
|
+
'https://rpc0-testnet.selendra.org',
|
|
9797
|
+
'https://rpc1-testnet.selendra.org'
|
|
9798
|
+
],
|
|
9799
|
+
faucets: [],
|
|
9800
|
+
nativeCurrency: { name: 'Selendra', symbol: 'tSEL', decimals: 18 },
|
|
9801
|
+
infoURL: 'https://selendra.org',
|
|
9802
|
+
shortName: 'tSEL',
|
|
9803
|
+
chainId: 1953,
|
|
9804
|
+
networkId: 1953,
|
|
9805
|
+
icon: 'selendra'
|
|
9806
|
+
},
|
|
9337
9807
|
1954: {
|
|
9338
9808
|
name: 'Dexilla Testnet',
|
|
9339
9809
|
chain: 'Dexilla',
|
|
@@ -9363,6 +9833,25 @@ exports.chains = {
|
|
|
9363
9833
|
bridges: [{ url: 'https://bridge.dexilla.com' }]
|
|
9364
9834
|
}
|
|
9365
9835
|
},
|
|
9836
|
+
1961: {
|
|
9837
|
+
name: 'Selendra Network Mainnet',
|
|
9838
|
+
chain: 'SEL',
|
|
9839
|
+
rpc: ['https://rpc0.selendra.org', 'https://rpc1.selendra.org'],
|
|
9840
|
+
faucets: [],
|
|
9841
|
+
nativeCurrency: { name: 'Selendra', symbol: 'SEL', decimals: 18 },
|
|
9842
|
+
infoURL: 'https://selendra.org',
|
|
9843
|
+
shortName: 'SEL',
|
|
9844
|
+
chainId: 1961,
|
|
9845
|
+
networkId: 1961,
|
|
9846
|
+
icon: 'selendra',
|
|
9847
|
+
explorers: [
|
|
9848
|
+
{
|
|
9849
|
+
name: 'Selendra Scan',
|
|
9850
|
+
url: 'https://scan.selendra.org',
|
|
9851
|
+
standard: 'none'
|
|
9852
|
+
}
|
|
9853
|
+
]
|
|
9854
|
+
},
|
|
9366
9855
|
1967: {
|
|
9367
9856
|
name: 'Eleanor',
|
|
9368
9857
|
title: 'Metatime Testnet Eleanor',
|
|
@@ -9897,6 +10386,17 @@ exports.chains = {
|
|
|
9897
10386
|
}
|
|
9898
10387
|
]
|
|
9899
10388
|
},
|
|
10389
|
+
2024: {
|
|
10390
|
+
name: 'Swan Saturn Testnet',
|
|
10391
|
+
chain: 'SWAN',
|
|
10392
|
+
rpc: ['https://saturn-rpc.swanchain.io'],
|
|
10393
|
+
faucets: [],
|
|
10394
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'SWAN', decimals: 18 },
|
|
10395
|
+
infoURL: 'https://swanchain.io/',
|
|
10396
|
+
shortName: 'swan',
|
|
10397
|
+
chainId: 2024,
|
|
10398
|
+
networkId: 2024
|
|
10399
|
+
},
|
|
9900
10400
|
2025: {
|
|
9901
10401
|
name: 'Rangers Protocol Mainnet',
|
|
9902
10402
|
chain: 'Rangers',
|
|
@@ -10483,8 +10983,11 @@ exports.chains = {
|
|
|
10483
10983
|
'https://kava-rpc.gateway.pokt.network',
|
|
10484
10984
|
'https://kava-evm.rpc.thirdweb.com',
|
|
10485
10985
|
'wss://wevm.kava.io',
|
|
10486
|
-
'https://kava-evm.publicnode.com',
|
|
10487
|
-
'wss://kava-evm.publicnode.com'
|
|
10986
|
+
'https://kava-evm-rpc.publicnode.com',
|
|
10987
|
+
'wss://kava-evm-rpc.publicnode.com',
|
|
10988
|
+
'https://evm.kava-rpc.com',
|
|
10989
|
+
'https://rpc.ankr.com/kava_evm',
|
|
10990
|
+
'wss://wevm.kava-rpc.com'
|
|
10488
10991
|
],
|
|
10489
10992
|
faucets: [],
|
|
10490
10993
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
|
@@ -10758,6 +11261,26 @@ exports.chains = {
|
|
|
10758
11261
|
],
|
|
10759
11262
|
parent: { type: 'L2', chain: 'eip155-248' }
|
|
10760
11263
|
},
|
|
11264
|
+
2410: {
|
|
11265
|
+
name: 'Karak Mainnet',
|
|
11266
|
+
chain: 'Karak',
|
|
11267
|
+
icon: 'karak',
|
|
11268
|
+
rpc: ['https://rpc.karak.network'],
|
|
11269
|
+
faucets: [],
|
|
11270
|
+
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11271
|
+
infoURL: 'https://karak.network',
|
|
11272
|
+
shortName: 'karak-mainnet',
|
|
11273
|
+
chainId: 2410,
|
|
11274
|
+
networkId: 2410,
|
|
11275
|
+
explorers: [
|
|
11276
|
+
{
|
|
11277
|
+
name: 'Karak Mainnet Explorer',
|
|
11278
|
+
url: 'https://explorer.karak.network',
|
|
11279
|
+
standard: 'EIP3091'
|
|
11280
|
+
}
|
|
11281
|
+
],
|
|
11282
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
11283
|
+
},
|
|
10761
11284
|
2415: {
|
|
10762
11285
|
name: 'XODEX',
|
|
10763
11286
|
chain: 'XODEX',
|
|
@@ -10782,6 +11305,31 @@ exports.chains = {
|
|
|
10782
11305
|
}
|
|
10783
11306
|
]
|
|
10784
11307
|
},
|
|
11308
|
+
2442: {
|
|
11309
|
+
name: 'Polygon zkEVM Cardona Testnet',
|
|
11310
|
+
title: 'Polygon zkEVM Cardona Testnet',
|
|
11311
|
+
chain: 'Polygon',
|
|
11312
|
+
rpc: ['https://rpc.cardona.zkevm-rpc.com'],
|
|
11313
|
+
faucets: [],
|
|
11314
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11315
|
+
infoURL: 'https://polygon.technology/polygon-zkevm',
|
|
11316
|
+
shortName: 'zkevm-testnet-cardona',
|
|
11317
|
+
chainId: 2442,
|
|
11318
|
+
networkId: 2442,
|
|
11319
|
+
icon: 'zkevm',
|
|
11320
|
+
explorers: [
|
|
11321
|
+
{
|
|
11322
|
+
name: 'polygonscan',
|
|
11323
|
+
url: 'https://cardona-zkevm.polygonscan.com',
|
|
11324
|
+
standard: 'EIP3091'
|
|
11325
|
+
}
|
|
11326
|
+
],
|
|
11327
|
+
parent: {
|
|
11328
|
+
type: 'L2',
|
|
11329
|
+
chain: 'eip155-1',
|
|
11330
|
+
bridges: [{ url: 'https://bridge-ui.cardona.zkevm-rpc.com' }]
|
|
11331
|
+
}
|
|
11332
|
+
},
|
|
10785
11333
|
2458: {
|
|
10786
11334
|
name: 'Hybrid Chain Network Testnet',
|
|
10787
11335
|
chain: 'HYBRID',
|
|
@@ -10859,6 +11407,26 @@ exports.chains = {
|
|
|
10859
11407
|
}
|
|
10860
11408
|
]
|
|
10861
11409
|
},
|
|
11410
|
+
2511: {
|
|
11411
|
+
name: 'Karak Testnet',
|
|
11412
|
+
chain: 'Karak',
|
|
11413
|
+
icon: 'karak',
|
|
11414
|
+
rpc: ['https://goerli.node1.karak.network'],
|
|
11415
|
+
faucets: [],
|
|
11416
|
+
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11417
|
+
infoURL: 'https://karak.network',
|
|
11418
|
+
shortName: 'karak-testnet',
|
|
11419
|
+
chainId: 2511,
|
|
11420
|
+
networkId: 2511,
|
|
11421
|
+
explorers: [
|
|
11422
|
+
{
|
|
11423
|
+
name: 'Karak Testnet Explorer',
|
|
11424
|
+
url: 'https://goerli.scan.karak.network',
|
|
11425
|
+
standard: 'EIP3091'
|
|
11426
|
+
}
|
|
11427
|
+
],
|
|
11428
|
+
parent: { type: 'L2', chain: 'eip155-5' }
|
|
11429
|
+
},
|
|
10862
11430
|
2522: {
|
|
10863
11431
|
name: 'Fraxtal Testnet',
|
|
10864
11432
|
chain: 'FRAX',
|
|
@@ -10991,21 +11559,21 @@ exports.chains = {
|
|
|
10991
11559
|
]
|
|
10992
11560
|
},
|
|
10993
11561
|
2625: {
|
|
10994
|
-
name: '
|
|
11562
|
+
name: 'Whitechain Testnet',
|
|
10995
11563
|
chain: 'WBT',
|
|
10996
|
-
rpc: ['https://rpc-testnet.
|
|
10997
|
-
faucets: ['https://
|
|
11564
|
+
rpc: ['https://rpc-testnet.whitechain.io'],
|
|
11565
|
+
faucets: ['https://testnet.whitechain.io/faucet'],
|
|
10998
11566
|
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
10999
|
-
infoURL: 'https://
|
|
11567
|
+
infoURL: 'https://whitechain.io',
|
|
11000
11568
|
shortName: 'twbt',
|
|
11001
11569
|
chainId: 2625,
|
|
11002
11570
|
networkId: 2625,
|
|
11003
11571
|
slip44: 1,
|
|
11004
|
-
icon: '
|
|
11572
|
+
icon: 'whitechain-testnet',
|
|
11005
11573
|
explorers: [
|
|
11006
11574
|
{
|
|
11007
|
-
name: '
|
|
11008
|
-
url: 'https://
|
|
11575
|
+
name: 'whitechain-testnet-explorer',
|
|
11576
|
+
url: 'https://testnet.whitechain.io',
|
|
11009
11577
|
standard: 'EIP3091'
|
|
11010
11578
|
}
|
|
11011
11579
|
]
|
|
@@ -11058,6 +11626,26 @@ exports.chains = {
|
|
|
11058
11626
|
}
|
|
11059
11627
|
]
|
|
11060
11628
|
},
|
|
11629
|
+
2731: {
|
|
11630
|
+
name: 'Elizabeth Testnet',
|
|
11631
|
+
chain: 'Elizabeth',
|
|
11632
|
+
rpc: ['https://testnet-rpc.timenetwork.io'],
|
|
11633
|
+
faucets: [],
|
|
11634
|
+
nativeCurrency: { name: 'TIME', symbol: 'TIME', decimals: 18 },
|
|
11635
|
+
infoURL: 'https://whitepaper.anttime.net/overview/anttime',
|
|
11636
|
+
shortName: 'TIME',
|
|
11637
|
+
chainId: 2731,
|
|
11638
|
+
networkId: 2731,
|
|
11639
|
+
icon: 'timenet',
|
|
11640
|
+
explorers: [
|
|
11641
|
+
{
|
|
11642
|
+
name: 'Time Network Explorer',
|
|
11643
|
+
url: 'https://testnet-scanner.timenetwork.io',
|
|
11644
|
+
standard: 'none',
|
|
11645
|
+
icon: 'timenet'
|
|
11646
|
+
}
|
|
11647
|
+
]
|
|
11648
|
+
},
|
|
11061
11649
|
2888: {
|
|
11062
11650
|
name: 'Boba Network Goerli Testnet',
|
|
11063
11651
|
chain: 'ETH',
|
|
@@ -11082,6 +11670,29 @@ exports.chains = {
|
|
|
11082
11670
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
11083
11671
|
}
|
|
11084
11672
|
},
|
|
11673
|
+
2941: {
|
|
11674
|
+
name: 'Xenon Chain Testnet',
|
|
11675
|
+
chain: 'XEN',
|
|
11676
|
+
rpc: [
|
|
11677
|
+
'https://testnet-chain.xenonchain.com/',
|
|
11678
|
+
'https://testnet-dev.xenonchain.com/'
|
|
11679
|
+
],
|
|
11680
|
+
faucets: ['https://xfaucet.xenonchain.com'],
|
|
11681
|
+
nativeCurrency: { name: 'Xenon Testnet', symbol: 'tXEN', decimals: 18 },
|
|
11682
|
+
infoURL: 'https://xenonchain.com',
|
|
11683
|
+
shortName: 'xenon',
|
|
11684
|
+
chainId: 2941,
|
|
11685
|
+
networkId: 2941,
|
|
11686
|
+
icon: 'xenon',
|
|
11687
|
+
slip44: 1,
|
|
11688
|
+
explorers: [
|
|
11689
|
+
{
|
|
11690
|
+
name: 'Xenon testnet Explorer',
|
|
11691
|
+
url: 'https://testnet.xenonchain.com',
|
|
11692
|
+
standard: 'none'
|
|
11693
|
+
}
|
|
11694
|
+
]
|
|
11695
|
+
},
|
|
11085
11696
|
2999: {
|
|
11086
11697
|
name: 'BitYuan Mainnet',
|
|
11087
11698
|
chain: 'BTY',
|
|
@@ -11662,18 +12273,23 @@ exports.chains = {
|
|
|
11662
12273
|
3797: {
|
|
11663
12274
|
name: 'AlveyChain Mainnet',
|
|
11664
12275
|
chain: 'ALV',
|
|
11665
|
-
|
|
11666
|
-
|
|
12276
|
+
rpc: [
|
|
12277
|
+
'https://elves-core1.alvey.io',
|
|
12278
|
+
'https://elves-core2.alvey.io',
|
|
12279
|
+
'https://elves-core3.alvey.io'
|
|
12280
|
+
],
|
|
11667
12281
|
faucets: [],
|
|
11668
12282
|
nativeCurrency: { name: 'AlveyCoin', symbol: 'ALV', decimals: 18 },
|
|
11669
|
-
infoURL: 'https://
|
|
12283
|
+
infoURL: 'https://alveychain.com/',
|
|
11670
12284
|
shortName: 'alv',
|
|
11671
12285
|
chainId: 3797,
|
|
11672
12286
|
networkId: 3797,
|
|
12287
|
+
icon: 'alveychain',
|
|
11673
12288
|
explorers: [
|
|
11674
12289
|
{
|
|
11675
12290
|
name: 'AlveyScan',
|
|
11676
12291
|
url: 'https://alveyscan.com',
|
|
12292
|
+
icon: 'alveychain',
|
|
11677
12293
|
standard: 'EIP3091'
|
|
11678
12294
|
}
|
|
11679
12295
|
]
|
|
@@ -11708,10 +12324,10 @@ exports.chains = {
|
|
|
11708
12324
|
]
|
|
11709
12325
|
},
|
|
11710
12326
|
3885: {
|
|
11711
|
-
name: 'Firechain zkEVM
|
|
12327
|
+
name: 'Firechain zkEVM Testnet',
|
|
11712
12328
|
title: 'Firechain zkEVM Ghostrider',
|
|
11713
12329
|
chain: 'Firechain',
|
|
11714
|
-
rpc: ['https://rpc
|
|
12330
|
+
rpc: ['https://rpc-zkevm-ghostrider.thefirechain.com'],
|
|
11715
12331
|
faucets: ['zkevm-faucet.thefirechain.com'],
|
|
11716
12332
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11717
12333
|
infoURL: 'https://docs.thefirechain.com/',
|
|
@@ -11839,6 +12455,31 @@ exports.chains = {
|
|
|
11839
12455
|
}
|
|
11840
12456
|
]
|
|
11841
12457
|
},
|
|
12458
|
+
3993: {
|
|
12459
|
+
name: 'APEX Testnet',
|
|
12460
|
+
chain: 'ETH',
|
|
12461
|
+
rpc: ['https://exp-testnet.apexlayer.xyz'],
|
|
12462
|
+
faucets: ['https://sepoliafaucet.com/'],
|
|
12463
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
12464
|
+
infoURL: 'https://docs.apexlayer.xyz/',
|
|
12465
|
+
shortName: 'apexsep',
|
|
12466
|
+
chainId: 3993,
|
|
12467
|
+
networkId: 3993,
|
|
12468
|
+
slip44: 1,
|
|
12469
|
+
icon: 'apextestnet',
|
|
12470
|
+
explorers: [
|
|
12471
|
+
{
|
|
12472
|
+
name: 'blockscout',
|
|
12473
|
+
url: 'https://exp-testnet.apexlayer.xyz',
|
|
12474
|
+
standard: 'EIP3091'
|
|
12475
|
+
}
|
|
12476
|
+
],
|
|
12477
|
+
parent: {
|
|
12478
|
+
type: 'L2',
|
|
12479
|
+
chain: 'eip155-11155111',
|
|
12480
|
+
bridges: [{ url: 'https://apexlayer.xyz/bridge' }]
|
|
12481
|
+
}
|
|
12482
|
+
},
|
|
11842
12483
|
3999: {
|
|
11843
12484
|
name: 'YuanChain Mainnet',
|
|
11844
12485
|
chain: 'YCC',
|
|
@@ -11907,8 +12548,8 @@ exports.chains = {
|
|
|
11907
12548
|
chain: 'FTM',
|
|
11908
12549
|
rpc: [
|
|
11909
12550
|
'https://rpc.testnet.fantom.network',
|
|
11910
|
-
'https://fantom-testnet.publicnode.com',
|
|
11911
|
-
'wss://fantom-testnet.publicnode.com'
|
|
12551
|
+
'https://fantom-testnet-rpc.publicnode.com',
|
|
12552
|
+
'wss://fantom-testnet-rpc.publicnode.com'
|
|
11912
12553
|
],
|
|
11913
12554
|
faucets: ['https://faucet.fantom.network'],
|
|
11914
12555
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -12170,6 +12811,27 @@ exports.chains = {
|
|
|
12170
12811
|
}
|
|
12171
12812
|
]
|
|
12172
12813
|
},
|
|
12814
|
+
4200: {
|
|
12815
|
+
name: 'Merlin Mainnet',
|
|
12816
|
+
title: 'Merlin Mainnet',
|
|
12817
|
+
chain: 'Merlin',
|
|
12818
|
+
rpc: ['https://rpc.merlinchain.io'],
|
|
12819
|
+
faucets: [],
|
|
12820
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12821
|
+
infoURL: 'https://merlinchain.io',
|
|
12822
|
+
shortName: 'Merlin-Mainnet',
|
|
12823
|
+
chainId: 4200,
|
|
12824
|
+
networkId: 4200,
|
|
12825
|
+
icon: 'merlin',
|
|
12826
|
+
explorers: [
|
|
12827
|
+
{
|
|
12828
|
+
name: 'blockscout',
|
|
12829
|
+
url: 'https://scan.merlinchain.io',
|
|
12830
|
+
icon: 'merlin',
|
|
12831
|
+
standard: 'EIP3091'
|
|
12832
|
+
}
|
|
12833
|
+
]
|
|
12834
|
+
},
|
|
12173
12835
|
4201: {
|
|
12174
12836
|
name: 'LUKSO Testnet',
|
|
12175
12837
|
chain: 'LUKSO Testnet',
|
|
@@ -12194,6 +12856,26 @@ exports.chains = {
|
|
|
12194
12856
|
slip44: 1,
|
|
12195
12857
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
12196
12858
|
},
|
|
12859
|
+
4202: {
|
|
12860
|
+
name: 'Lisk Sepolia Testnet',
|
|
12861
|
+
chain: 'ETH',
|
|
12862
|
+
rpc: ['https://rpc.sepolia-api.lisk.com'],
|
|
12863
|
+
faucets: [],
|
|
12864
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
12865
|
+
infoURL: 'https://lisk.com',
|
|
12866
|
+
shortName: 'lisksep',
|
|
12867
|
+
chainId: 4202,
|
|
12868
|
+
networkId: 4202,
|
|
12869
|
+
slip44: 134,
|
|
12870
|
+
explorers: [
|
|
12871
|
+
{
|
|
12872
|
+
name: 'liskscout',
|
|
12873
|
+
url: 'https://sepolia-blockscout.lisk.com',
|
|
12874
|
+
icon: 'blockscout',
|
|
12875
|
+
standard: 'EIP3091'
|
|
12876
|
+
}
|
|
12877
|
+
]
|
|
12878
|
+
},
|
|
12197
12879
|
4242: {
|
|
12198
12880
|
name: 'Nexi Mainnet',
|
|
12199
12881
|
chain: 'Nexi',
|
|
@@ -12273,6 +12955,8 @@ exports.chains = {
|
|
|
12273
12955
|
name: 'Beam',
|
|
12274
12956
|
chain: 'BEAM',
|
|
12275
12957
|
rpc: [
|
|
12958
|
+
'https://build.onbeam.com/rpc',
|
|
12959
|
+
'wss://build.onbeam.com/ws',
|
|
12276
12960
|
'https://subnets.avax.network/beam/mainnet/rpc',
|
|
12277
12961
|
'wss://subnets.avax.network/beam/mainnet/ws'
|
|
12278
12962
|
],
|
|
@@ -12355,6 +13039,41 @@ exports.chains = {
|
|
|
12355
13039
|
}
|
|
12356
13040
|
]
|
|
12357
13041
|
},
|
|
13042
|
+
4544: {
|
|
13043
|
+
name: 'Emoney Network Testnet',
|
|
13044
|
+
chain: 'Emoney',
|
|
13045
|
+
rpc: ['https://testnet.emoney.network/'],
|
|
13046
|
+
faucets: ['https://faucet.emoney.network/faucet'],
|
|
13047
|
+
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
|
13048
|
+
infoURL: 'https://emoney.network/',
|
|
13049
|
+
shortName: 'emoney',
|
|
13050
|
+
chainId: 4544,
|
|
13051
|
+
networkId: 4544,
|
|
13052
|
+
slip44: 118,
|
|
13053
|
+
icon: 'emoney',
|
|
13054
|
+
explorers: [
|
|
13055
|
+
{
|
|
13056
|
+
name: 'EMoney ethscan',
|
|
13057
|
+
url: 'https://ethscan.emoney.network',
|
|
13058
|
+
icon: 'emoney',
|
|
13059
|
+
standard: 'EIP3091'
|
|
13060
|
+
}
|
|
13061
|
+
]
|
|
13062
|
+
},
|
|
13063
|
+
4653: {
|
|
13064
|
+
name: 'Gold Chain',
|
|
13065
|
+
title: 'Gold Chain',
|
|
13066
|
+
chain: 'Gold',
|
|
13067
|
+
rpc: ['https://chain-rpc.gold.dev'],
|
|
13068
|
+
faucets: [],
|
|
13069
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13070
|
+
infoURL: 'https://gold.dev',
|
|
13071
|
+
shortName: 'gold',
|
|
13072
|
+
chainId: 4653,
|
|
13073
|
+
networkId: 4653,
|
|
13074
|
+
status: 'incubating',
|
|
13075
|
+
icon: 'gold'
|
|
13076
|
+
},
|
|
12358
13077
|
4689: {
|
|
12359
13078
|
name: 'IoTeX Network Mainnet',
|
|
12360
13079
|
chain: 'iotex.io',
|
|
@@ -12524,8 +13243,8 @@ exports.chains = {
|
|
|
12524
13243
|
icon: 'mantle',
|
|
12525
13244
|
rpc: [
|
|
12526
13245
|
'https://rpc.mantle.xyz',
|
|
12527
|
-
'https://mantle.publicnode.com',
|
|
12528
|
-
'wss://mantle.publicnode.com'
|
|
13246
|
+
'https://mantle-rpc.publicnode.com',
|
|
13247
|
+
'wss://mantle-rpc.publicnode.com'
|
|
12529
13248
|
],
|
|
12530
13249
|
faucets: [],
|
|
12531
13250
|
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
|
@@ -12637,6 +13356,34 @@ exports.chains = {
|
|
|
12637
13356
|
}
|
|
12638
13357
|
]
|
|
12639
13358
|
},
|
|
13359
|
+
5100: {
|
|
13360
|
+
name: 'Syndicate Testnet',
|
|
13361
|
+
title: 'Syndicate Testnet',
|
|
13362
|
+
chain: 'Syndicate',
|
|
13363
|
+
rpc: ['https://rpc-testnet.syndicate.io'],
|
|
13364
|
+
faucets: [],
|
|
13365
|
+
nativeCurrency: { name: 'S-Ether', symbol: 'ETH', decimals: 18 },
|
|
13366
|
+
infoURL: 'https://syndicate.io',
|
|
13367
|
+
shortName: 'syndicate-chain-testnet',
|
|
13368
|
+
chainId: 5100,
|
|
13369
|
+
networkId: 5100,
|
|
13370
|
+
status: 'incubating',
|
|
13371
|
+
icon: 'syndicate'
|
|
13372
|
+
},
|
|
13373
|
+
5101: {
|
|
13374
|
+
name: 'Syndicate Frame Chain',
|
|
13375
|
+
title: 'Syndicate Frame Chain',
|
|
13376
|
+
chain: 'Syndicate Frame',
|
|
13377
|
+
rpc: ['https://rpc-frame.syndicate.io'],
|
|
13378
|
+
faucets: [],
|
|
13379
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13380
|
+
infoURL: 'https://syndicate.io',
|
|
13381
|
+
shortName: 'syndicate-chain-frame',
|
|
13382
|
+
chainId: 5101,
|
|
13383
|
+
networkId: 5101,
|
|
13384
|
+
status: 'incubating',
|
|
13385
|
+
icon: 'syndicate'
|
|
13386
|
+
},
|
|
12640
13387
|
5165: {
|
|
12641
13388
|
name: 'Bahamut',
|
|
12642
13389
|
title: 'Bahamut mainnet',
|
|
@@ -12647,8 +13394,8 @@ exports.chains = {
|
|
|
12647
13394
|
'https://rpc2.bahamut.io',
|
|
12648
13395
|
'wss://ws1.sahara.bahamutchain.com',
|
|
12649
13396
|
'wss://ws2.sahara.bahamutchain.com',
|
|
12650
|
-
'https://bahamut.publicnode.com',
|
|
12651
|
-
'wss://bahamut.publicnode.com'
|
|
13397
|
+
'https://bahamut-rpc.publicnode.com',
|
|
13398
|
+
'wss://bahamut-rpc.publicnode.com'
|
|
12652
13399
|
],
|
|
12653
13400
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12654
13401
|
faucets: [],
|
|
@@ -12889,7 +13636,9 @@ exports.chains = {
|
|
|
12889
13636
|
'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
12890
13637
|
'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
12891
13638
|
'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
12892
|
-
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
|
|
13639
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
13640
|
+
'https://opbnb-testnet-rpc.publicnode.com',
|
|
13641
|
+
'wss://opbnb-testnet-rpc.publicnode.com'
|
|
12893
13642
|
],
|
|
12894
13643
|
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
12895
13644
|
nativeCurrency: {
|
|
@@ -12935,7 +13684,7 @@ exports.chains = {
|
|
|
12935
13684
|
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
|
12936
13685
|
],
|
|
12937
13686
|
faucets: [],
|
|
12938
|
-
nativeCurrency: { name: '
|
|
13687
|
+
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
12939
13688
|
infoURL: 'https://tanssi.network',
|
|
12940
13689
|
shortName: 'TanssiCC',
|
|
12941
13690
|
chainId: 5678,
|
|
@@ -12948,8 +13697,8 @@ exports.chains = {
|
|
|
12948
13697
|
rpc: [
|
|
12949
13698
|
'https://rpc.tanenbaum.io',
|
|
12950
13699
|
'wss://rpc.tanenbaum.io/wss',
|
|
12951
|
-
'https://syscoin-tanenbaum-evm.publicnode.com',
|
|
12952
|
-
'wss://syscoin-tanenbaum-evm.publicnode.com'
|
|
13700
|
+
'https://syscoin-tanenbaum-evm-rpc.publicnode.com',
|
|
13701
|
+
'wss://syscoin-tanenbaum-evm-rpc.publicnode.com'
|
|
12953
13702
|
],
|
|
12954
13703
|
faucets: ['https://faucet.tanenbaum.io'],
|
|
12955
13704
|
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
|
@@ -13467,14 +14216,17 @@ exports.chains = {
|
|
|
13467
14216
|
name: 'ZetaChain Mainnet',
|
|
13468
14217
|
chain: 'ZetaChain',
|
|
13469
14218
|
icon: 'zetachain',
|
|
13470
|
-
rpc: [
|
|
14219
|
+
rpc: [
|
|
14220
|
+
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
14221
|
+
'https://zetachain-mainnet-archive.allthatnode.com:8545'
|
|
14222
|
+
],
|
|
13471
14223
|
faucets: [],
|
|
13472
14224
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
13473
14225
|
infoURL: 'https://zetachain.com/docs/',
|
|
13474
14226
|
shortName: 'zetachain-mainnet',
|
|
13475
14227
|
chainId: 7000,
|
|
13476
14228
|
networkId: 7000,
|
|
13477
|
-
status: '
|
|
14229
|
+
status: 'active',
|
|
13478
14230
|
explorers: [
|
|
13479
14231
|
{
|
|
13480
14232
|
name: 'ZetaChain Mainnet Explorer',
|
|
@@ -13510,6 +14262,25 @@ exports.chains = {
|
|
|
13510
14262
|
}
|
|
13511
14263
|
]
|
|
13512
14264
|
},
|
|
14265
|
+
7007: {
|
|
14266
|
+
name: 'BST Chain',
|
|
14267
|
+
chain: 'BSTC',
|
|
14268
|
+
rpc: ['https://rpc.bstchain.io/'],
|
|
14269
|
+
faucets: [],
|
|
14270
|
+
nativeCurrency: { name: 'BST Chain', symbol: 'BSTC', decimals: 18 },
|
|
14271
|
+
infoURL: 'https://bstchain.io',
|
|
14272
|
+
shortName: 'BSTC',
|
|
14273
|
+
chainId: 7007,
|
|
14274
|
+
networkId: 7007,
|
|
14275
|
+
icon: 'bstc',
|
|
14276
|
+
explorers: [
|
|
14277
|
+
{
|
|
14278
|
+
name: 'blockscout',
|
|
14279
|
+
url: 'https://bstscan.com',
|
|
14280
|
+
standard: 'EIP3091'
|
|
14281
|
+
}
|
|
14282
|
+
]
|
|
14283
|
+
},
|
|
13513
14284
|
7027: {
|
|
13514
14285
|
name: 'Ella the heart',
|
|
13515
14286
|
chain: 'ella',
|
|
@@ -13947,6 +14718,29 @@ exports.chains = {
|
|
|
13947
14718
|
}
|
|
13948
14719
|
]
|
|
13949
14720
|
},
|
|
14721
|
+
7887: {
|
|
14722
|
+
name: 'Kinto Mainnet',
|
|
14723
|
+
chain: 'Kinto Mainnet',
|
|
14724
|
+
rpc: [
|
|
14725
|
+
'https://rpc.kinto.xyz/http',
|
|
14726
|
+
'https://kinto-mainnet.calderachain.xyz/http'
|
|
14727
|
+
],
|
|
14728
|
+
faucets: [],
|
|
14729
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
14730
|
+
infoURL: 'https://kinto.xyz',
|
|
14731
|
+
shortName: 'kintoMainnet',
|
|
14732
|
+
chainId: 7887,
|
|
14733
|
+
networkId: 7887,
|
|
14734
|
+
icon: 'kinto',
|
|
14735
|
+
explorers: [
|
|
14736
|
+
{
|
|
14737
|
+
name: 'Kinto Explorer',
|
|
14738
|
+
url: 'https://explorer.kinto.xyz',
|
|
14739
|
+
icon: 'kinto',
|
|
14740
|
+
standard: 'EIP3091'
|
|
14741
|
+
}
|
|
14742
|
+
]
|
|
14743
|
+
},
|
|
13950
14744
|
7895: {
|
|
13951
14745
|
name: 'ARDENIUM Athena',
|
|
13952
14746
|
chain: 'ATHENA',
|
|
@@ -14381,8 +15175,8 @@ exports.chains = {
|
|
|
14381
15175
|
'https://developer-access-mainnet.base.org/',
|
|
14382
15176
|
'https://base.gateway.tenderly.co',
|
|
14383
15177
|
'wss://base.gateway.tenderly.co',
|
|
14384
|
-
'https://base.publicnode.com',
|
|
14385
|
-
'wss://base.publicnode.com'
|
|
15178
|
+
'https://base-rpc.publicnode.com',
|
|
15179
|
+
'wss://base-rpc.publicnode.com'
|
|
14386
15180
|
],
|
|
14387
15181
|
faucets: [],
|
|
14388
15182
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -14701,6 +15495,30 @@ exports.chains = {
|
|
|
14701
15495
|
chainId: 8889,
|
|
14702
15496
|
networkId: 8889
|
|
14703
15497
|
},
|
|
15498
|
+
8890: {
|
|
15499
|
+
name: 'Orenium Testnet Protocol',
|
|
15500
|
+
chain: 'ORE',
|
|
15501
|
+
rpc: [
|
|
15502
|
+
'https://rpc-dev-testnet.orenium.org/',
|
|
15503
|
+
'https://rpc-testnet.orenium.org/'
|
|
15504
|
+
],
|
|
15505
|
+
nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
|
|
15506
|
+
infoURL: 'https://orenium.org',
|
|
15507
|
+
shortName: 'tore',
|
|
15508
|
+
chainId: 8890,
|
|
15509
|
+
networkId: 8890,
|
|
15510
|
+
slip44: 1,
|
|
15511
|
+
icon: 'ore',
|
|
15512
|
+
faucets: ['https://faucetcoin.orenium.org'],
|
|
15513
|
+
explorers: [
|
|
15514
|
+
{
|
|
15515
|
+
name: 'ORE Testnet Explorer',
|
|
15516
|
+
icon: 'ore',
|
|
15517
|
+
url: 'https://testnet.oreniumscan.org',
|
|
15518
|
+
standard: 'none'
|
|
15519
|
+
}
|
|
15520
|
+
]
|
|
15521
|
+
},
|
|
14704
15522
|
8898: {
|
|
14705
15523
|
name: 'Mammoth Mainnet',
|
|
14706
15524
|
title: 'Mammoth Chain',
|
|
@@ -14851,6 +15669,54 @@ exports.chains = {
|
|
|
14851
15669
|
}
|
|
14852
15670
|
]
|
|
14853
15671
|
},
|
|
15672
|
+
9024: {
|
|
15673
|
+
name: 'Nexa Testnet Block',
|
|
15674
|
+
chain: 'Nexa Testnet',
|
|
15675
|
+
rpc: ['https://rpc-testnet-nodes.nexablockscan.io'],
|
|
15676
|
+
faucets: ['https://testnet.nexablockscan.io/faucet'],
|
|
15677
|
+
nativeCurrency: {
|
|
15678
|
+
name: 'Nexa Testnet Token',
|
|
15679
|
+
symbol: 'NEXB',
|
|
15680
|
+
decimals: 18
|
|
15681
|
+
},
|
|
15682
|
+
infoURL: 'https://www.nexablock.io',
|
|
15683
|
+
shortName: 'NexaTestnet',
|
|
15684
|
+
chainId: 9024,
|
|
15685
|
+
networkId: 9024,
|
|
15686
|
+
icon: 'nexaChain',
|
|
15687
|
+
explorers: [
|
|
15688
|
+
{
|
|
15689
|
+
name: 'Nexablock Testnet Explorer',
|
|
15690
|
+
url: 'https://testnet.nexablockscan.io',
|
|
15691
|
+
standard: 'none',
|
|
15692
|
+
icon: 'nexaChain'
|
|
15693
|
+
}
|
|
15694
|
+
]
|
|
15695
|
+
},
|
|
15696
|
+
9025: {
|
|
15697
|
+
name: 'Nexa Mainnet Block',
|
|
15698
|
+
chain: 'Nexa Mainnet',
|
|
15699
|
+
rpc: ['https://rpc-nodes.nexablockscan.io'],
|
|
15700
|
+
faucets: [],
|
|
15701
|
+
nativeCurrency: {
|
|
15702
|
+
name: 'Nexa Mainnet Token',
|
|
15703
|
+
symbol: 'NEXB',
|
|
15704
|
+
decimals: 18
|
|
15705
|
+
},
|
|
15706
|
+
infoURL: 'https://www.nexablock.io',
|
|
15707
|
+
shortName: 'Nexa',
|
|
15708
|
+
chainId: 9025,
|
|
15709
|
+
networkId: 9025,
|
|
15710
|
+
icon: 'nexaChain',
|
|
15711
|
+
explorers: [
|
|
15712
|
+
{
|
|
15713
|
+
name: 'Nexablock Mainnet Explorer',
|
|
15714
|
+
url: 'https://nexablockscan.io',
|
|
15715
|
+
standard: 'none',
|
|
15716
|
+
icon: 'nexaChain'
|
|
15717
|
+
}
|
|
15718
|
+
]
|
|
15719
|
+
},
|
|
14854
15720
|
9100: {
|
|
14855
15721
|
name: 'Genesis Coin',
|
|
14856
15722
|
chain: 'Genesis',
|
|
@@ -14916,6 +15782,27 @@ exports.chains = {
|
|
|
14916
15782
|
}
|
|
14917
15783
|
]
|
|
14918
15784
|
},
|
|
15785
|
+
9393: {
|
|
15786
|
+
name: 'Dela Sepolia Testnet',
|
|
15787
|
+
chain: 'ETH',
|
|
15788
|
+
rpc: ['https://sepolia-dela.deperp.com'],
|
|
15789
|
+
faucets: [],
|
|
15790
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
15791
|
+
infoURL: 'https://www.deperp.com/dela',
|
|
15792
|
+
shortName: 'delasep',
|
|
15793
|
+
chainId: 9393,
|
|
15794
|
+
networkId: 9393,
|
|
15795
|
+
slip44: 1,
|
|
15796
|
+
icon: 'delaTestnet',
|
|
15797
|
+
explorers: [
|
|
15798
|
+
{
|
|
15799
|
+
name: 'basescout',
|
|
15800
|
+
url: 'https://sepolia-delascan.deperp.com',
|
|
15801
|
+
icon: 'blockscout',
|
|
15802
|
+
standard: 'EIP3091'
|
|
15803
|
+
}
|
|
15804
|
+
]
|
|
15805
|
+
},
|
|
14919
15806
|
9395: {
|
|
14920
15807
|
name: 'Evoke Mainnet',
|
|
14921
15808
|
chain: 'MTHN',
|
|
@@ -15437,8 +16324,8 @@ exports.chains = {
|
|
|
15437
16324
|
'https://rpc.chiadochain.net',
|
|
15438
16325
|
'https://rpc.chiado.gnosis.gateway.fm',
|
|
15439
16326
|
'wss://rpc.chiadochain.net/wss',
|
|
15440
|
-
'https://gnosis-chiado.publicnode.com',
|
|
15441
|
-
'wss://gnosis-chiado.publicnode.com'
|
|
16327
|
+
'https://gnosis-chiado-rpc.publicnode.com',
|
|
16328
|
+
'wss://gnosis-chiado-rpc.publicnode.com'
|
|
15442
16329
|
],
|
|
15443
16330
|
faucets: ['https://gnosisfaucet.com'],
|
|
15444
16331
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
@@ -15777,8 +16664,8 @@ exports.chains = {
|
|
|
15777
16664
|
chain: 'Haqq',
|
|
15778
16665
|
rpc: [
|
|
15779
16666
|
'https://rpc.eth.haqq.network',
|
|
15780
|
-
'https://haqq-evm.publicnode.com',
|
|
15781
|
-
'wss://haqq-evm.publicnode.com'
|
|
16667
|
+
'https://haqq-evm-rpc.publicnode.com',
|
|
16668
|
+
'wss://haqq-evm-rpc.publicnode.com'
|
|
15782
16669
|
],
|
|
15783
16670
|
faucets: [],
|
|
15784
16671
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
|
@@ -15818,6 +16705,25 @@ exports.chains = {
|
|
|
15818
16705
|
}
|
|
15819
16706
|
]
|
|
15820
16707
|
},
|
|
16708
|
+
11503: {
|
|
16709
|
+
name: 'BEVM Testnet',
|
|
16710
|
+
chain: 'BEVM',
|
|
16711
|
+
rpc: ['https://testnet.bevm.io/'],
|
|
16712
|
+
faucets: [],
|
|
16713
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
16714
|
+
infoURL: 'https://bevm.io',
|
|
16715
|
+
shortName: 'bevm',
|
|
16716
|
+
chainId: 11503,
|
|
16717
|
+
networkId: 11503,
|
|
16718
|
+
icon: 'bevmcanary',
|
|
16719
|
+
explorers: [
|
|
16720
|
+
{
|
|
16721
|
+
name: 'bevm testnet scan',
|
|
16722
|
+
url: 'https://scan-testnet.bevm.io',
|
|
16723
|
+
standard: 'none'
|
|
16724
|
+
}
|
|
16725
|
+
]
|
|
16726
|
+
},
|
|
15821
16727
|
11612: {
|
|
15822
16728
|
name: 'Sardis Testnet',
|
|
15823
16729
|
chain: 'SRDX',
|
|
@@ -15900,6 +16806,26 @@ exports.chains = {
|
|
|
15900
16806
|
}
|
|
15901
16807
|
]
|
|
15902
16808
|
},
|
|
16809
|
+
12020: {
|
|
16810
|
+
name: 'Aternos',
|
|
16811
|
+
chain: 'Aternos',
|
|
16812
|
+
icon: 'aternos',
|
|
16813
|
+
rpc: ['https://rpc.aternoschain.com'],
|
|
16814
|
+
faucets: ['https://faucet.aternoschain.com'],
|
|
16815
|
+
nativeCurrency: { name: 'Aternos', symbol: 'ATR', decimals: 18 },
|
|
16816
|
+
infoURL: 'https://aternoschain.com',
|
|
16817
|
+
shortName: 'ATR',
|
|
16818
|
+
chainId: 12020,
|
|
16819
|
+
networkId: 12020,
|
|
16820
|
+
explorers: [
|
|
16821
|
+
{
|
|
16822
|
+
name: 'blockscout',
|
|
16823
|
+
url: 'https://explorer.aternoschain.com',
|
|
16824
|
+
icon: 'blockscout',
|
|
16825
|
+
standard: 'EIP3091'
|
|
16826
|
+
}
|
|
16827
|
+
]
|
|
16828
|
+
},
|
|
15903
16829
|
12051: {
|
|
15904
16830
|
name: 'Singularity ZERO Testnet',
|
|
15905
16831
|
chain: 'ZERO',
|
|
@@ -16135,6 +17061,8 @@ exports.chains = {
|
|
|
16135
17061
|
name: 'Beam Testnet',
|
|
16136
17062
|
chain: 'BEAM',
|
|
16137
17063
|
rpc: [
|
|
17064
|
+
'https://build.onbeam.com/rpc/testnet',
|
|
17065
|
+
'wss://build.onbeam.com/ws/testnet',
|
|
16138
17066
|
'https://subnets.avax.network/beam/testnet/rpc',
|
|
16139
17067
|
'wss://subnets.avax.network/beam/testnet/ws'
|
|
16140
17068
|
],
|
|
@@ -16257,6 +17185,32 @@ exports.chains = {
|
|
|
16257
17185
|
}
|
|
16258
17186
|
]
|
|
16259
17187
|
},
|
|
17188
|
+
14333: {
|
|
17189
|
+
name: 'Vitruveo Testnet',
|
|
17190
|
+
title: 'Vitruveo is a blockchain for Creators',
|
|
17191
|
+
chain: 'Vitruveo',
|
|
17192
|
+
rpc: ['https://test-rpc.vitruveo.xyz'],
|
|
17193
|
+
faucets: ['https://faucet.vitruveo.xyz'],
|
|
17194
|
+
nativeCurrency: {
|
|
17195
|
+
name: 'Vitruveo Test Coin',
|
|
17196
|
+
symbol: 'tVTRU',
|
|
17197
|
+
decimals: 18
|
|
17198
|
+
},
|
|
17199
|
+
features: [{ name: 'EIP155' }],
|
|
17200
|
+
infoURL: 'https://www.vitruveo.xyz',
|
|
17201
|
+
shortName: 'vitruveo-test',
|
|
17202
|
+
chainId: 14333,
|
|
17203
|
+
networkId: 14333,
|
|
17204
|
+
icon: 'vitruveo',
|
|
17205
|
+
explorers: [
|
|
17206
|
+
{
|
|
17207
|
+
name: 'Vitruveo Testnet Explorer',
|
|
17208
|
+
url: 'https://test-explorer.vitruveo.xyz',
|
|
17209
|
+
icon: 'vitruveo',
|
|
17210
|
+
standard: 'EIP3091'
|
|
17211
|
+
}
|
|
17212
|
+
]
|
|
17213
|
+
},
|
|
16260
17214
|
14853: {
|
|
16261
17215
|
name: 'Humanode Testnet 5 Israfel',
|
|
16262
17216
|
chain: 'Humanode Testnet 5',
|
|
@@ -16466,8 +17420,8 @@ exports.chains = {
|
|
|
16466
17420
|
chain: 'ETH',
|
|
16467
17421
|
rpc: [
|
|
16468
17422
|
'https://rpc.holesky.ethpandaops.io',
|
|
16469
|
-
'https://ethereum-holesky.publicnode.com',
|
|
16470
|
-
'wss://ethereum-holesky.publicnode.com'
|
|
17423
|
+
'https://ethereum-holesky-rpc.publicnode.com',
|
|
17424
|
+
'wss://ethereum-holesky-rpc.publicnode.com'
|
|
16471
17425
|
],
|
|
16472
17426
|
faucets: [
|
|
16473
17427
|
'https://faucet.holesky.ethpandaops.io',
|
|
@@ -16546,6 +17500,25 @@ exports.chains = {
|
|
|
16546
17500
|
}
|
|
16547
17501
|
]
|
|
16548
17502
|
},
|
|
17503
|
+
17172: {
|
|
17504
|
+
name: 'Eclipse Subnet',
|
|
17505
|
+
chain: 'ECLIPSE',
|
|
17506
|
+
rpc: ['https://subnets.avax.network/eclipse/testnet/rpc'],
|
|
17507
|
+
features: [{ name: 'EIP1559' }],
|
|
17508
|
+
faucets: [],
|
|
17509
|
+
nativeCurrency: { name: 'Eclipse', symbol: 'ECLP', decimals: 16 },
|
|
17510
|
+
infoURL: 'http://eclipsenet.io',
|
|
17511
|
+
shortName: 'eclipse',
|
|
17512
|
+
chainId: 17172,
|
|
17513
|
+
networkId: 17172,
|
|
17514
|
+
explorers: [
|
|
17515
|
+
{
|
|
17516
|
+
name: 'ECLIPSE Explorer',
|
|
17517
|
+
url: 'https://subnets-test.avax.network/eclipse',
|
|
17518
|
+
standard: 'EIP3091'
|
|
17519
|
+
}
|
|
17520
|
+
]
|
|
17521
|
+
},
|
|
16549
17522
|
17180: {
|
|
16550
17523
|
name: 'Palette Chain Testnet',
|
|
16551
17524
|
chain: 'PLT',
|
|
@@ -16568,6 +17541,26 @@ exports.chains = {
|
|
|
16568
17541
|
}
|
|
16569
17542
|
]
|
|
16570
17543
|
},
|
|
17544
|
+
17217: {
|
|
17545
|
+
name: 'KONET Mainnet',
|
|
17546
|
+
chain: 'KONET',
|
|
17547
|
+
rpc: ['https://api.kon-wallet.com'],
|
|
17548
|
+
faucets: [],
|
|
17549
|
+
nativeCurrency: { name: 'KONET', symbol: 'KONET', decimals: 18 },
|
|
17550
|
+
infoURL: 'https://konetmain.com',
|
|
17551
|
+
shortName: 'KONET',
|
|
17552
|
+
chainId: 17217,
|
|
17553
|
+
networkId: 17217,
|
|
17554
|
+
slip44: 1,
|
|
17555
|
+
icon: 'konet',
|
|
17556
|
+
explorers: [
|
|
17557
|
+
{
|
|
17558
|
+
name: 'konet-explorer',
|
|
17559
|
+
url: 'https://explorer.kon-wallet.com',
|
|
17560
|
+
standard: 'EIP3091'
|
|
17561
|
+
}
|
|
17562
|
+
]
|
|
17563
|
+
},
|
|
16571
17564
|
17777: {
|
|
16572
17565
|
name: 'EOS EVM Network',
|
|
16573
17566
|
chain: 'EOS',
|
|
@@ -16679,6 +17672,36 @@ exports.chains = {
|
|
|
16679
17672
|
}
|
|
16680
17673
|
]
|
|
16681
17674
|
},
|
|
17675
|
+
18231: {
|
|
17676
|
+
name: 'unreal',
|
|
17677
|
+
title: 'unreal testnet for re.al',
|
|
17678
|
+
chain: 'unreal',
|
|
17679
|
+
rpc: [
|
|
17680
|
+
'https://rpc.unreal.gelato.digital',
|
|
17681
|
+
'wss://ws.unreal.gelato.digital'
|
|
17682
|
+
],
|
|
17683
|
+
nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
|
|
17684
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
|
17685
|
+
faucets: [],
|
|
17686
|
+
shortName: 'unreal',
|
|
17687
|
+
chainId: 18231,
|
|
17688
|
+
networkId: 18231,
|
|
17689
|
+
slip44: 60,
|
|
17690
|
+
icon: 'unreal',
|
|
17691
|
+
explorers: [
|
|
17692
|
+
{
|
|
17693
|
+
name: 'blockscout',
|
|
17694
|
+
url: 'https://unreal.blockscout.com',
|
|
17695
|
+
icon: 'unreal',
|
|
17696
|
+
standard: 'EIP3091'
|
|
17697
|
+
}
|
|
17698
|
+
],
|
|
17699
|
+
parent: {
|
|
17700
|
+
type: 'L2',
|
|
17701
|
+
chain: 'eip155-11155111',
|
|
17702
|
+
bridges: [{ url: 'https://bridge.unreal.gelato.digital' }]
|
|
17703
|
+
}
|
|
17704
|
+
},
|
|
16682
17705
|
18686: {
|
|
16683
17706
|
name: 'MXC zkEVM Mainnet',
|
|
16684
17707
|
chain: 'MXC zkEVM',
|
|
@@ -16698,6 +17721,30 @@ exports.chains = {
|
|
|
16698
17721
|
}
|
|
16699
17722
|
]
|
|
16700
17723
|
},
|
|
17724
|
+
18889: {
|
|
17725
|
+
name: 'Titan (TKX) Testnet',
|
|
17726
|
+
chain: 'Titan (TKX)',
|
|
17727
|
+
rpc: [
|
|
17728
|
+
'https://titan-testnet-json-rpc-1.tokenize-dev.com',
|
|
17729
|
+
'https://titan-testnet-json-rpc-2.tokenize-dev.com'
|
|
17730
|
+
],
|
|
17731
|
+
faucets: [],
|
|
17732
|
+
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
|
17733
|
+
infoURL: 'https://tokenize.exchange',
|
|
17734
|
+
shortName: 'titan_tkx-testnet',
|
|
17735
|
+
chainId: 18889,
|
|
17736
|
+
networkId: 18889,
|
|
17737
|
+
slip44: 1,
|
|
17738
|
+
icon: 'titan_tkx',
|
|
17739
|
+
explorers: [
|
|
17740
|
+
{
|
|
17741
|
+
name: 'Titan Explorer',
|
|
17742
|
+
url: 'https://titan-testnet-explorer-light.tokenize-dev.com',
|
|
17743
|
+
standard: 'none',
|
|
17744
|
+
icon: 'titan_tkx'
|
|
17745
|
+
}
|
|
17746
|
+
]
|
|
17747
|
+
},
|
|
16701
17748
|
19011: {
|
|
16702
17749
|
name: 'HOME Verse Mainnet',
|
|
16703
17750
|
chain: 'HOME Verse',
|
|
@@ -16718,6 +17765,18 @@ exports.chains = {
|
|
|
16718
17765
|
],
|
|
16719
17766
|
parent: { type: 'L2', chain: 'eip155-248' }
|
|
16720
17767
|
},
|
|
17768
|
+
19527: {
|
|
17769
|
+
name: 'Magnet Network',
|
|
17770
|
+
chain: 'Magnet',
|
|
17771
|
+
rpc: ['https://magnet-rpc.magport.io/'],
|
|
17772
|
+
faucets: [],
|
|
17773
|
+
nativeCurrency: { name: 'Magnet Network', symbol: 'DOT', decimals: 18 },
|
|
17774
|
+
infoURL: 'https://magnet.magport.io/',
|
|
17775
|
+
shortName: 'mgt',
|
|
17776
|
+
chainId: 19527,
|
|
17777
|
+
networkId: 19527,
|
|
17778
|
+
explorers: []
|
|
17779
|
+
},
|
|
16721
17780
|
19845: {
|
|
16722
17781
|
name: 'BTCIX Network',
|
|
16723
17782
|
chain: 'BTCIX',
|
|
@@ -16787,6 +17846,64 @@ exports.chains = {
|
|
|
16787
17846
|
}
|
|
16788
17847
|
]
|
|
16789
17848
|
},
|
|
17849
|
+
20765: {
|
|
17850
|
+
name: 'Jono11 Subnet',
|
|
17851
|
+
chain: 'JONO11',
|
|
17852
|
+
icon: 'jono11',
|
|
17853
|
+
rpc: ['https://subnets.avax.network/jono11/testnet/rpc'],
|
|
17854
|
+
features: [{ name: 'EIP1559' }],
|
|
17855
|
+
faucets: [],
|
|
17856
|
+
nativeCurrency: { name: 'Jono11 Token', symbol: 'JONO', decimals: 18 },
|
|
17857
|
+
infoURL: '',
|
|
17858
|
+
shortName: 'jono11',
|
|
17859
|
+
chainId: 20765,
|
|
17860
|
+
networkId: 20765,
|
|
17861
|
+
explorers: [
|
|
17862
|
+
{
|
|
17863
|
+
name: 'JONO11 Explorer',
|
|
17864
|
+
url: 'https://subnets-test.avax.network/jono11',
|
|
17865
|
+
standard: 'EIP3091'
|
|
17866
|
+
}
|
|
17867
|
+
]
|
|
17868
|
+
},
|
|
17869
|
+
21004: {
|
|
17870
|
+
name: 'C4EI',
|
|
17871
|
+
chain: 'C4EI',
|
|
17872
|
+
rpc: ['https://rpc.c4ei.net'],
|
|
17873
|
+
faucets: ['https://play.google.com/store/apps/details?id=net.c4ei.fps2'],
|
|
17874
|
+
nativeCurrency: { name: 'C4EI', symbol: 'C4EI', decimals: 18 },
|
|
17875
|
+
infoURL: 'https://c4ei.net',
|
|
17876
|
+
shortName: 'c4ei',
|
|
17877
|
+
chainId: 21004,
|
|
17878
|
+
networkId: 21004,
|
|
17879
|
+
explorers: [
|
|
17880
|
+
{
|
|
17881
|
+
name: 'C4EI sirato',
|
|
17882
|
+
url: 'https://exp.c4ei.net',
|
|
17883
|
+
icon: 'c4ei',
|
|
17884
|
+
standard: 'none'
|
|
17885
|
+
}
|
|
17886
|
+
]
|
|
17887
|
+
},
|
|
17888
|
+
21133: {
|
|
17889
|
+
name: 'All About Healthy',
|
|
17890
|
+
chain: 'AAH',
|
|
17891
|
+
rpc: ['https://rpc.c4ex.net'],
|
|
17892
|
+
faucets: ['https://t.me/c4eiAirdrop'],
|
|
17893
|
+
nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
|
|
17894
|
+
infoURL: 'https://c4ex.net',
|
|
17895
|
+
shortName: 'aah',
|
|
17896
|
+
chainId: 21133,
|
|
17897
|
+
networkId: 21133,
|
|
17898
|
+
explorers: [
|
|
17899
|
+
{
|
|
17900
|
+
name: 'AAH Blockscout',
|
|
17901
|
+
url: 'https://exp.c4ex.net',
|
|
17902
|
+
icon: 'aah',
|
|
17903
|
+
standard: 'EIP3091'
|
|
17904
|
+
}
|
|
17905
|
+
]
|
|
17906
|
+
},
|
|
16790
17907
|
21337: {
|
|
16791
17908
|
name: 'CENNZnet Azalea',
|
|
16792
17909
|
chain: 'CENNZnet',
|
|
@@ -16931,19 +18048,23 @@ exports.chains = {
|
|
|
16931
18048
|
]
|
|
16932
18049
|
},
|
|
16933
18050
|
22776: {
|
|
16934
|
-
name: 'MAP
|
|
16935
|
-
chain: '
|
|
18051
|
+
name: 'MAP Protocol',
|
|
18052
|
+
chain: 'MAPO',
|
|
16936
18053
|
icon: 'map',
|
|
16937
18054
|
rpc: ['https://rpc.maplabs.io'],
|
|
16938
18055
|
faucets: [],
|
|
16939
18056
|
nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
|
|
16940
|
-
infoURL: 'https://
|
|
16941
|
-
shortName: '
|
|
18057
|
+
infoURL: 'https://mapprotocol.io/',
|
|
18058
|
+
shortName: 'mapo',
|
|
16942
18059
|
chainId: 22776,
|
|
16943
18060
|
networkId: 22776,
|
|
16944
18061
|
slip44: 60,
|
|
16945
18062
|
explorers: [
|
|
16946
|
-
{
|
|
18063
|
+
{
|
|
18064
|
+
name: 'maposcan',
|
|
18065
|
+
url: 'https://maposcan.io',
|
|
18066
|
+
standard: 'EIP3091'
|
|
18067
|
+
}
|
|
16947
18068
|
]
|
|
16948
18069
|
},
|
|
16949
18070
|
23006: {
|
|
@@ -17074,12 +18195,51 @@ exports.chains = {
|
|
|
17074
18195
|
chainId: 24734,
|
|
17075
18196
|
networkId: 37480
|
|
17076
18197
|
},
|
|
17077
|
-
|
|
17078
|
-
name: '
|
|
17079
|
-
chain: '
|
|
17080
|
-
|
|
18198
|
+
25186: {
|
|
18199
|
+
name: 'LiquidLayer Mainnet',
|
|
18200
|
+
chain: 'LiquidLayer',
|
|
18201
|
+
icon: 'lila',
|
|
18202
|
+
rpc: ['https://mainnet.liquidlayer.network'],
|
|
17081
18203
|
faucets: [],
|
|
17082
|
-
nativeCurrency: { name: '
|
|
18204
|
+
nativeCurrency: { name: 'LiquidLayer', symbol: 'LILA', decimals: 18 },
|
|
18205
|
+
infoURL: 'https://scan.liquidlayer.network',
|
|
18206
|
+
shortName: 'LILA',
|
|
18207
|
+
chainId: 25186,
|
|
18208
|
+
networkId: 25186,
|
|
18209
|
+
explorers: [
|
|
18210
|
+
{
|
|
18211
|
+
name: 'LiquidLayer Mainnet Explorer',
|
|
18212
|
+
url: 'https://scan.liquidlayer.network',
|
|
18213
|
+
standard: 'EIP3091'
|
|
18214
|
+
}
|
|
18215
|
+
]
|
|
18216
|
+
},
|
|
18217
|
+
25839: {
|
|
18218
|
+
name: 'AlveyChain Testnet',
|
|
18219
|
+
chain: 'tALV',
|
|
18220
|
+
rpc: ['https://testnet-rpc.alvey.io'],
|
|
18221
|
+
faucets: ['https://faucet.alveytestnet.com'],
|
|
18222
|
+
nativeCurrency: { name: 'AlveyCoin Testnet', symbol: 'tALV', decimals: 18 },
|
|
18223
|
+
infoURL: 'https://alveychain.com/',
|
|
18224
|
+
shortName: 'talv',
|
|
18225
|
+
chainId: 25839,
|
|
18226
|
+
networkId: 25839,
|
|
18227
|
+
icon: 'alveychain',
|
|
18228
|
+
explorers: [
|
|
18229
|
+
{
|
|
18230
|
+
name: 'AlveyScan Testnet',
|
|
18231
|
+
url: 'https://alveytestnet.com',
|
|
18232
|
+
icon: 'alveychain',
|
|
18233
|
+
standard: 'EIP3091'
|
|
18234
|
+
}
|
|
18235
|
+
]
|
|
18236
|
+
},
|
|
18237
|
+
25888: {
|
|
18238
|
+
name: 'Hammer Chain Mainnet',
|
|
18239
|
+
chain: 'HammerChain',
|
|
18240
|
+
rpc: ['https://www.hammerchain.io/rpc'],
|
|
18241
|
+
faucets: [],
|
|
18242
|
+
nativeCurrency: { name: 'GOLDT', symbol: 'GOLDT', decimals: 18 },
|
|
17083
18243
|
infoURL: 'https://www.hammerchain.io',
|
|
17084
18244
|
shortName: 'GOLDT',
|
|
17085
18245
|
chainId: 25888,
|
|
@@ -17622,7 +18782,7 @@ exports.chains = {
|
|
|
17622
18782
|
chain: 'Q',
|
|
17623
18783
|
rpc: ['https://rpc.q.org'],
|
|
17624
18784
|
faucets: [],
|
|
17625
|
-
nativeCurrency: { name: '
|
|
18785
|
+
nativeCurrency: { name: 'QGOV', symbol: 'QGOV', decimals: 18 },
|
|
17626
18786
|
infoURL: 'https://q.org',
|
|
17627
18787
|
shortName: 'q',
|
|
17628
18788
|
chainId: 35441,
|
|
@@ -18006,8 +19166,8 @@ exports.chains = {
|
|
|
18006
19166
|
icon: 'avax',
|
|
18007
19167
|
rpc: [
|
|
18008
19168
|
'https://api.avax-test.network/ext/bc/C/rpc',
|
|
18009
|
-
'https://avalanche-fuji-c-chain.publicnode.com',
|
|
18010
|
-
'wss://avalanche-fuji-c-chain.publicnode.com'
|
|
19169
|
+
'https://avalanche-fuji-c-chain-rpc.publicnode.com',
|
|
19170
|
+
'wss://avalanche-fuji-c-chain-rpc.publicnode.com'
|
|
18011
19171
|
],
|
|
18012
19172
|
faucets: ['https://faucet.avax-test.network/'],
|
|
18013
19173
|
nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
|
|
@@ -18030,8 +19190,8 @@ exports.chains = {
|
|
|
18030
19190
|
icon: 'avax',
|
|
18031
19191
|
rpc: [
|
|
18032
19192
|
'https://api.avax.network/ext/bc/C/rpc',
|
|
18033
|
-
'https://avalanche-c-chain.publicnode.com',
|
|
18034
|
-
'wss://avalanche-c-chain.publicnode.com'
|
|
19193
|
+
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
19194
|
+
'wss://avalanche-c-chain-rpc.publicnode.com'
|
|
18035
19195
|
],
|
|
18036
19196
|
features: [{ name: 'EIP1559' }],
|
|
18037
19197
|
faucets: [],
|
|
@@ -18267,6 +19427,28 @@ exports.chains = {
|
|
|
18267
19427
|
}
|
|
18268
19428
|
]
|
|
18269
19429
|
},
|
|
19430
|
+
49321: {
|
|
19431
|
+
name: 'GUNZ Testnet',
|
|
19432
|
+
chain: 'tGUN',
|
|
19433
|
+
rpc: [
|
|
19434
|
+
'https://rpc.gunz.dev/ext/bc/ryk9vkvNuKtewME2PeCgybo9sdWXGmCkBrrx4VPuZPdVdAak8/rpc'
|
|
19435
|
+
],
|
|
19436
|
+
faucets: [],
|
|
19437
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19438
|
+
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
|
|
19439
|
+
icon: 'guntestnet',
|
|
19440
|
+
infoURL: 'https://gunbygunz.com',
|
|
19441
|
+
shortName: 'Stork',
|
|
19442
|
+
chainId: 49321,
|
|
19443
|
+
networkId: 49321,
|
|
19444
|
+
explorers: [
|
|
19445
|
+
{
|
|
19446
|
+
name: 'blockscout',
|
|
19447
|
+
url: 'https://testnet.gunzscan.io',
|
|
19448
|
+
standard: 'EIP3091'
|
|
19449
|
+
}
|
|
19450
|
+
]
|
|
19451
|
+
},
|
|
18270
19452
|
49797: {
|
|
18271
19453
|
name: 'Energi Testnet',
|
|
18272
19454
|
chain: 'NRG',
|
|
@@ -18417,6 +19599,27 @@ exports.chains = {
|
|
|
18417
19599
|
}
|
|
18418
19600
|
]
|
|
18419
19601
|
},
|
|
19602
|
+
53277: {
|
|
19603
|
+
name: 'DOID',
|
|
19604
|
+
chain: 'DOID',
|
|
19605
|
+
rpc: ['https://rpc.doid.tech'],
|
|
19606
|
+
faucets: [],
|
|
19607
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
|
19608
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19609
|
+
infoURL: 'https://doid.tech',
|
|
19610
|
+
shortName: 'DOID',
|
|
19611
|
+
chainId: 53277,
|
|
19612
|
+
networkId: 53277,
|
|
19613
|
+
icon: 'doid',
|
|
19614
|
+
explorers: [
|
|
19615
|
+
{
|
|
19616
|
+
name: 'DOID Scan',
|
|
19617
|
+
url: 'https://scan.doid.tech',
|
|
19618
|
+
icon: 'doid',
|
|
19619
|
+
standard: 'EIP3091'
|
|
19620
|
+
}
|
|
19621
|
+
]
|
|
19622
|
+
},
|
|
18420
19623
|
53935: {
|
|
18421
19624
|
name: 'DFK Chain',
|
|
18422
19625
|
chain: 'DFK',
|
|
@@ -18586,6 +19789,27 @@ exports.chains = {
|
|
|
18586
19789
|
}
|
|
18587
19790
|
]
|
|
18588
19791
|
},
|
|
19792
|
+
56797: {
|
|
19793
|
+
name: 'DOID Testnet',
|
|
19794
|
+
chain: 'DOID',
|
|
19795
|
+
rpc: ['https://rpc.testnet.doid.tech'],
|
|
19796
|
+
faucets: [],
|
|
19797
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
|
19798
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19799
|
+
infoURL: 'https://doid.tech',
|
|
19800
|
+
shortName: 'doidTestnet',
|
|
19801
|
+
chainId: 56797,
|
|
19802
|
+
networkId: 56797,
|
|
19803
|
+
icon: 'doid',
|
|
19804
|
+
explorers: [
|
|
19805
|
+
{
|
|
19806
|
+
name: 'DOID Testnet Scan',
|
|
19807
|
+
url: 'https://scan.testnet.doid.tech',
|
|
19808
|
+
icon: 'doid',
|
|
19809
|
+
standard: 'EIP3091'
|
|
19810
|
+
}
|
|
19811
|
+
]
|
|
19812
|
+
},
|
|
18589
19813
|
57000: {
|
|
18590
19814
|
name: 'Rollux Testnet',
|
|
18591
19815
|
chain: 'SYS',
|
|
@@ -19464,6 +20688,31 @@ exports.chains = {
|
|
|
19464
20688
|
}
|
|
19465
20689
|
]
|
|
19466
20690
|
},
|
|
20691
|
+
78600: {
|
|
20692
|
+
name: 'Vanguard',
|
|
20693
|
+
title: 'Vanar Testnet Vanguard',
|
|
20694
|
+
chain: 'VANAR',
|
|
20695
|
+
rpc: [
|
|
20696
|
+
'https://rpc-vanguard.vanarchain.com',
|
|
20697
|
+
'wss://ws-vanguard.vanarchain.com'
|
|
20698
|
+
],
|
|
20699
|
+
faucets: ['https://faucet.vanarchain.com'],
|
|
20700
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VG', decimals: 18 },
|
|
20701
|
+
features: [{ name: 'EIP155' }],
|
|
20702
|
+
infoURL: 'https://vanarchain.com',
|
|
20703
|
+
shortName: 'vanguard',
|
|
20704
|
+
chainId: 78600,
|
|
20705
|
+
networkId: 78600,
|
|
20706
|
+
icon: 'vanguard',
|
|
20707
|
+
explorers: [
|
|
20708
|
+
{
|
|
20709
|
+
name: 'Vanguard Explorer',
|
|
20710
|
+
url: 'https://explorer-vanguard.vanarchain.com',
|
|
20711
|
+
icon: 'vanguard',
|
|
20712
|
+
standard: 'EIP3091'
|
|
20713
|
+
}
|
|
20714
|
+
]
|
|
20715
|
+
},
|
|
19467
20716
|
79879: {
|
|
19468
20717
|
name: 'Gold Smart Chain Testnet',
|
|
19469
20718
|
chain: 'STAND',
|
|
@@ -19491,8 +20740,8 @@ exports.chains = {
|
|
|
19491
20740
|
icon: 'polygon',
|
|
19492
20741
|
rpc: [
|
|
19493
20742
|
'https://rpc-mumbai.maticvigil.com',
|
|
19494
|
-
'https://polygon-mumbai-bor.publicnode.com',
|
|
19495
|
-
'wss://polygon-mumbai-bor.publicnode.com',
|
|
20743
|
+
'https://polygon-mumbai-bor-rpc.publicnode.com',
|
|
20744
|
+
'wss://polygon-mumbai-bor-rpc.publicnode.com',
|
|
19496
20745
|
'https://polygon-mumbai.gateway.tenderly.co',
|
|
19497
20746
|
'wss://polygon-mumbai.gateway.tenderly.co'
|
|
19498
20747
|
],
|
|
@@ -19511,6 +20760,48 @@ exports.chains = {
|
|
|
19511
20760
|
}
|
|
19512
20761
|
]
|
|
19513
20762
|
},
|
|
20763
|
+
80085: {
|
|
20764
|
+
name: 'Berachain Artio',
|
|
20765
|
+
chain: 'Berachain Artio',
|
|
20766
|
+
rpc: [
|
|
20767
|
+
'https://artio.rpc.berachain.com',
|
|
20768
|
+
'https://rpc.ankr.com/berachain_testnet'
|
|
20769
|
+
],
|
|
20770
|
+
faucets: ['https://artio.faucet.berachain.com'],
|
|
20771
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
|
20772
|
+
infoURL: 'https://www.berachain.com',
|
|
20773
|
+
shortName: 'berachainArtio',
|
|
20774
|
+
chainId: 80085,
|
|
20775
|
+
networkId: 80085,
|
|
20776
|
+
icon: 'berachain',
|
|
20777
|
+
explorers: [
|
|
20778
|
+
{
|
|
20779
|
+
name: 'Beratrail',
|
|
20780
|
+
url: 'https://artio.beratrail.io',
|
|
20781
|
+
icon: 'berachain',
|
|
20782
|
+
standard: 'none'
|
|
20783
|
+
}
|
|
20784
|
+
]
|
|
20785
|
+
},
|
|
20786
|
+
80096: {
|
|
20787
|
+
name: 'Hizoco mainnet',
|
|
20788
|
+
chain: 'HZC',
|
|
20789
|
+
icon: 'hizoco',
|
|
20790
|
+
rpc: ['https://hizoco.net/rpc'],
|
|
20791
|
+
faucets: [],
|
|
20792
|
+
nativeCurrency: { name: 'Hizoco', symbol: 'HZC', decimals: 18 },
|
|
20793
|
+
infoURL: 'http://hizoco.net',
|
|
20794
|
+
shortName: 'hzc',
|
|
20795
|
+
chainId: 80096,
|
|
20796
|
+
networkId: 80096,
|
|
20797
|
+
explorers: [
|
|
20798
|
+
{
|
|
20799
|
+
name: 'blockscout',
|
|
20800
|
+
url: 'https://hizoco.net:38443',
|
|
20801
|
+
standard: 'none'
|
|
20802
|
+
}
|
|
20803
|
+
]
|
|
20804
|
+
},
|
|
19514
20805
|
81041: {
|
|
19515
20806
|
name: 'Nordek Mainnet',
|
|
19516
20807
|
chain: 'Nordek',
|
|
@@ -19650,6 +20941,21 @@ exports.chains = {
|
|
|
19650
20941
|
networkId: 81363,
|
|
19651
20942
|
status: 'incubating'
|
|
19652
20943
|
},
|
|
20944
|
+
81457: {
|
|
20945
|
+
name: 'Blast',
|
|
20946
|
+
status: 'incubating',
|
|
20947
|
+
chain: 'ETH',
|
|
20948
|
+
rpc: [],
|
|
20949
|
+
faucets: [],
|
|
20950
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20951
|
+
infoURL: 'https://blast.io/',
|
|
20952
|
+
shortName: 'blastmainnet',
|
|
20953
|
+
chainId: 81457,
|
|
20954
|
+
networkId: 81457,
|
|
20955
|
+
icon: 'blast',
|
|
20956
|
+
explorers: [],
|
|
20957
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
20958
|
+
},
|
|
19653
20959
|
81720: {
|
|
19654
20960
|
name: 'Quantum Chain Mainnet',
|
|
19655
20961
|
chain: 'QNET',
|
|
@@ -19694,8 +21000,8 @@ exports.chains = {
|
|
|
19694
21000
|
'https://goerli.base.org',
|
|
19695
21001
|
'https://base-goerli.gateway.tenderly.co',
|
|
19696
21002
|
'wss://base-goerli.gateway.tenderly.co',
|
|
19697
|
-
'https://base-goerli.publicnode.com',
|
|
19698
|
-
'wss://base-goerli.publicnode.com'
|
|
21003
|
+
'https://base-goerli-rpc.publicnode.com',
|
|
21004
|
+
'wss://base-goerli-rpc.publicnode.com'
|
|
19699
21005
|
],
|
|
19700
21006
|
faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
|
|
19701
21007
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -19728,7 +21034,11 @@ exports.chains = {
|
|
|
19728
21034
|
84532: {
|
|
19729
21035
|
name: 'Base Sepolia Testnet',
|
|
19730
21036
|
chain: 'ETH',
|
|
19731
|
-
rpc: [
|
|
21037
|
+
rpc: [
|
|
21038
|
+
'https://https://sepolia.base.org',
|
|
21039
|
+
'https://base-sepolia-rpc.publicnode.com',
|
|
21040
|
+
'wss://base-sepolia-rpc.publicnode.com'
|
|
21041
|
+
],
|
|
19732
21042
|
faucets: [],
|
|
19733
21043
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
19734
21044
|
infoURL: 'https://base.org',
|
|
@@ -19885,6 +21195,26 @@ exports.chains = {
|
|
|
19885
21195
|
}
|
|
19886
21196
|
]
|
|
19887
21197
|
},
|
|
21198
|
+
91120: {
|
|
21199
|
+
name: 'MetaDAP Enterprise Mainnet',
|
|
21200
|
+
title: 'MetaDAP Enterprise Mainnet',
|
|
21201
|
+
chain: 'MetaDAP',
|
|
21202
|
+
icon: 'metadap',
|
|
21203
|
+
faucets: [],
|
|
21204
|
+
rpc: ['https://rpc.chain.metadap.io', 'wss://rpc-ws.chain.metadap.io'],
|
|
21205
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
|
21206
|
+
infoURL: 'https://metadap.io/',
|
|
21207
|
+
shortName: 'MetaDAP',
|
|
21208
|
+
chainId: 91120,
|
|
21209
|
+
networkId: 91120,
|
|
21210
|
+
explorers: [
|
|
21211
|
+
{
|
|
21212
|
+
name: 'MetaDAP Enterprise Mainnet explorer',
|
|
21213
|
+
url: 'https://explorer.chain.metadap.io',
|
|
21214
|
+
standard: 'none'
|
|
21215
|
+
}
|
|
21216
|
+
]
|
|
21217
|
+
},
|
|
19888
21218
|
91715: {
|
|
19889
21219
|
name: 'Combo Testnet',
|
|
19890
21220
|
chain: 'Combo',
|
|
@@ -19929,6 +21259,29 @@ exports.chains = {
|
|
|
19929
21259
|
}
|
|
19930
21260
|
]
|
|
19931
21261
|
},
|
|
21262
|
+
93572: {
|
|
21263
|
+
name: 'LiquidLayer Testnet',
|
|
21264
|
+
chain: 'LILA',
|
|
21265
|
+
icon: 'lila',
|
|
21266
|
+
rpc: ['https://testnet.liquidlayer.network'],
|
|
21267
|
+
faucets: ['https://claim.liquidlayer.network'],
|
|
21268
|
+
nativeCurrency: {
|
|
21269
|
+
name: 'LiquidLayer Testnet',
|
|
21270
|
+
symbol: 'LILA',
|
|
21271
|
+
decimals: 18
|
|
21272
|
+
},
|
|
21273
|
+
infoURL: 'https://testnet-scan.liquidlayer.network',
|
|
21274
|
+
shortName: 'tLILA',
|
|
21275
|
+
chainId: 93572,
|
|
21276
|
+
networkId: 93572,
|
|
21277
|
+
explorers: [
|
|
21278
|
+
{
|
|
21279
|
+
name: 'LiquidLayer Testnet Explorer',
|
|
21280
|
+
url: 'https://testnet-scan.liquidlayer.network',
|
|
21281
|
+
standard: 'EIP3091'
|
|
21282
|
+
}
|
|
21283
|
+
]
|
|
21284
|
+
},
|
|
19932
21285
|
96970: {
|
|
19933
21286
|
name: 'Mantis Testnet (Hexapod)',
|
|
19934
21287
|
chain: 'Mantis',
|
|
@@ -20304,6 +21657,25 @@ exports.chains = {
|
|
|
20304
21657
|
}
|
|
20305
21658
|
]
|
|
20306
21659
|
},
|
|
21660
|
+
103454: {
|
|
21661
|
+
name: 'Masa Testnet',
|
|
21662
|
+
chain: 'MASA',
|
|
21663
|
+
rpc: ['https://subnets.avax.network/masatestne/testnet/rpc'],
|
|
21664
|
+
features: [{ name: 'EIP1559' }],
|
|
21665
|
+
faucets: [],
|
|
21666
|
+
nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
|
|
21667
|
+
infoURL: 'https://masa.finance',
|
|
21668
|
+
shortName: 'masa',
|
|
21669
|
+
chainId: 103454,
|
|
21670
|
+
networkId: 103454,
|
|
21671
|
+
explorers: [
|
|
21672
|
+
{
|
|
21673
|
+
name: 'Masa Testnet Explorer',
|
|
21674
|
+
url: 'https://subnets-test.avax.network/masatestnet',
|
|
21675
|
+
standard: 'EIP3091'
|
|
21676
|
+
}
|
|
21677
|
+
]
|
|
21678
|
+
},
|
|
20307
21679
|
108801: {
|
|
20308
21680
|
name: 'BROChain Mainnet',
|
|
20309
21681
|
chain: 'BRO',
|
|
@@ -20581,6 +21953,29 @@ exports.chains = {
|
|
|
20581
21953
|
}
|
|
20582
21954
|
]
|
|
20583
21955
|
},
|
|
21956
|
+
119139: {
|
|
21957
|
+
name: 'MetaDAP Enterprise Testnet',
|
|
21958
|
+
title: 'MetaDAP Enterprise Testnet',
|
|
21959
|
+
chain: 'MetaDAP',
|
|
21960
|
+
icon: 'metadap',
|
|
21961
|
+
faucets: [],
|
|
21962
|
+
rpc: [
|
|
21963
|
+
'https://rpc.testnet.chain.metadap.io',
|
|
21964
|
+
'wss://rpc-ws.testnet.chain.metadap.io'
|
|
21965
|
+
],
|
|
21966
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
|
21967
|
+
infoURL: 'https://metadap.io/',
|
|
21968
|
+
shortName: 'MetaDAP-T',
|
|
21969
|
+
chainId: 119139,
|
|
21970
|
+
networkId: 119139,
|
|
21971
|
+
explorers: [
|
|
21972
|
+
{
|
|
21973
|
+
name: 'MetaDAP Enterprise Testnet explorer',
|
|
21974
|
+
url: 'https://explorer.testnet.chain.metadap.io',
|
|
21975
|
+
standard: 'none'
|
|
21976
|
+
}
|
|
21977
|
+
]
|
|
21978
|
+
},
|
|
20584
21979
|
123456: {
|
|
20585
21980
|
name: 'ADIL Devnet',
|
|
20586
21981
|
chain: 'ADIL',
|
|
@@ -20745,7 +22140,7 @@ exports.chains = {
|
|
|
20745
22140
|
chain: 'ETH',
|
|
20746
22141
|
status: 'active',
|
|
20747
22142
|
icon: 'taiko',
|
|
20748
|
-
rpc: ['https://rpc.katla.taiko.xyz'],
|
|
22143
|
+
rpc: ['https://rpc.katla.taiko.xyz', 'wss://rpc.katla.taiko.xyz'],
|
|
20749
22144
|
faucets: [],
|
|
20750
22145
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20751
22146
|
infoURL: 'https://taiko.xyz',
|
|
@@ -20857,6 +22252,26 @@ exports.chains = {
|
|
|
20857
22252
|
networkId: 200625,
|
|
20858
22253
|
slip44: 200625
|
|
20859
22254
|
},
|
|
22255
|
+
200810: {
|
|
22256
|
+
name: 'Bitlayer Testnet',
|
|
22257
|
+
chain: 'Bitlayer',
|
|
22258
|
+
rpc: ['https://testnet-rpc.bitlayer.org', 'wss://testnet-ws.bitlayer.org'],
|
|
22259
|
+
faucets: ['https://www.bitlayer.org/faucet'],
|
|
22260
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
22261
|
+
infoURL: 'https://docs.bitlayer.org/',
|
|
22262
|
+
shortName: 'Bitlayer',
|
|
22263
|
+
chainId: 200810,
|
|
22264
|
+
networkId: 200810,
|
|
22265
|
+
slip44: 1,
|
|
22266
|
+
icon: 'bitlayer',
|
|
22267
|
+
explorers: [
|
|
22268
|
+
{
|
|
22269
|
+
name: 'bitlayer testnet scan',
|
|
22270
|
+
url: 'https://testnet-scan.bitlayer.org',
|
|
22271
|
+
standard: 'none'
|
|
22272
|
+
}
|
|
22273
|
+
]
|
|
22274
|
+
},
|
|
20860
22275
|
201018: {
|
|
20861
22276
|
name: 'Alaya Mainnet',
|
|
20862
22277
|
chain: 'Alaya',
|
|
@@ -21345,6 +22760,25 @@ exports.chains = {
|
|
|
21345
22760
|
{ name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' }
|
|
21346
22761
|
]
|
|
21347
22762
|
},
|
|
22763
|
+
323213: {
|
|
22764
|
+
name: 'Bloom Genesis Testnet',
|
|
22765
|
+
chain: 'Bloom',
|
|
22766
|
+
icon: 'bloom',
|
|
22767
|
+
rpc: ['https://testnet-rpc.bloomgenesis.com'],
|
|
22768
|
+
faucets: ['https://faucet.bloomgenesis.com'],
|
|
22769
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
|
22770
|
+
infoURL: 'https://www.bloomgenesis.com',
|
|
22771
|
+
shortName: 'BGBC-Testnet',
|
|
22772
|
+
chainId: 323213,
|
|
22773
|
+
networkId: 323213,
|
|
22774
|
+
explorers: [
|
|
22775
|
+
{
|
|
22776
|
+
name: 'Bloom Genesis Testnet',
|
|
22777
|
+
url: 'https://testnet.bloomgenesis.com',
|
|
22778
|
+
standard: 'EIP3091'
|
|
22779
|
+
}
|
|
22780
|
+
]
|
|
22781
|
+
},
|
|
21348
22782
|
330844: {
|
|
21349
22783
|
name: 'TTcoin Smart Chain Mainnet',
|
|
21350
22784
|
chain: 'TSC',
|
|
@@ -21365,6 +22799,25 @@ exports.chains = {
|
|
|
21365
22799
|
}
|
|
21366
22800
|
]
|
|
21367
22801
|
},
|
|
22802
|
+
333313: {
|
|
22803
|
+
name: 'Bloom Genesis Mainnet',
|
|
22804
|
+
chain: 'Bloom',
|
|
22805
|
+
icon: 'bloom',
|
|
22806
|
+
rpc: ['https://mainnet-rpc.bloomgenesis.com'],
|
|
22807
|
+
faucets: [],
|
|
22808
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
|
22809
|
+
infoURL: 'https://www.bloomgenesis.com',
|
|
22810
|
+
shortName: 'BGBC',
|
|
22811
|
+
chainId: 333313,
|
|
22812
|
+
networkId: 333313,
|
|
22813
|
+
explorers: [
|
|
22814
|
+
{
|
|
22815
|
+
name: 'Bloom Genesis Mainnet',
|
|
22816
|
+
url: 'https://explorer.bloomgenesis.com',
|
|
22817
|
+
standard: 'EIP3091'
|
|
22818
|
+
}
|
|
22819
|
+
]
|
|
22820
|
+
},
|
|
21368
22821
|
333331: {
|
|
21369
22822
|
name: 'Aves Testnet',
|
|
21370
22823
|
chain: 'AVST',
|
|
@@ -21819,6 +23272,30 @@ exports.chains = {
|
|
|
21819
23272
|
}
|
|
21820
23273
|
]
|
|
21821
23274
|
},
|
|
23275
|
+
444444: {
|
|
23276
|
+
name: 'Syndr L3 Sepolia',
|
|
23277
|
+
title: 'Syndr L3 Sepolia Rollup Testnet',
|
|
23278
|
+
chain: 'SYNDRSEPOLIA',
|
|
23279
|
+
rpc: ['https://sepolia.syndr.com/http', 'wss://sepolia.syndr.com/ws'],
|
|
23280
|
+
faucets: [],
|
|
23281
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
23282
|
+
infoURL: 'https://syndr.com',
|
|
23283
|
+
shortName: 'syndr',
|
|
23284
|
+
chainId: 444444,
|
|
23285
|
+
networkId: 444444,
|
|
23286
|
+
explorers: [
|
|
23287
|
+
{
|
|
23288
|
+
name: 'Syndr L3 Sepolia Testnet Explorer',
|
|
23289
|
+
url: 'https://sepolia-explorer.syndr.com',
|
|
23290
|
+
standard: 'EIP3091'
|
|
23291
|
+
}
|
|
23292
|
+
],
|
|
23293
|
+
parent: {
|
|
23294
|
+
type: 'L2',
|
|
23295
|
+
chain: 'eip155-421614',
|
|
23296
|
+
bridges: [{ url: 'https://sepolia-bridge.syndr.com' }]
|
|
23297
|
+
}
|
|
23298
|
+
},
|
|
21822
23299
|
444900: {
|
|
21823
23300
|
name: 'Weelink Testnet',
|
|
21824
23301
|
chain: 'WLK',
|
|
@@ -22187,6 +23664,36 @@ exports.chains = {
|
|
|
22187
23664
|
}
|
|
22188
23665
|
]
|
|
22189
23666
|
},
|
|
23667
|
+
713715: {
|
|
23668
|
+
name: 'Sei Devnet',
|
|
23669
|
+
chain: 'Sei',
|
|
23670
|
+
rpc: [
|
|
23671
|
+
'https://evm-rpc-arctic-1.sei-apis.com',
|
|
23672
|
+
'https://evm-rpc.arctic-1.seinetwork.io'
|
|
23673
|
+
],
|
|
23674
|
+
faucets: [
|
|
23675
|
+
'https://sei-faucet.nima.enterprises',
|
|
23676
|
+
'https://sei-evm.faucetme.pro'
|
|
23677
|
+
],
|
|
23678
|
+
nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
|
|
23679
|
+
infoURL: 'https://www.sei.io',
|
|
23680
|
+
shortName: 'sei-devnet',
|
|
23681
|
+
chainId: 713715,
|
|
23682
|
+
networkId: 713715,
|
|
23683
|
+
icon: 'sei',
|
|
23684
|
+
explorers: [
|
|
23685
|
+
{
|
|
23686
|
+
name: 'Seistream',
|
|
23687
|
+
url: 'https://seistream.app',
|
|
23688
|
+
standard: 'none'
|
|
23689
|
+
},
|
|
23690
|
+
{
|
|
23691
|
+
name: 'Seitrace',
|
|
23692
|
+
url: 'https://seitrace.com',
|
|
23693
|
+
standard: 'EIP3091'
|
|
23694
|
+
}
|
|
23695
|
+
]
|
|
23696
|
+
},
|
|
22190
23697
|
751230: {
|
|
22191
23698
|
name: 'Bear Network Chain Testnet',
|
|
22192
23699
|
chain: 'BRNKCTEST',
|
|
@@ -22413,12 +23920,12 @@ exports.chains = {
|
|
|
22413
23920
|
infoURL: 'https://docs.astria.org',
|
|
22414
23921
|
shortName: 'ria-dev',
|
|
22415
23922
|
nativeCurrency: { name: 'RIA', symbol: 'RIA', decimals: 18 },
|
|
22416
|
-
rpc: ['https://rpc.evm.dusk-
|
|
22417
|
-
faucets: ['https://faucet.evm.dusk-
|
|
23923
|
+
rpc: ['https://rpc.evm.dusk-3.devnet.astria.org'],
|
|
23924
|
+
faucets: ['https://faucet.evm.dusk-3.devnet.astria.org/'],
|
|
22418
23925
|
explorers: [
|
|
22419
23926
|
{
|
|
22420
23927
|
name: 'Astria EVM Dusknet Explorer',
|
|
22421
|
-
url: 'https://explorer.evm.dusk-
|
|
23928
|
+
url: 'https://explorer.evm.dusk-3.devnet.astria.org',
|
|
22422
23929
|
standard: 'EIP3091'
|
|
22423
23930
|
}
|
|
22424
23931
|
]
|
|
@@ -22488,6 +23995,26 @@ exports.chains = {
|
|
|
22488
23995
|
}
|
|
22489
23996
|
]
|
|
22490
23997
|
},
|
|
23998
|
+
955081: {
|
|
23999
|
+
name: 'Jono12 Subnet',
|
|
24000
|
+
chain: 'JONO12',
|
|
24001
|
+
icon: 'jono12',
|
|
24002
|
+
rpc: ['https://subnets.avax.network/jono12/testnet/rpc'],
|
|
24003
|
+
features: [{ name: 'EIP1559' }],
|
|
24004
|
+
faucets: [],
|
|
24005
|
+
nativeCurrency: { name: 'Jono12 Token', symbol: 'JONO', decimals: 18 },
|
|
24006
|
+
infoURL: '',
|
|
24007
|
+
shortName: 'jono12',
|
|
24008
|
+
chainId: 955081,
|
|
24009
|
+
networkId: 955081,
|
|
24010
|
+
explorers: [
|
|
24011
|
+
{
|
|
24012
|
+
name: 'JONO12 Explorer',
|
|
24013
|
+
url: 'https://subnets-test.avax.network/jono12',
|
|
24014
|
+
standard: 'EIP3091'
|
|
24015
|
+
}
|
|
24016
|
+
]
|
|
24017
|
+
},
|
|
22491
24018
|
955305: {
|
|
22492
24019
|
name: 'Eluvio Content Fabric',
|
|
22493
24020
|
chain: 'Eluvio',
|
|
@@ -23251,8 +24778,8 @@ exports.chains = {
|
|
|
23251
24778
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
23252
24779
|
'https://sepolia.gateway.tenderly.co',
|
|
23253
24780
|
'wss://sepolia.gateway.tenderly.co',
|
|
23254
|
-
'https://ethereum-sepolia.publicnode.com',
|
|
23255
|
-
'wss://ethereum-sepolia.publicnode.com'
|
|
24781
|
+
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
24782
|
+
'wss://ethereum-sepolia-rpc.publicnode.com'
|
|
23256
24783
|
],
|
|
23257
24784
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
23258
24785
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -23585,6 +25112,30 @@ exports.chains = {
|
|
|
23585
25112
|
chainId: 35855456,
|
|
23586
25113
|
networkId: 35855456
|
|
23587
25114
|
},
|
|
25115
|
+
37084624: {
|
|
25116
|
+
name: 'SKALE Nebula Hub Testnet',
|
|
25117
|
+
title: 'SKALE Nebula Hub Testnet',
|
|
25118
|
+
chain: 'lanky-ill-funny-testnet',
|
|
25119
|
+
icon: 'nebula',
|
|
25120
|
+
rpc: [
|
|
25121
|
+
'https://testnet.skalenodes.com/v1/lanky-ill-funny-testnet',
|
|
25122
|
+
'wss://testnet.skalenodes.com/v1/ws/lanky-ill-funny-testnet'
|
|
25123
|
+
],
|
|
25124
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25125
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25126
|
+
infoURL: 'https://nebulachain.io/',
|
|
25127
|
+
shortName: 'nebula-testnet',
|
|
25128
|
+
chainId: 37084624,
|
|
25129
|
+
networkId: 37084624,
|
|
25130
|
+
slip44: 1,
|
|
25131
|
+
explorers: [
|
|
25132
|
+
{
|
|
25133
|
+
name: 'Blockscout',
|
|
25134
|
+
url: 'https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com',
|
|
25135
|
+
standard: 'EIP3091'
|
|
25136
|
+
}
|
|
25137
|
+
]
|
|
25138
|
+
},
|
|
23588
25139
|
43214913: {
|
|
23589
25140
|
name: 'maistestsubnet',
|
|
23590
25141
|
chain: 'MAI',
|
|
@@ -23758,6 +25309,58 @@ exports.chains = {
|
|
|
23758
25309
|
networkId: 99415706,
|
|
23759
25310
|
slip44: 1
|
|
23760
25311
|
},
|
|
25312
|
+
161221135: {
|
|
25313
|
+
name: 'Plume Testnet',
|
|
25314
|
+
title: 'Plume Sepolia Rollup Testnet',
|
|
25315
|
+
chain: 'ETH',
|
|
25316
|
+
rpc: ['https://plume-testnet.rpc.caldera.xyz/http'],
|
|
25317
|
+
faucets: [],
|
|
25318
|
+
nativeCurrency: {
|
|
25319
|
+
name: 'Plume Sepolia Ether',
|
|
25320
|
+
symbol: 'ETH',
|
|
25321
|
+
decimals: 18
|
|
25322
|
+
},
|
|
25323
|
+
infoURL: 'https://www.plumenetwork.xyz/',
|
|
25324
|
+
shortName: 'plume-testnet',
|
|
25325
|
+
chainId: 161221135,
|
|
25326
|
+
networkId: 161221135,
|
|
25327
|
+
slip44: 1,
|
|
25328
|
+
icon: 'plume',
|
|
25329
|
+
explorers: [
|
|
25330
|
+
{
|
|
25331
|
+
name: 'Blockscout',
|
|
25332
|
+
url: 'https://plume-testnet.explorer.caldera.xyz',
|
|
25333
|
+
icon: 'blockscout',
|
|
25334
|
+
standard: 'EIP3091'
|
|
25335
|
+
}
|
|
25336
|
+
],
|
|
25337
|
+
parent: {
|
|
25338
|
+
type: 'L2',
|
|
25339
|
+
chain: 'eip155-11155111',
|
|
25340
|
+
bridges: [{ url: 'https://plume-testnet.calderabridge.xyz' }]
|
|
25341
|
+
}
|
|
25342
|
+
},
|
|
25343
|
+
168587773: {
|
|
25344
|
+
name: 'Blast Sepolia Testnet',
|
|
25345
|
+
chain: 'ETH',
|
|
25346
|
+
rpc: ['https://sepolia.blast.io'],
|
|
25347
|
+
faucets: ['https://faucet.quicknode.com/blast/sepolia'],
|
|
25348
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25349
|
+
infoURL: 'https://blast.io/',
|
|
25350
|
+
shortName: 'blastsepolia',
|
|
25351
|
+
chainId: 168587773,
|
|
25352
|
+
networkId: 168587773,
|
|
25353
|
+
icon: 'blast',
|
|
25354
|
+
explorers: [
|
|
25355
|
+
{
|
|
25356
|
+
name: 'Blast Sepolia Explorer',
|
|
25357
|
+
url: 'https://testnet.blastscan.io',
|
|
25358
|
+
icon: 'blast',
|
|
25359
|
+
standard: 'EIP3091'
|
|
25360
|
+
}
|
|
25361
|
+
],
|
|
25362
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
25363
|
+
},
|
|
23761
25364
|
192837465: {
|
|
23762
25365
|
name: 'Gather Mainnet Network',
|
|
23763
25366
|
chain: 'GTH',
|
|
@@ -23949,15 +25552,16 @@ exports.chains = {
|
|
|
23949
25552
|
]
|
|
23950
25553
|
},
|
|
23951
25554
|
344106930: {
|
|
23952
|
-
name: 'SKALE Calypso Hub Testnet',
|
|
23953
|
-
title: 'Calypso NFT Hub Testnet',
|
|
25555
|
+
name: 'Deprecated SKALE Calypso Hub Testnet',
|
|
25556
|
+
title: 'Deprecated Calypso NFT Hub Testnet',
|
|
25557
|
+
status: 'deprecated',
|
|
23954
25558
|
chain: 'staging-utter-unripe-menkar',
|
|
23955
25559
|
icon: 'calypso',
|
|
23956
25560
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'],
|
|
23957
25561
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
23958
25562
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
23959
25563
|
infoURL: 'https://calypsohub.network/',
|
|
23960
|
-
shortName: 'calypso-testnet',
|
|
25564
|
+
shortName: 'deprected-calypso-testnet',
|
|
23961
25565
|
chainId: 344106930,
|
|
23962
25566
|
networkId: 344106930,
|
|
23963
25567
|
slip44: 1,
|
|
@@ -23991,15 +25595,16 @@ exports.chains = {
|
|
|
23991
25595
|
]
|
|
23992
25596
|
},
|
|
23993
25597
|
476158412: {
|
|
23994
|
-
name: 'SKALE Europa Hub Testnet',
|
|
23995
|
-
title: 'Europa Hub Testnet',
|
|
25598
|
+
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
25599
|
+
title: 'Deprecated Europa Hub Testnet',
|
|
25600
|
+
status: 'deprecated',
|
|
23996
25601
|
chain: 'staging-legal-crazy-castor',
|
|
23997
25602
|
icon: 'europa',
|
|
23998
25603
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor'],
|
|
23999
25604
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24000
25605
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24001
25606
|
infoURL: 'https://europahub.network/',
|
|
24002
|
-
shortName: 'europa-testnet',
|
|
25607
|
+
shortName: 'deprecated-europa-testnet',
|
|
24003
25608
|
chainId: 476158412,
|
|
24004
25609
|
networkId: 476158412,
|
|
24005
25610
|
slip44: 1,
|
|
@@ -24030,8 +25635,9 @@ exports.chains = {
|
|
|
24030
25635
|
]
|
|
24031
25636
|
},
|
|
24032
25637
|
503129905: {
|
|
24033
|
-
name: 'SKALE Nebula Hub Testnet',
|
|
25638
|
+
name: 'Deprecated SKALE Nebula Hub Testnet',
|
|
24034
25639
|
chain: 'staging-faint-slimy-achird',
|
|
25640
|
+
status: 'deprecated',
|
|
24035
25641
|
icon: 'nebula',
|
|
24036
25642
|
rpc: [
|
|
24037
25643
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
|
@@ -24040,7 +25646,7 @@ exports.chains = {
|
|
|
24040
25646
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24041
25647
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24042
25648
|
infoURL: 'https://nebulachain.io/',
|
|
24043
|
-
shortName: 'nebula-testnet',
|
|
25649
|
+
shortName: 'deprecated-nebula-testnet',
|
|
24044
25650
|
chainId: 503129905,
|
|
24045
25651
|
networkId: 503129905,
|
|
24046
25652
|
slip44: 1,
|
|
@@ -24052,6 +25658,46 @@ exports.chains = {
|
|
|
24052
25658
|
}
|
|
24053
25659
|
]
|
|
24054
25660
|
},
|
|
25661
|
+
888888888: {
|
|
25662
|
+
name: 'Ancient8',
|
|
25663
|
+
chain: 'Ancient8',
|
|
25664
|
+
icon: 'ancient8',
|
|
25665
|
+
rpc: ['https://rpc.ancient8.gg'],
|
|
25666
|
+
faucets: [],
|
|
25667
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25668
|
+
infoURL: 'https://ancient8.gg/',
|
|
25669
|
+
shortName: 'ancient8',
|
|
25670
|
+
chainId: 888888888,
|
|
25671
|
+
networkId: 888888888,
|
|
25672
|
+
explorers: [
|
|
25673
|
+
{
|
|
25674
|
+
name: 'Ancient8 Explorer',
|
|
25675
|
+
url: 'https://scan.ancient8.gg',
|
|
25676
|
+
standard: 'EIP3091'
|
|
25677
|
+
}
|
|
25678
|
+
]
|
|
25679
|
+
},
|
|
25680
|
+
974399131: {
|
|
25681
|
+
name: 'SKALE Calypso Hub Testnet',
|
|
25682
|
+
title: 'SKALE Calypso Hub Testnet',
|
|
25683
|
+
chain: 'giant-half-dual-testnet',
|
|
25684
|
+
icon: 'calypso',
|
|
25685
|
+
rpc: ['https://testnet.skalenodes.com/v1/giant-half-dual-testnet'],
|
|
25686
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25687
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25688
|
+
infoURL: 'https://calypsohub.network/',
|
|
25689
|
+
shortName: 'calypso-testnet',
|
|
25690
|
+
chainId: 974399131,
|
|
25691
|
+
networkId: 974399131,
|
|
25692
|
+
slip44: 1,
|
|
25693
|
+
explorers: [
|
|
25694
|
+
{
|
|
25695
|
+
name: 'Blockscout',
|
|
25696
|
+
url: 'https://giant-half-dual-testnet.explorer.testnet.skalenodes.com',
|
|
25697
|
+
standard: 'EIP3091'
|
|
25698
|
+
}
|
|
25699
|
+
]
|
|
25700
|
+
},
|
|
24055
25701
|
999999999: {
|
|
24056
25702
|
name: 'Zora Sepolia Testnet',
|
|
24057
25703
|
chain: 'ETH',
|
|
@@ -24072,6 +25718,30 @@ exports.chains = {
|
|
|
24072
25718
|
}
|
|
24073
25719
|
]
|
|
24074
25720
|
},
|
|
25721
|
+
1020352220: {
|
|
25722
|
+
name: 'SKALE Titan Hub Testnet',
|
|
25723
|
+
title: 'SKALE Titan Hub Testnet',
|
|
25724
|
+
chain: 'aware-fake-trim-testnet',
|
|
25725
|
+
icon: 'titan',
|
|
25726
|
+
rpc: [
|
|
25727
|
+
'https://testnet.skalenodes.com/v1/aware-fake-trim-testnet',
|
|
25728
|
+
'wss://testnet.skalenodes.com/v1/ws/aware-fake-trim-testnet'
|
|
25729
|
+
],
|
|
25730
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25731
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25732
|
+
infoURL: '',
|
|
25733
|
+
shortName: 'titan-testnet',
|
|
25734
|
+
chainId: 1020352220,
|
|
25735
|
+
networkId: 1020352220,
|
|
25736
|
+
slip44: 1,
|
|
25737
|
+
explorers: [
|
|
25738
|
+
{
|
|
25739
|
+
name: 'Blockscout',
|
|
25740
|
+
url: 'https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com',
|
|
25741
|
+
standard: 'EIP3091'
|
|
25742
|
+
}
|
|
25743
|
+
]
|
|
25744
|
+
},
|
|
24075
25745
|
1122334455: {
|
|
24076
25746
|
name: 'IPOS Network',
|
|
24077
25747
|
chain: 'IPOS',
|
|
@@ -24176,6 +25846,25 @@ exports.chains = {
|
|
|
24176
25846
|
chainId: 1313161556,
|
|
24177
25847
|
networkId: 1313161556
|
|
24178
25848
|
},
|
|
25849
|
+
1313161560: {
|
|
25850
|
+
name: 'PowerGold',
|
|
25851
|
+
chain: 'NEAR',
|
|
25852
|
+
rpc: ['https://powergold.aurora.dev'],
|
|
25853
|
+
icon: 'powergold',
|
|
25854
|
+
faucets: [],
|
|
25855
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25856
|
+
infoURL: 'https://www.powergold.tech',
|
|
25857
|
+
shortName: 'powergold',
|
|
25858
|
+
chainId: 1313161560,
|
|
25859
|
+
networkId: 1313161560,
|
|
25860
|
+
explorers: [
|
|
25861
|
+
{
|
|
25862
|
+
name: 'PowerGold explorer',
|
|
25863
|
+
url: 'https://explorer.powergold.aurora.dev',
|
|
25864
|
+
standard: 'EIP3091'
|
|
25865
|
+
}
|
|
25866
|
+
]
|
|
25867
|
+
},
|
|
24179
25868
|
1350216234: {
|
|
24180
25869
|
name: 'SKALE Titan Hub',
|
|
24181
25870
|
chain: 'parallel-stormy-spica',
|
|
@@ -24240,6 +25929,27 @@ exports.chains = {
|
|
|
24240
25929
|
}
|
|
24241
25930
|
]
|
|
24242
25931
|
},
|
|
25932
|
+
1444673419: {
|
|
25933
|
+
name: 'SKALE Europa Hub Testnet',
|
|
25934
|
+
title: 'SKALE Europa Hub Testnet',
|
|
25935
|
+
chain: 'juicy-low-small-testnet',
|
|
25936
|
+
icon: 'europa',
|
|
25937
|
+
rpc: ['https://testnet.skalenodes.com/v1/juicy-low-small-testnet'],
|
|
25938
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25939
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25940
|
+
infoURL: 'https://europahub.network/',
|
|
25941
|
+
shortName: 'europa-testnet',
|
|
25942
|
+
chainId: 1444673419,
|
|
25943
|
+
networkId: 1444673419,
|
|
25944
|
+
slip44: 1,
|
|
25945
|
+
explorers: [
|
|
25946
|
+
{
|
|
25947
|
+
name: 'Blockscout',
|
|
25948
|
+
url: 'https://juicy-low-small-testnet.explorer.testnet.skalenodes.com',
|
|
25949
|
+
standard: 'EIP3091'
|
|
25950
|
+
}
|
|
25951
|
+
]
|
|
25952
|
+
},
|
|
24243
25953
|
1482601649: {
|
|
24244
25954
|
name: 'SKALE Nebula Hub',
|
|
24245
25955
|
chain: 'green-giddy-denebola',
|
|
@@ -24263,8 +25973,9 @@ exports.chains = {
|
|
|
24263
25973
|
]
|
|
24264
25974
|
},
|
|
24265
25975
|
1517929550: {
|
|
24266
|
-
name: 'SKALE Titan Hub Testnet',
|
|
25976
|
+
name: 'Deprecated SKALE Titan Hub Testnet',
|
|
24267
25977
|
chain: 'staging-aware-chief-gianfar',
|
|
25978
|
+
status: 'deprecated',
|
|
24268
25979
|
icon: 'titan',
|
|
24269
25980
|
rpc: [
|
|
24270
25981
|
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
|
@@ -24273,7 +25984,7 @@ exports.chains = {
|
|
|
24273
25984
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24274
25985
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24275
25986
|
infoURL: '',
|
|
24276
|
-
shortName: 'titan-testnet',
|
|
25987
|
+
shortName: 'deprecated-titan-testnet',
|
|
24277
25988
|
chainId: 1517929550,
|
|
24278
25989
|
networkId: 1517929550,
|
|
24279
25990
|
slip44: 1,
|
|
@@ -24599,6 +26310,36 @@ exports.chains = {
|
|
|
24599
26310
|
}
|
|
24600
26311
|
]
|
|
24601
26312
|
},
|
|
26313
|
+
28872323069: {
|
|
26314
|
+
name: 'GitSwarm Test Network',
|
|
26315
|
+
title: 'GitSwarm Test Network',
|
|
26316
|
+
chain: 'ETH',
|
|
26317
|
+
icon: 'gitswarm',
|
|
26318
|
+
rpc: ['https://gitswarm.com:2096'],
|
|
26319
|
+
faucets: [],
|
|
26320
|
+
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
|
26321
|
+
infoURL: 'https://gitswarm.com/',
|
|
26322
|
+
shortName: 'GS-ETH',
|
|
26323
|
+
chainId: 28872323069,
|
|
26324
|
+
networkId: 28872323069,
|
|
26325
|
+
slip44: 1,
|
|
26326
|
+
explorers: [],
|
|
26327
|
+
status: 'incubating'
|
|
26328
|
+
},
|
|
26329
|
+
107107114116: {
|
|
26330
|
+
name: 'Kakarot Sepolia',
|
|
26331
|
+
chain: 'ETH',
|
|
26332
|
+
icon: 'kakarot',
|
|
26333
|
+
rpc: [],
|
|
26334
|
+
faucets: [],
|
|
26335
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26336
|
+
infoURL: 'https://kakarot.org',
|
|
26337
|
+
shortName: 'kkrt-sepolia',
|
|
26338
|
+
chainId: 107107114116,
|
|
26339
|
+
networkId: 107107114116,
|
|
26340
|
+
explorers: [],
|
|
26341
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
26342
|
+
},
|
|
24602
26343
|
111222333444: {
|
|
24603
26344
|
name: 'Alphabet Mainnet',
|
|
24604
26345
|
chain: 'Alphabet Network',
|