@revoke.cash/chains 31.0.0 → 33.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 +1892 -177
- package/dist/src/enums.d.ts +182 -24
- package/dist/src/enums.js +182 -24
- 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
|
},
|
|
@@ -2805,8 +2833,8 @@ exports.chains = {
|
|
|
2805
2833
|
'https://rpc-mainnet.maticvigil.com',
|
|
2806
2834
|
'https://rpc-mainnet.matic.quiknode.pro',
|
|
2807
2835
|
'https://matic-mainnet-full-rpc.bwarelabs.com',
|
|
2808
|
-
'https://polygon-bor.publicnode.com',
|
|
2809
|
-
'wss://polygon-bor.publicnode.com',
|
|
2836
|
+
'https://polygon-bor-rpc.publicnode.com',
|
|
2837
|
+
'wss://polygon-bor-rpc.publicnode.com',
|
|
2810
2838
|
'https://polygon.gateway.tenderly.co',
|
|
2811
2839
|
'wss://polygon.gateway.tenderly.co'
|
|
2812
2840
|
],
|
|
@@ -3079,6 +3107,25 @@ exports.chains = {
|
|
|
3079
3107
|
}
|
|
3080
3108
|
]
|
|
3081
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
|
+
},
|
|
3082
3129
|
160: {
|
|
3083
3130
|
name: 'Armonia Eva Chain Mainnet',
|
|
3084
3131
|
chain: 'Eva',
|
|
@@ -3486,8 +3533,8 @@ exports.chains = {
|
|
|
3486
3533
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
3487
3534
|
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3488
3535
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3489
|
-
'https://opbnb.publicnode.com',
|
|
3490
|
-
'wss://opbnb.publicnode.com'
|
|
3536
|
+
'https://opbnb-rpc.publicnode.com',
|
|
3537
|
+
'wss://opbnb-rpc.publicnode.com'
|
|
3491
3538
|
],
|
|
3492
3539
|
faucets: [],
|
|
3493
3540
|
nativeCurrency: {
|
|
@@ -3598,20 +3645,20 @@ exports.chains = {
|
|
|
3598
3645
|
networkId: 0
|
|
3599
3646
|
},
|
|
3600
3647
|
212: {
|
|
3601
|
-
name: '
|
|
3602
|
-
title: '
|
|
3603
|
-
chain: '
|
|
3648
|
+
name: 'MAPO Makalu',
|
|
3649
|
+
title: 'MAPO Testnet Makalu',
|
|
3650
|
+
chain: 'MAPO',
|
|
3604
3651
|
rpc: ['https://testnet-rpc.maplabs.io'],
|
|
3605
|
-
faucets: ['https://faucet.
|
|
3606
|
-
nativeCurrency: { name: 'Makalu
|
|
3607
|
-
infoURL: 'https://
|
|
3652
|
+
faucets: ['https://faucet.mapprotocol.io'],
|
|
3653
|
+
nativeCurrency: { name: 'Makalu MAPO', symbol: 'MAPO', decimals: 18 },
|
|
3654
|
+
infoURL: 'https://mapprotocol.io/',
|
|
3608
3655
|
shortName: 'makalu',
|
|
3609
3656
|
chainId: 212,
|
|
3610
3657
|
networkId: 212,
|
|
3611
3658
|
explorers: [
|
|
3612
3659
|
{
|
|
3613
|
-
name: '
|
|
3614
|
-
url: 'https://testnet.
|
|
3660
|
+
name: 'maposcan',
|
|
3661
|
+
url: 'https://testnet.maposcan.io',
|
|
3615
3662
|
standard: 'EIP3091'
|
|
3616
3663
|
}
|
|
3617
3664
|
]
|
|
@@ -3702,6 +3749,25 @@ exports.chains = {
|
|
|
3702
3749
|
slip44: 2221,
|
|
3703
3750
|
status: 'deprecated'
|
|
3704
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
|
+
},
|
|
3705
3771
|
225: {
|
|
3706
3772
|
name: 'LACHAIN Mainnet',
|
|
3707
3773
|
chain: 'LA',
|
|
@@ -3759,6 +3825,26 @@ exports.chains = {
|
|
|
3759
3825
|
}
|
|
3760
3826
|
]
|
|
3761
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
|
+
},
|
|
3762
3848
|
236: {
|
|
3763
3849
|
name: 'Deamchain Testnet',
|
|
3764
3850
|
chain: 'Deamchain',
|
|
@@ -3869,8 +3955,8 @@ exports.chains = {
|
|
|
3869
3955
|
chain: 'FTM',
|
|
3870
3956
|
rpc: [
|
|
3871
3957
|
'https://rpc.ftm.tools',
|
|
3872
|
-
'https://fantom.publicnode.com',
|
|
3873
|
-
'wss://fantom.publicnode.com'
|
|
3958
|
+
'https://fantom-rpc.publicnode.com',
|
|
3959
|
+
'wss://fantom-rpc.publicnode.com'
|
|
3874
3960
|
],
|
|
3875
3961
|
faucets: [],
|
|
3876
3962
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -3895,17 +3981,23 @@ exports.chains = {
|
|
|
3895
3981
|
]
|
|
3896
3982
|
},
|
|
3897
3983
|
252: {
|
|
3898
|
-
name: 'Fraxtal
|
|
3984
|
+
name: 'Fraxtal',
|
|
3899
3985
|
chain: 'FRAX',
|
|
3900
|
-
rpc: [],
|
|
3986
|
+
rpc: ['https://rpc.frax.com'],
|
|
3901
3987
|
faucets: [],
|
|
3902
3988
|
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
3903
3989
|
infoURL: 'https://mainnet.frax.com',
|
|
3904
3990
|
shortName: 'fraxtal',
|
|
3905
3991
|
chainId: 252,
|
|
3906
3992
|
networkId: 252,
|
|
3907
|
-
explorers: [
|
|
3908
|
-
|
|
3993
|
+
explorers: [
|
|
3994
|
+
{
|
|
3995
|
+
name: 'fraxscan',
|
|
3996
|
+
url: 'https://fraxscan.com',
|
|
3997
|
+
standard: 'EIP3091'
|
|
3998
|
+
}
|
|
3999
|
+
],
|
|
4000
|
+
status: 'active'
|
|
3909
4001
|
},
|
|
3910
4002
|
255: {
|
|
3911
4003
|
name: 'Kroma',
|
|
@@ -4054,7 +4146,7 @@ exports.chains = {
|
|
|
4054
4146
|
],
|
|
4055
4147
|
faucets: [],
|
|
4056
4148
|
nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
|
|
4057
|
-
features: [{ name: 'EIP155' }],
|
|
4149
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4058
4150
|
infoURL: '',
|
|
4059
4151
|
shortName: 'lachain',
|
|
4060
4152
|
chainId: 274,
|
|
@@ -4067,6 +4159,18 @@ exports.chains = {
|
|
|
4067
4159
|
}
|
|
4068
4160
|
]
|
|
4069
4161
|
},
|
|
4162
|
+
279: {
|
|
4163
|
+
name: 'BPX Blockchain',
|
|
4164
|
+
chain: 'BPX',
|
|
4165
|
+
icon: 'bpx',
|
|
4166
|
+
rpc: ['https://rpc.mainnet.bpxchain.cc', 'https://bpx-dataseed.infinex.cc'],
|
|
4167
|
+
faucets: [],
|
|
4168
|
+
nativeCurrency: { name: 'BPX', symbol: 'BPX', decimals: 18 },
|
|
4169
|
+
infoURL: 'https://bpxchain.cc',
|
|
4170
|
+
shortName: 'bpx',
|
|
4171
|
+
chainId: 279,
|
|
4172
|
+
networkId: 279
|
|
4173
|
+
},
|
|
4070
4174
|
280: {
|
|
4071
4175
|
name: 'zkSync Era Goerli Testnet (deprecated)',
|
|
4072
4176
|
status: 'deprecated',
|
|
@@ -4336,6 +4440,46 @@ exports.chains = {
|
|
|
4336
4440
|
}
|
|
4337
4441
|
]
|
|
4338
4442
|
},
|
|
4443
|
+
305: {
|
|
4444
|
+
name: 'ZKSats Mainnet',
|
|
4445
|
+
title: 'ZKSats Mainnet',
|
|
4446
|
+
chain: 'ZKSats',
|
|
4447
|
+
rpc: ['https://mainnet.zksats.io'],
|
|
4448
|
+
faucets: [],
|
|
4449
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
4450
|
+
infoURL: 'https://zksats.io',
|
|
4451
|
+
shortName: 'ZKSats-Mainnet',
|
|
4452
|
+
chainId: 305,
|
|
4453
|
+
networkId: 305,
|
|
4454
|
+
icon: 'zksats',
|
|
4455
|
+
explorers: [
|
|
4456
|
+
{
|
|
4457
|
+
name: 'blockscout',
|
|
4458
|
+
url: 'https://explorer.zksats.io',
|
|
4459
|
+
icon: 'zksats',
|
|
4460
|
+
standard: 'EIP3091'
|
|
4461
|
+
}
|
|
4462
|
+
]
|
|
4463
|
+
},
|
|
4464
|
+
307: {
|
|
4465
|
+
name: 'Lovely Network Testnet',
|
|
4466
|
+
chain: 'Lovely',
|
|
4467
|
+
icon: 'lovely',
|
|
4468
|
+
rpc: ['https://trpc.lovely.network'],
|
|
4469
|
+
faucets: ['https://faucet.lovely.network'],
|
|
4470
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
|
4471
|
+
infoURL: 'https://lovely.network',
|
|
4472
|
+
shortName: 'LOVELY-Testnet',
|
|
4473
|
+
chainId: 307,
|
|
4474
|
+
networkId: 307,
|
|
4475
|
+
explorers: [
|
|
4476
|
+
{
|
|
4477
|
+
name: 'Lovely Network Testnet',
|
|
4478
|
+
url: 'https://tscan.lovely.network',
|
|
4479
|
+
standard: 'EIP3091'
|
|
4480
|
+
}
|
|
4481
|
+
]
|
|
4482
|
+
},
|
|
4339
4483
|
309: {
|
|
4340
4484
|
name: 'Wyzth Testnet',
|
|
4341
4485
|
chain: 'WYZ',
|
|
@@ -4484,6 +4628,25 @@ exports.chains = {
|
|
|
4484
4628
|
}
|
|
4485
4629
|
]
|
|
4486
4630
|
},
|
|
4631
|
+
323: {
|
|
4632
|
+
name: 'Cosvm Mainnet',
|
|
4633
|
+
chain: 'CVM',
|
|
4634
|
+
rpc: ['https://rpc.cosvm.net'],
|
|
4635
|
+
faucets: [],
|
|
4636
|
+
nativeCurrency: { name: 'Cosvm', symbol: 'CVM', decimals: 18 },
|
|
4637
|
+
infoURL: 'https://cosvm.network',
|
|
4638
|
+
shortName: 'cvm',
|
|
4639
|
+
chainId: 323,
|
|
4640
|
+
networkId: 323,
|
|
4641
|
+
explorers: [
|
|
4642
|
+
{
|
|
4643
|
+
name: 'Blockscout',
|
|
4644
|
+
url: 'https://explorer.cosvm.net',
|
|
4645
|
+
icon: 'blockscout',
|
|
4646
|
+
standard: 'EIP3091'
|
|
4647
|
+
}
|
|
4648
|
+
]
|
|
4649
|
+
},
|
|
4487
4650
|
324: {
|
|
4488
4651
|
name: 'zkSync Mainnet',
|
|
4489
4652
|
chain: 'ETH',
|
|
@@ -4685,8 +4848,8 @@ exports.chains = {
|
|
|
4685
4848
|
rpc: [
|
|
4686
4849
|
'https://rpc.pulsechain.com',
|
|
4687
4850
|
'wss://rpc.pulsechain.com',
|
|
4688
|
-
'https://pulsechain.publicnode.com',
|
|
4689
|
-
'wss://pulsechain.publicnode.com',
|
|
4851
|
+
'https://pulsechain-rpc.publicnode.com',
|
|
4852
|
+
'wss://pulsechain-rpc.publicnode.com',
|
|
4690
4853
|
'https://rpc-pulsechain.g4mm4.io',
|
|
4691
4854
|
'wss://rpc-pulsechain.g4mm4.io'
|
|
4692
4855
|
],
|
|
@@ -4926,8 +5089,8 @@ exports.chains = {
|
|
|
4926
5089
|
chain: 'ETH',
|
|
4927
5090
|
rpc: [
|
|
4928
5091
|
'https://goerli.optimism.io',
|
|
4929
|
-
'https://optimism-goerli.publicnode.com',
|
|
4930
|
-
'wss://optimism-goerli.publicnode.com',
|
|
5092
|
+
'https://optimism-goerli-rpc.publicnode.com',
|
|
5093
|
+
'wss://optimism-goerli-rpc.publicnode.com',
|
|
4931
5094
|
'https://optimism-goerli.gateway.tenderly.co',
|
|
4932
5095
|
'wss://optimism-goerli.gateway.tenderly.co'
|
|
4933
5096
|
],
|
|
@@ -4947,6 +5110,25 @@ exports.chains = {
|
|
|
4947
5110
|
}
|
|
4948
5111
|
]
|
|
4949
5112
|
},
|
|
5113
|
+
422: {
|
|
5114
|
+
name: 'Viridis Mainnet',
|
|
5115
|
+
chain: 'VRD',
|
|
5116
|
+
icon: 'viridis',
|
|
5117
|
+
rpc: ['https://mainnet-rpc.vrd.network'],
|
|
5118
|
+
faucets: [],
|
|
5119
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
|
5120
|
+
infoURL: 'https://viridis.network',
|
|
5121
|
+
shortName: 'vrd',
|
|
5122
|
+
chainId: 422,
|
|
5123
|
+
networkId: 422,
|
|
5124
|
+
explorers: [
|
|
5125
|
+
{
|
|
5126
|
+
name: 'Viridis Mainnet',
|
|
5127
|
+
url: 'https://explorer.vrd.network',
|
|
5128
|
+
standard: 'EIP3091'
|
|
5129
|
+
}
|
|
5130
|
+
]
|
|
5131
|
+
},
|
|
4950
5132
|
424: {
|
|
4951
5133
|
name: 'PGN (Public Goods Network)',
|
|
4952
5134
|
chain: 'ETH',
|
|
@@ -5141,7 +5323,7 @@ exports.chains = {
|
|
|
5141
5323
|
rpc: [],
|
|
5142
5324
|
faucets: [],
|
|
5143
5325
|
nativeCurrency: { name: 'Rupaya', symbol: 'RUPX', decimals: 18 },
|
|
5144
|
-
infoURL: 'https://www.
|
|
5326
|
+
infoURL: 'https://www.rupaya.io',
|
|
5145
5327
|
shortName: 'rupx',
|
|
5146
5328
|
chainId: 499,
|
|
5147
5329
|
networkId: 499,
|
|
@@ -5186,6 +5368,20 @@ exports.chains = {
|
|
|
5186
5368
|
}
|
|
5187
5369
|
]
|
|
5188
5370
|
},
|
|
5371
|
+
510: {
|
|
5372
|
+
name: 'Syndicate Chain',
|
|
5373
|
+
title: 'Syndicate Chain',
|
|
5374
|
+
chain: 'Syndicate',
|
|
5375
|
+
rpc: ['https://rpc-mainnet.syndicate.io'],
|
|
5376
|
+
faucets: [],
|
|
5377
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5378
|
+
infoURL: 'https://syndicate.io',
|
|
5379
|
+
shortName: 'syndicate-chain-mainnet',
|
|
5380
|
+
chainId: 510,
|
|
5381
|
+
networkId: 510,
|
|
5382
|
+
status: 'incubating',
|
|
5383
|
+
icon: 'syndicate'
|
|
5384
|
+
},
|
|
5189
5385
|
512: {
|
|
5190
5386
|
name: 'Double-A Chain Mainnet',
|
|
5191
5387
|
chain: 'AAC',
|
|
@@ -5282,7 +5478,7 @@ exports.chains = {
|
|
|
5282
5478
|
name: 'Firechain Mainnet',
|
|
5283
5479
|
chain: 'FIRE',
|
|
5284
5480
|
icon: 'firechain',
|
|
5285
|
-
rpc: ['https://mainnet.
|
|
5481
|
+
rpc: ['https://rpc-mainnet.thefirechain.com'],
|
|
5286
5482
|
faucets: [],
|
|
5287
5483
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
5288
5484
|
infoURL: 'https://thefirechain.com',
|
|
@@ -5951,6 +6147,35 @@ exports.chains = {
|
|
|
5951
6147
|
}
|
|
5952
6148
|
]
|
|
5953
6149
|
},
|
|
6150
|
+
713: {
|
|
6151
|
+
name: 'Vrcscan Mainnet',
|
|
6152
|
+
chain: 'VRC',
|
|
6153
|
+
rpc: [
|
|
6154
|
+
'https://rpc-mainnet-5.vrcscan.com',
|
|
6155
|
+
'https://rpc-mainnet-6.vrcscan.com',
|
|
6156
|
+
'https://rpc-mainnet-7.vrcscan.com',
|
|
6157
|
+
'https://rpc-mainnet-8.vrcscan.com'
|
|
6158
|
+
],
|
|
6159
|
+
faucets: [],
|
|
6160
|
+
nativeCurrency: { name: 'VRC Chain', symbol: 'VRC', decimals: 18 },
|
|
6161
|
+
infoURL: 'https://vrccoin.com',
|
|
6162
|
+
shortName: 'vrc',
|
|
6163
|
+
chainId: 713,
|
|
6164
|
+
networkId: 713,
|
|
6165
|
+
explorers: [
|
|
6166
|
+
{
|
|
6167
|
+
name: 'vrcscan',
|
|
6168
|
+
url: 'https://vrcscan.com',
|
|
6169
|
+
standard: 'EIP3091'
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
name: 'dxbscan',
|
|
6173
|
+
url: 'https://dxb.vrcscan.com',
|
|
6174
|
+
standard: 'EIP3091'
|
|
6175
|
+
}
|
|
6176
|
+
],
|
|
6177
|
+
icon: 'vrcscan'
|
|
6178
|
+
},
|
|
5954
6179
|
719: {
|
|
5955
6180
|
name: 'Shibarium Beta',
|
|
5956
6181
|
chain: 'Shibarium',
|
|
@@ -6001,6 +6226,25 @@ exports.chains = {
|
|
|
6001
6226
|
networkId: 727,
|
|
6002
6227
|
slip44: 727
|
|
6003
6228
|
},
|
|
6229
|
+
730: {
|
|
6230
|
+
name: 'Lovely Network Mainnet',
|
|
6231
|
+
chain: 'Lovely',
|
|
6232
|
+
icon: 'lovely',
|
|
6233
|
+
rpc: ['https://rpc.lovely.network'],
|
|
6234
|
+
faucets: [],
|
|
6235
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
|
6236
|
+
infoURL: 'https://lovely.network',
|
|
6237
|
+
shortName: 'LOVELY',
|
|
6238
|
+
chainId: 730,
|
|
6239
|
+
networkId: 730,
|
|
6240
|
+
explorers: [
|
|
6241
|
+
{
|
|
6242
|
+
name: 'Lovely Network Mainnet',
|
|
6243
|
+
url: 'https://scan.lovely.network',
|
|
6244
|
+
standard: 'EIP3091'
|
|
6245
|
+
}
|
|
6246
|
+
]
|
|
6247
|
+
},
|
|
6004
6248
|
740: {
|
|
6005
6249
|
name: 'Canto Testnet',
|
|
6006
6250
|
chain: 'Canto Tesnet',
|
|
@@ -6201,6 +6445,25 @@ exports.chains = {
|
|
|
6201
6445
|
}
|
|
6202
6446
|
]
|
|
6203
6447
|
},
|
|
6448
|
+
799: {
|
|
6449
|
+
name: 'Rupaya Testnet',
|
|
6450
|
+
chain: 'Rupaya Testnet',
|
|
6451
|
+
rpc: ['https://rpc.testnet.rupaya.io'],
|
|
6452
|
+
faucets: ['https://faucet.testnet.rupaya.io'],
|
|
6453
|
+
nativeCurrency: { name: 'Test Rupaya', symbol: 'TRUPX', decimals: 18 },
|
|
6454
|
+
infoURL: 'https://www.rupaya.io',
|
|
6455
|
+
shortName: 'RupayaTestnet',
|
|
6456
|
+
chainId: 799,
|
|
6457
|
+
networkId: 799,
|
|
6458
|
+
slip44: 1,
|
|
6459
|
+
explorers: [
|
|
6460
|
+
{
|
|
6461
|
+
name: 'rupayascan',
|
|
6462
|
+
url: 'https://scan.testnet.rupaya.io',
|
|
6463
|
+
standard: 'EIP3091'
|
|
6464
|
+
}
|
|
6465
|
+
]
|
|
6466
|
+
},
|
|
6204
6467
|
800: {
|
|
6205
6468
|
name: 'Lucid Blockchain',
|
|
6206
6469
|
chain: 'Lucid',
|
|
@@ -6306,7 +6569,7 @@ exports.chains = {
|
|
|
6306
6569
|
name: 'Firechain zkEVM',
|
|
6307
6570
|
title: 'Firechain zkEVM',
|
|
6308
6571
|
chain: 'Firechain',
|
|
6309
|
-
rpc: ['https://rpc
|
|
6572
|
+
rpc: ['https://rpc-zkevm.thefirechain.com'],
|
|
6310
6573
|
faucets: [],
|
|
6311
6574
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6312
6575
|
infoURL: 'https://docs.thefirechain.com/',
|
|
@@ -6318,7 +6581,7 @@ exports.chains = {
|
|
|
6318
6581
|
parent: {
|
|
6319
6582
|
type: 'L2',
|
|
6320
6583
|
chain: 'eip155-1',
|
|
6321
|
-
bridges: [{ url: 'https://zkevm
|
|
6584
|
+
bridges: [{ url: 'https://zkevm-bridge-rpc.thefirechain.com' }]
|
|
6322
6585
|
}
|
|
6323
6586
|
},
|
|
6324
6587
|
818: {
|
|
@@ -6381,6 +6644,45 @@ exports.chains = {
|
|
|
6381
6644
|
slip44: 1,
|
|
6382
6645
|
status: 'deprecated'
|
|
6383
6646
|
},
|
|
6647
|
+
822: {
|
|
6648
|
+
name: 'Runic Chain Testnet',
|
|
6649
|
+
chain: 'Runic',
|
|
6650
|
+
rpc: ['https://rpc-testnet.runic.build'],
|
|
6651
|
+
faucets: ['https://faucet.runic.build'],
|
|
6652
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'rBTC', decimals: 18 },
|
|
6653
|
+
infoURL: 'https://runic.build',
|
|
6654
|
+
shortName: 'runic-testnet',
|
|
6655
|
+
chainId: 822,
|
|
6656
|
+
networkId: 822,
|
|
6657
|
+
status: 'active',
|
|
6658
|
+
icon: 'runic-testnet',
|
|
6659
|
+
explorers: [
|
|
6660
|
+
{
|
|
6661
|
+
name: 'RunicScan',
|
|
6662
|
+
url: 'https://scan.runic.build',
|
|
6663
|
+
icon: 'runic-testnet',
|
|
6664
|
+
standard: 'EIP3091'
|
|
6665
|
+
}
|
|
6666
|
+
]
|
|
6667
|
+
},
|
|
6668
|
+
831: {
|
|
6669
|
+
name: 'CheckDot Blockchain Devnet',
|
|
6670
|
+
chain: 'CDT Blockchain',
|
|
6671
|
+
rpc: ['https://devnet.checkdot.io'],
|
|
6672
|
+
faucets: [],
|
|
6673
|
+
nativeCurrency: { name: 'CDT', symbol: 'CDT', decimals: 18 },
|
|
6674
|
+
infoURL: 'https://checkdot.io',
|
|
6675
|
+
shortName: 'cdt',
|
|
6676
|
+
chainId: 831,
|
|
6677
|
+
networkId: 831,
|
|
6678
|
+
explorers: [
|
|
6679
|
+
{
|
|
6680
|
+
name: 'CDT Explorer',
|
|
6681
|
+
url: 'https://explorer.checkdot.io',
|
|
6682
|
+
standard: 'none'
|
|
6683
|
+
}
|
|
6684
|
+
]
|
|
6685
|
+
},
|
|
6384
6686
|
841: {
|
|
6385
6687
|
name: 'Taraxa Mainnet',
|
|
6386
6688
|
chain: 'Tara',
|
|
@@ -6648,7 +6950,7 @@ exports.chains = {
|
|
|
6648
6950
|
name: 'Rinia Testnet',
|
|
6649
6951
|
chain: 'FIRE',
|
|
6650
6952
|
icon: 'rinia',
|
|
6651
|
-
rpc: ['https://rinia
|
|
6953
|
+
rpc: ['https://rinia-rpc1.thefirechain.com'],
|
|
6652
6954
|
faucets: ['https://faucet.thefirechain.com'],
|
|
6653
6955
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
6654
6956
|
infoURL: 'https://thefirechain.com',
|
|
@@ -6656,8 +6958,13 @@ exports.chains = {
|
|
|
6656
6958
|
chainId: 917,
|
|
6657
6959
|
networkId: 917,
|
|
6658
6960
|
slip44: 1,
|
|
6659
|
-
explorers: [
|
|
6660
|
-
|
|
6961
|
+
explorers: [
|
|
6962
|
+
{
|
|
6963
|
+
name: 'FireScan',
|
|
6964
|
+
url: 'https://rinia.firescan.io',
|
|
6965
|
+
standard: 'EIP3091'
|
|
6966
|
+
}
|
|
6967
|
+
]
|
|
6661
6968
|
},
|
|
6662
6969
|
919: {
|
|
6663
6970
|
name: 'Mode Testnet',
|
|
@@ -6762,8 +7069,8 @@ exports.chains = {
|
|
|
6762
7069
|
rpc: [
|
|
6763
7070
|
'https://rpc.v4.testnet.pulsechain.com',
|
|
6764
7071
|
'wss://rpc.v4.testnet.pulsechain.com',
|
|
6765
|
-
'https://pulsechain-testnet.publicnode.com',
|
|
6766
|
-
'wss://pulsechain-testnet.publicnode.com',
|
|
7072
|
+
'https://pulsechain-testnet-rpc.publicnode.com',
|
|
7073
|
+
'wss://pulsechain-testnet-rpc.publicnode.com',
|
|
6767
7074
|
'https://rpc-testnet-pulsechain.g4mm4.io',
|
|
6768
7075
|
'wss://rpc-testnet-pulsechain.g4mm4.io'
|
|
6769
7076
|
],
|
|
@@ -7452,11 +7759,12 @@ exports.chains = {
|
|
|
7452
7759
|
chain: 'Humans',
|
|
7453
7760
|
rpc: [
|
|
7454
7761
|
'https://jsonrpc.humans.nodestake.top',
|
|
7455
|
-
'https://humans-mainnet-evm.itrocket.net
|
|
7762
|
+
'https://humans-mainnet-evm.itrocket.net',
|
|
7456
7763
|
'https://humans-evm-rpc.staketab.org:443',
|
|
7457
7764
|
'https://evm.humans.stakepool.dev.br',
|
|
7458
7765
|
'https://mainnet-humans-evm.konsortech.xyz',
|
|
7459
|
-
'https://evm-rpc.mainnet.humans.zone'
|
|
7766
|
+
'https://evm-rpc.mainnet.humans.zone',
|
|
7767
|
+
'https://json-rpc.humans.bh.rocks'
|
|
7460
7768
|
],
|
|
7461
7769
|
faucets: [],
|
|
7462
7770
|
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
|
@@ -7494,6 +7802,25 @@ exports.chains = {
|
|
|
7494
7802
|
}
|
|
7495
7803
|
]
|
|
7496
7804
|
},
|
|
7805
|
+
1100: {
|
|
7806
|
+
name: 'Dymension',
|
|
7807
|
+
chain: 'Dymension',
|
|
7808
|
+
rpc: [
|
|
7809
|
+
'https://dymension-evm.blockpi.network/v1/rpc/public',
|
|
7810
|
+
'https://dymension-evm-rpc.publicnode.com',
|
|
7811
|
+
'wss://dymension-evm-rpc.publicnode.com'
|
|
7812
|
+
],
|
|
7813
|
+
faucets: [],
|
|
7814
|
+
nativeCurrency: { name: 'DYM', symbol: 'DYM', decimals: 18 },
|
|
7815
|
+
infoURL: 'https://dymension.xyz',
|
|
7816
|
+
shortName: 'dymension',
|
|
7817
|
+
icon: 'dymension',
|
|
7818
|
+
chainId: 1100,
|
|
7819
|
+
networkId: 1100,
|
|
7820
|
+
explorers: [
|
|
7821
|
+
{ name: 'dym.fyi', url: 'https://dym.fyi', standard: 'EIP3091' }
|
|
7822
|
+
]
|
|
7823
|
+
},
|
|
7497
7824
|
1101: {
|
|
7498
7825
|
name: 'Polygon zkEVM',
|
|
7499
7826
|
title: 'Polygon zkEVM',
|
|
@@ -7918,6 +8245,25 @@ exports.chains = {
|
|
|
7918
8245
|
}
|
|
7919
8246
|
]
|
|
7920
8247
|
},
|
|
8248
|
+
1224: {
|
|
8249
|
+
name: 'Hybrid Testnet',
|
|
8250
|
+
chain: '$HYB',
|
|
8251
|
+
icon: 'hybridIcon',
|
|
8252
|
+
rpc: ['https://testnet-rpc.buildonhybrid.com'],
|
|
8253
|
+
faucets: [],
|
|
8254
|
+
nativeCurrency: { name: 'Hybrid', symbol: '$HYB', decimals: 18 },
|
|
8255
|
+
infoURL: 'https://buildonhybrid.com',
|
|
8256
|
+
shortName: 'hyb',
|
|
8257
|
+
chainId: 1224,
|
|
8258
|
+
networkId: 1224,
|
|
8259
|
+
explorers: [
|
|
8260
|
+
{
|
|
8261
|
+
name: 'Hybrid Testnet',
|
|
8262
|
+
url: 'https://alphatestnet.buildonhybrid.com',
|
|
8263
|
+
standard: 'EIP3091'
|
|
8264
|
+
}
|
|
8265
|
+
]
|
|
8266
|
+
},
|
|
7921
8267
|
1229: {
|
|
7922
8268
|
name: 'Exzo Network Mainnet',
|
|
7923
8269
|
chain: 'EXZO',
|
|
@@ -8128,8 +8474,8 @@ exports.chains = {
|
|
|
8128
8474
|
rpc: [
|
|
8129
8475
|
'https://rpc.api.moonbeam.network',
|
|
8130
8476
|
'wss://wss.api.moonbeam.network',
|
|
8131
|
-
'https://moonbeam.publicnode.com',
|
|
8132
|
-
'wss://moonbeam.publicnode.com'
|
|
8477
|
+
'https://moonbeam-rpc.publicnode.com',
|
|
8478
|
+
'wss://moonbeam-rpc.publicnode.com'
|
|
8133
8479
|
],
|
|
8134
8480
|
faucets: [],
|
|
8135
8481
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
|
@@ -8151,8 +8497,8 @@ exports.chains = {
|
|
|
8151
8497
|
rpc: [
|
|
8152
8498
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
8153
8499
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
8154
|
-
'https://moonriver.publicnode.com',
|
|
8155
|
-
'wss://moonriver.publicnode.com'
|
|
8500
|
+
'https://moonriver-rpc.publicnode.com',
|
|
8501
|
+
'wss://moonriver-rpc.publicnode.com'
|
|
8156
8502
|
],
|
|
8157
8503
|
faucets: [],
|
|
8158
8504
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
|
@@ -8663,6 +9009,27 @@ exports.chains = {
|
|
|
8663
9009
|
}
|
|
8664
9010
|
]
|
|
8665
9011
|
},
|
|
9012
|
+
1453: {
|
|
9013
|
+
name: 'MetaChain Istanbul',
|
|
9014
|
+
title: 'MetaChain Testnet Istanbul',
|
|
9015
|
+
chain: 'MTC',
|
|
9016
|
+
icon: 'metachain',
|
|
9017
|
+
rpc: ['https://istanbul-rpc.metachain.dev'],
|
|
9018
|
+
faucets: ['https://istanbul-faucet.metachain.dev'],
|
|
9019
|
+
nativeCurrency: { name: 'Metatime Coin', symbol: 'MTC', decimals: 18 },
|
|
9020
|
+
infoURL: 'https://metatime.com/en',
|
|
9021
|
+
shortName: 'metatimeistanbul',
|
|
9022
|
+
chainId: 1453,
|
|
9023
|
+
networkId: 1453,
|
|
9024
|
+
slip44: 1453,
|
|
9025
|
+
explorers: [
|
|
9026
|
+
{
|
|
9027
|
+
name: 'MetaExplorer',
|
|
9028
|
+
url: 'https://istanbul-explorer.metachain.dev',
|
|
9029
|
+
standard: 'EIP3091'
|
|
9030
|
+
}
|
|
9031
|
+
]
|
|
9032
|
+
},
|
|
8666
9033
|
1455: {
|
|
8667
9034
|
name: 'Ctex Scan Blockchain',
|
|
8668
9035
|
chain: 'Ctex Scan Blockchain',
|
|
@@ -8682,6 +9049,28 @@ exports.chains = {
|
|
|
8682
9049
|
}
|
|
8683
9050
|
]
|
|
8684
9051
|
},
|
|
9052
|
+
1490: {
|
|
9053
|
+
name: 'Vitruveo Mainnet',
|
|
9054
|
+
title: 'Vitruveo is a blockchain for Creators',
|
|
9055
|
+
chain: 'Vitruveo',
|
|
9056
|
+
rpc: ['https://rpc.vitruveo.xyz'],
|
|
9057
|
+
faucets: [],
|
|
9058
|
+
nativeCurrency: { name: 'Vitruveo Coin', symbol: 'VTRU', decimals: 18 },
|
|
9059
|
+
features: [{ name: 'EIP155' }],
|
|
9060
|
+
infoURL: 'https://www.vitruveo.xyz',
|
|
9061
|
+
shortName: 'vitruveo',
|
|
9062
|
+
chainId: 1490,
|
|
9063
|
+
networkId: 1490,
|
|
9064
|
+
icon: 'vitruveo',
|
|
9065
|
+
explorers: [
|
|
9066
|
+
{
|
|
9067
|
+
name: 'Vitruveo Explorer',
|
|
9068
|
+
url: 'https://explorer.vitruveo.xyz',
|
|
9069
|
+
icon: 'vitruveo',
|
|
9070
|
+
standard: 'EIP3091'
|
|
9071
|
+
}
|
|
9072
|
+
]
|
|
9073
|
+
},
|
|
8685
9074
|
1501: {
|
|
8686
9075
|
name: 'BEVM Canary',
|
|
8687
9076
|
chain: 'ChainX',
|
|
@@ -8781,6 +9170,29 @@ exports.chains = {
|
|
|
8781
9170
|
}
|
|
8782
9171
|
]
|
|
8783
9172
|
},
|
|
9173
|
+
1617: {
|
|
9174
|
+
name: 'Ethereum Inscription Mainnet',
|
|
9175
|
+
chain: 'ETINS',
|
|
9176
|
+
rpc: ['https://rpc.etins.org'],
|
|
9177
|
+
faucets: [],
|
|
9178
|
+
nativeCurrency: {
|
|
9179
|
+
name: 'Ethereum Inscription',
|
|
9180
|
+
symbol: 'ETINS',
|
|
9181
|
+
decimals: 18
|
|
9182
|
+
},
|
|
9183
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9184
|
+
infoURL: 'https://www.etins.org',
|
|
9185
|
+
shortName: 'etins',
|
|
9186
|
+
chainId: 1617,
|
|
9187
|
+
networkId: 1617,
|
|
9188
|
+
explorers: [
|
|
9189
|
+
{
|
|
9190
|
+
name: 'Ethereum Inscription Explorer',
|
|
9191
|
+
url: 'https://explorer.etins.org',
|
|
9192
|
+
standard: 'none'
|
|
9193
|
+
}
|
|
9194
|
+
]
|
|
9195
|
+
},
|
|
8784
9196
|
1618: {
|
|
8785
9197
|
name: 'Catecoin Chain Mainnet',
|
|
8786
9198
|
chain: 'Catechain',
|
|
@@ -8859,6 +9271,31 @@ exports.chains = {
|
|
|
8859
9271
|
}
|
|
8860
9272
|
]
|
|
8861
9273
|
},
|
|
9274
|
+
1686: {
|
|
9275
|
+
name: 'Mint Testnet',
|
|
9276
|
+
chain: 'ETH',
|
|
9277
|
+
rpc: ['https://testnet-rpc.mintchain.io'],
|
|
9278
|
+
faucets: [],
|
|
9279
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
9280
|
+
infoURL: 'https://www.mintchain.io',
|
|
9281
|
+
shortName: 'minttest',
|
|
9282
|
+
chainId: 1686,
|
|
9283
|
+
networkId: 1686,
|
|
9284
|
+
icon: 'mintTestnet',
|
|
9285
|
+
explorers: [
|
|
9286
|
+
{
|
|
9287
|
+
name: 'blockscout',
|
|
9288
|
+
url: 'https://testnet-explorer.mintchain.io',
|
|
9289
|
+
icon: 'mintTestnet',
|
|
9290
|
+
standard: 'EIP3091'
|
|
9291
|
+
}
|
|
9292
|
+
],
|
|
9293
|
+
parent: {
|
|
9294
|
+
type: 'L2',
|
|
9295
|
+
chain: 'eip155-1',
|
|
9296
|
+
bridges: [{ url: 'https://testnet-bridge.mintchain.io' }]
|
|
9297
|
+
}
|
|
9298
|
+
},
|
|
8862
9299
|
1688: {
|
|
8863
9300
|
name: 'LUDAN Mainnet',
|
|
8864
9301
|
chain: 'LUDAN',
|
|
@@ -9151,20 +9588,20 @@ exports.chains = {
|
|
|
9151
9588
|
networkId: 1
|
|
9152
9589
|
},
|
|
9153
9590
|
1875: {
|
|
9154
|
-
name: '
|
|
9591
|
+
name: 'Whitechain',
|
|
9155
9592
|
chain: 'WBT',
|
|
9156
|
-
rpc: ['https://rpc.
|
|
9593
|
+
rpc: ['https://rpc.whitechain.io'],
|
|
9157
9594
|
faucets: [],
|
|
9158
9595
|
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
9159
|
-
infoURL: 'https://
|
|
9596
|
+
infoURL: 'https://whitechain.io',
|
|
9160
9597
|
shortName: 'wbt',
|
|
9161
9598
|
chainId: 1875,
|
|
9162
9599
|
networkId: 1875,
|
|
9163
|
-
icon: '
|
|
9600
|
+
icon: 'whitechain',
|
|
9164
9601
|
explorers: [
|
|
9165
9602
|
{
|
|
9166
|
-
name: '
|
|
9167
|
-
url: 'https://explorer.
|
|
9603
|
+
name: 'whitechain-explorer',
|
|
9604
|
+
url: 'https://explorer.whitechain.io',
|
|
9168
9605
|
standard: 'EIP3091'
|
|
9169
9606
|
}
|
|
9170
9607
|
]
|
|
@@ -9407,6 +9844,21 @@ exports.chains = {
|
|
|
9407
9844
|
faucets: [],
|
|
9408
9845
|
infoURL: ''
|
|
9409
9846
|
},
|
|
9847
|
+
1953: {
|
|
9848
|
+
name: 'Selendra Network Testnet',
|
|
9849
|
+
chain: 'tSEL',
|
|
9850
|
+
rpc: [
|
|
9851
|
+
'https://rpc0-testnet.selendra.org',
|
|
9852
|
+
'https://rpc1-testnet.selendra.org'
|
|
9853
|
+
],
|
|
9854
|
+
faucets: [],
|
|
9855
|
+
nativeCurrency: { name: 'Selendra', symbol: 'tSEL', decimals: 18 },
|
|
9856
|
+
infoURL: 'https://selendra.org',
|
|
9857
|
+
shortName: 'tSEL',
|
|
9858
|
+
chainId: 1953,
|
|
9859
|
+
networkId: 1953,
|
|
9860
|
+
icon: 'selendra'
|
|
9861
|
+
},
|
|
9410
9862
|
1954: {
|
|
9411
9863
|
name: 'Dexilla Testnet',
|
|
9412
9864
|
chain: 'Dexilla',
|
|
@@ -9436,6 +9888,25 @@ exports.chains = {
|
|
|
9436
9888
|
bridges: [{ url: 'https://bridge.dexilla.com' }]
|
|
9437
9889
|
}
|
|
9438
9890
|
},
|
|
9891
|
+
1961: {
|
|
9892
|
+
name: 'Selendra Network Mainnet',
|
|
9893
|
+
chain: 'SEL',
|
|
9894
|
+
rpc: ['https://rpc0.selendra.org', 'https://rpc1.selendra.org'],
|
|
9895
|
+
faucets: [],
|
|
9896
|
+
nativeCurrency: { name: 'Selendra', symbol: 'SEL', decimals: 18 },
|
|
9897
|
+
infoURL: 'https://selendra.org',
|
|
9898
|
+
shortName: 'SEL',
|
|
9899
|
+
chainId: 1961,
|
|
9900
|
+
networkId: 1961,
|
|
9901
|
+
icon: 'selendra',
|
|
9902
|
+
explorers: [
|
|
9903
|
+
{
|
|
9904
|
+
name: 'Selendra Scan',
|
|
9905
|
+
url: 'https://scan.selendra.org',
|
|
9906
|
+
standard: 'none'
|
|
9907
|
+
}
|
|
9908
|
+
]
|
|
9909
|
+
},
|
|
9439
9910
|
1967: {
|
|
9440
9911
|
name: 'Eleanor',
|
|
9441
9912
|
title: 'Metatime Testnet Eleanor',
|
|
@@ -9970,6 +10441,17 @@ exports.chains = {
|
|
|
9970
10441
|
}
|
|
9971
10442
|
]
|
|
9972
10443
|
},
|
|
10444
|
+
2024: {
|
|
10445
|
+
name: 'Swan Saturn Testnet',
|
|
10446
|
+
chain: 'SWAN',
|
|
10447
|
+
rpc: ['https://saturn-rpc.swanchain.io'],
|
|
10448
|
+
faucets: [],
|
|
10449
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
|
10450
|
+
infoURL: 'https://swanchain.io/',
|
|
10451
|
+
shortName: 'swan',
|
|
10452
|
+
chainId: 2024,
|
|
10453
|
+
networkId: 2024
|
|
10454
|
+
},
|
|
9973
10455
|
2025: {
|
|
9974
10456
|
name: 'Rangers Protocol Mainnet',
|
|
9975
10457
|
chain: 'Rangers',
|
|
@@ -10556,8 +11038,11 @@ exports.chains = {
|
|
|
10556
11038
|
'https://kava-rpc.gateway.pokt.network',
|
|
10557
11039
|
'https://kava-evm.rpc.thirdweb.com',
|
|
10558
11040
|
'wss://wevm.kava.io',
|
|
10559
|
-
'https://kava-evm.publicnode.com',
|
|
10560
|
-
'wss://kava-evm.publicnode.com'
|
|
11041
|
+
'https://kava-evm-rpc.publicnode.com',
|
|
11042
|
+
'wss://kava-evm-rpc.publicnode.com',
|
|
11043
|
+
'https://evm.kava-rpc.com',
|
|
11044
|
+
'https://rpc.ankr.com/kava_evm',
|
|
11045
|
+
'wss://wevm.kava-rpc.com'
|
|
10561
11046
|
],
|
|
10562
11047
|
faucets: [],
|
|
10563
11048
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
|
@@ -10831,6 +11316,26 @@ exports.chains = {
|
|
|
10831
11316
|
],
|
|
10832
11317
|
parent: { type: 'L2', chain: 'eip155-248' }
|
|
10833
11318
|
},
|
|
11319
|
+
2410: {
|
|
11320
|
+
name: 'Karak Mainnet',
|
|
11321
|
+
chain: 'Karak',
|
|
11322
|
+
icon: 'karak',
|
|
11323
|
+
rpc: ['https://rpc.karak.network'],
|
|
11324
|
+
faucets: [],
|
|
11325
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11326
|
+
infoURL: 'https://karak.network',
|
|
11327
|
+
shortName: 'karak-mainnet',
|
|
11328
|
+
chainId: 2410,
|
|
11329
|
+
networkId: 2410,
|
|
11330
|
+
explorers: [
|
|
11331
|
+
{
|
|
11332
|
+
name: 'Karak Mainnet Explorer',
|
|
11333
|
+
url: 'https://explorer.karak.network',
|
|
11334
|
+
standard: 'EIP3091'
|
|
11335
|
+
}
|
|
11336
|
+
],
|
|
11337
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
11338
|
+
},
|
|
10834
11339
|
2415: {
|
|
10835
11340
|
name: 'XODEX',
|
|
10836
11341
|
chain: 'XODEX',
|
|
@@ -10855,6 +11360,31 @@ exports.chains = {
|
|
|
10855
11360
|
}
|
|
10856
11361
|
]
|
|
10857
11362
|
},
|
|
11363
|
+
2442: {
|
|
11364
|
+
name: 'Polygon zkEVM Cardona Testnet',
|
|
11365
|
+
title: 'Polygon zkEVM Cardona Testnet',
|
|
11366
|
+
chain: 'Polygon',
|
|
11367
|
+
rpc: ['https://rpc.cardona.zkevm-rpc.com'],
|
|
11368
|
+
faucets: [],
|
|
11369
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11370
|
+
infoURL: 'https://polygon.technology/polygon-zkevm',
|
|
11371
|
+
shortName: 'zkevm-testnet-cardona',
|
|
11372
|
+
chainId: 2442,
|
|
11373
|
+
networkId: 2442,
|
|
11374
|
+
icon: 'zkevm',
|
|
11375
|
+
explorers: [
|
|
11376
|
+
{
|
|
11377
|
+
name: 'polygonscan',
|
|
11378
|
+
url: 'https://cardona-zkevm.polygonscan.com',
|
|
11379
|
+
standard: 'EIP3091'
|
|
11380
|
+
}
|
|
11381
|
+
],
|
|
11382
|
+
parent: {
|
|
11383
|
+
type: 'L2',
|
|
11384
|
+
chain: 'eip155-1',
|
|
11385
|
+
bridges: [{ url: 'https://bridge-ui.cardona.zkevm-rpc.com' }]
|
|
11386
|
+
}
|
|
11387
|
+
},
|
|
10858
11388
|
2458: {
|
|
10859
11389
|
name: 'Hybrid Chain Network Testnet',
|
|
10860
11390
|
chain: 'HYBRID',
|
|
@@ -10932,6 +11462,26 @@ exports.chains = {
|
|
|
10932
11462
|
}
|
|
10933
11463
|
]
|
|
10934
11464
|
},
|
|
11465
|
+
2511: {
|
|
11466
|
+
name: 'Karak Testnet',
|
|
11467
|
+
chain: 'Karak',
|
|
11468
|
+
icon: 'karak',
|
|
11469
|
+
rpc: ['https://goerli.node1.karak.network'],
|
|
11470
|
+
faucets: [],
|
|
11471
|
+
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11472
|
+
infoURL: 'https://karak.network',
|
|
11473
|
+
shortName: 'karak-testnet',
|
|
11474
|
+
chainId: 2511,
|
|
11475
|
+
networkId: 2511,
|
|
11476
|
+
explorers: [
|
|
11477
|
+
{
|
|
11478
|
+
name: 'Karak Testnet Explorer',
|
|
11479
|
+
url: 'https://goerli.scan.karak.network',
|
|
11480
|
+
standard: 'EIP3091'
|
|
11481
|
+
}
|
|
11482
|
+
],
|
|
11483
|
+
parent: { type: 'L2', chain: 'eip155-5' }
|
|
11484
|
+
},
|
|
10935
11485
|
2522: {
|
|
10936
11486
|
name: 'Fraxtal Testnet',
|
|
10937
11487
|
chain: 'FRAX',
|
|
@@ -10943,7 +11493,13 @@ exports.chains = {
|
|
|
10943
11493
|
chainId: 2522,
|
|
10944
11494
|
networkId: 2522,
|
|
10945
11495
|
slip44: 1,
|
|
10946
|
-
explorers: [
|
|
11496
|
+
explorers: [
|
|
11497
|
+
{
|
|
11498
|
+
name: 'fraxscan',
|
|
11499
|
+
url: 'https://holesky.fraxscan.com',
|
|
11500
|
+
standard: 'EIP3091'
|
|
11501
|
+
}
|
|
11502
|
+
],
|
|
10947
11503
|
status: 'active'
|
|
10948
11504
|
},
|
|
10949
11505
|
2559: {
|
|
@@ -11064,25 +11620,40 @@ exports.chains = {
|
|
|
11064
11620
|
]
|
|
11065
11621
|
},
|
|
11066
11622
|
2625: {
|
|
11067
|
-
name: '
|
|
11623
|
+
name: 'Whitechain Testnet',
|
|
11068
11624
|
chain: 'WBT',
|
|
11069
|
-
rpc: ['https://rpc-testnet.
|
|
11070
|
-
faucets: ['https://
|
|
11625
|
+
rpc: ['https://rpc-testnet.whitechain.io'],
|
|
11626
|
+
faucets: ['https://testnet.whitechain.io/faucet'],
|
|
11071
11627
|
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
11072
|
-
infoURL: 'https://
|
|
11628
|
+
infoURL: 'https://whitechain.io',
|
|
11073
11629
|
shortName: 'twbt',
|
|
11074
11630
|
chainId: 2625,
|
|
11075
11631
|
networkId: 2625,
|
|
11076
11632
|
slip44: 1,
|
|
11077
|
-
icon: '
|
|
11633
|
+
icon: 'whitechain-testnet',
|
|
11078
11634
|
explorers: [
|
|
11079
11635
|
{
|
|
11080
|
-
name: '
|
|
11081
|
-
url: 'https://
|
|
11636
|
+
name: 'whitechain-testnet-explorer',
|
|
11637
|
+
url: 'https://testnet.whitechain.io',
|
|
11082
11638
|
standard: 'EIP3091'
|
|
11083
11639
|
}
|
|
11084
11640
|
]
|
|
11085
11641
|
},
|
|
11642
|
+
2662: {
|
|
11643
|
+
name: 'APEX',
|
|
11644
|
+
status: 'incubating',
|
|
11645
|
+
chain: 'ETH',
|
|
11646
|
+
rpc: [],
|
|
11647
|
+
faucets: [],
|
|
11648
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11649
|
+
infoURL: 'https://apexlayer.xyz/',
|
|
11650
|
+
shortName: 'apexmainnet',
|
|
11651
|
+
chainId: 2662,
|
|
11652
|
+
networkId: 2662,
|
|
11653
|
+
icon: 'apexmainnet',
|
|
11654
|
+
explorers: [],
|
|
11655
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
11656
|
+
},
|
|
11086
11657
|
2710: {
|
|
11087
11658
|
name: 'Morph Testnet',
|
|
11088
11659
|
chain: 'ETH',
|
|
@@ -11131,6 +11702,26 @@ exports.chains = {
|
|
|
11131
11702
|
}
|
|
11132
11703
|
]
|
|
11133
11704
|
},
|
|
11705
|
+
2731: {
|
|
11706
|
+
name: 'Elizabeth Testnet',
|
|
11707
|
+
chain: 'Elizabeth',
|
|
11708
|
+
rpc: ['https://testnet-rpc.timenetwork.io'],
|
|
11709
|
+
faucets: [],
|
|
11710
|
+
nativeCurrency: { name: 'TIME', symbol: 'TIME', decimals: 18 },
|
|
11711
|
+
infoURL: 'https://whitepaper.anttime.net/overview/anttime',
|
|
11712
|
+
shortName: 'TIME',
|
|
11713
|
+
chainId: 2731,
|
|
11714
|
+
networkId: 2731,
|
|
11715
|
+
icon: 'timenet',
|
|
11716
|
+
explorers: [
|
|
11717
|
+
{
|
|
11718
|
+
name: 'Time Network Explorer',
|
|
11719
|
+
url: 'https://testnet-scanner.timenetwork.io',
|
|
11720
|
+
standard: 'none',
|
|
11721
|
+
icon: 'timenet'
|
|
11722
|
+
}
|
|
11723
|
+
]
|
|
11724
|
+
},
|
|
11134
11725
|
2888: {
|
|
11135
11726
|
name: 'Boba Network Goerli Testnet',
|
|
11136
11727
|
chain: 'ETH',
|
|
@@ -11155,6 +11746,29 @@ exports.chains = {
|
|
|
11155
11746
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
11156
11747
|
}
|
|
11157
11748
|
},
|
|
11749
|
+
2941: {
|
|
11750
|
+
name: 'Xenon Chain Testnet',
|
|
11751
|
+
chain: 'XEN',
|
|
11752
|
+
rpc: [
|
|
11753
|
+
'https://testnet-chain.xenonchain.com/',
|
|
11754
|
+
'https://testnet-dev.xenonchain.com/'
|
|
11755
|
+
],
|
|
11756
|
+
faucets: ['https://xfaucet.xenonchain.com'],
|
|
11757
|
+
nativeCurrency: { name: 'Xenon Testnet', symbol: 'tXEN', decimals: 18 },
|
|
11758
|
+
infoURL: 'https://xenonchain.com',
|
|
11759
|
+
shortName: 'xenon',
|
|
11760
|
+
chainId: 2941,
|
|
11761
|
+
networkId: 2941,
|
|
11762
|
+
icon: 'xenon',
|
|
11763
|
+
slip44: 1,
|
|
11764
|
+
explorers: [
|
|
11765
|
+
{
|
|
11766
|
+
name: 'Xenon testnet Explorer',
|
|
11767
|
+
url: 'https://testnet.xenonchain.com',
|
|
11768
|
+
standard: 'none'
|
|
11769
|
+
}
|
|
11770
|
+
]
|
|
11771
|
+
},
|
|
11158
11772
|
2999: {
|
|
11159
11773
|
name: 'BitYuan Mainnet',
|
|
11160
11774
|
chain: 'BTY',
|
|
@@ -11559,6 +12173,11 @@ exports.chains = {
|
|
|
11559
12173
|
name: '3xpl',
|
|
11560
12174
|
url: 'https://3xpl.com/botanix',
|
|
11561
12175
|
standard: 'EIP3091'
|
|
12176
|
+
},
|
|
12177
|
+
{
|
|
12178
|
+
name: 'Blockscout',
|
|
12179
|
+
url: 'https://blockscout.botanixlabs.dev',
|
|
12180
|
+
standard: 'EIP3091'
|
|
11562
12181
|
}
|
|
11563
12182
|
]
|
|
11564
12183
|
},
|
|
@@ -11732,6 +12351,22 @@ exports.chains = {
|
|
|
11732
12351
|
}
|
|
11733
12352
|
]
|
|
11734
12353
|
},
|
|
12354
|
+
3776: {
|
|
12355
|
+
name: 'Astar zkEVM',
|
|
12356
|
+
shortName: 'astrzk',
|
|
12357
|
+
title: 'Astar zkEVM Mainnet',
|
|
12358
|
+
chain: 'ETH',
|
|
12359
|
+
icon: 'astarzk',
|
|
12360
|
+
rpc: [],
|
|
12361
|
+
faucets: [],
|
|
12362
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
12363
|
+
infoURL: 'https://astar.network',
|
|
12364
|
+
chainId: 3776,
|
|
12365
|
+
networkId: 3776,
|
|
12366
|
+
explorers: [],
|
|
12367
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
12368
|
+
status: 'incubating'
|
|
12369
|
+
},
|
|
11735
12370
|
3797: {
|
|
11736
12371
|
name: 'AlveyChain Mainnet',
|
|
11737
12372
|
chain: 'ALV',
|
|
@@ -11787,13 +12422,13 @@ exports.chains = {
|
|
|
11787
12422
|
},
|
|
11788
12423
|
3885: {
|
|
11789
12424
|
name: 'Firechain zkEVM Ghostrider',
|
|
11790
|
-
title: 'Firechain zkEVM
|
|
12425
|
+
title: 'Firechain zkEVM Testnet',
|
|
11791
12426
|
chain: 'Firechain',
|
|
11792
|
-
rpc: ['https://rpc
|
|
12427
|
+
rpc: ['https://rpc-zkevm-ghostrider.thefirechain.com'],
|
|
11793
12428
|
faucets: ['zkevm-faucet.thefirechain.com'],
|
|
11794
12429
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11795
12430
|
infoURL: 'https://docs.thefirechain.com/',
|
|
11796
|
-
shortName: 'firechain-zkEVM-
|
|
12431
|
+
shortName: 'firechain-zkEVM-testnet',
|
|
11797
12432
|
chainId: 3885,
|
|
11798
12433
|
networkId: 3885,
|
|
11799
12434
|
explorers: []
|
|
@@ -11917,6 +12552,31 @@ exports.chains = {
|
|
|
11917
12552
|
}
|
|
11918
12553
|
]
|
|
11919
12554
|
},
|
|
12555
|
+
3993: {
|
|
12556
|
+
name: 'APEX Testnet',
|
|
12557
|
+
chain: 'ETH',
|
|
12558
|
+
rpc: ['https://rpc-testnet.apexlayer.xyz'],
|
|
12559
|
+
faucets: ['https://sepoliafaucet.com/'],
|
|
12560
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
12561
|
+
infoURL: 'https://docs.apexlayer.xyz/',
|
|
12562
|
+
shortName: 'apexsep',
|
|
12563
|
+
chainId: 3993,
|
|
12564
|
+
networkId: 3993,
|
|
12565
|
+
slip44: 1,
|
|
12566
|
+
icon: 'apextestnet',
|
|
12567
|
+
explorers: [
|
|
12568
|
+
{
|
|
12569
|
+
name: 'blockscout',
|
|
12570
|
+
url: 'https://exp-testnet.apexlayer.xyz',
|
|
12571
|
+
standard: 'EIP3091'
|
|
12572
|
+
}
|
|
12573
|
+
],
|
|
12574
|
+
parent: {
|
|
12575
|
+
type: 'L2',
|
|
12576
|
+
chain: 'eip155-11155111',
|
|
12577
|
+
bridges: [{ url: 'https://apexlayer.xyz/bridge' }]
|
|
12578
|
+
}
|
|
12579
|
+
},
|
|
11920
12580
|
3999: {
|
|
11921
12581
|
name: 'YuanChain Mainnet',
|
|
11922
12582
|
chain: 'YCC',
|
|
@@ -11985,8 +12645,8 @@ exports.chains = {
|
|
|
11985
12645
|
chain: 'FTM',
|
|
11986
12646
|
rpc: [
|
|
11987
12647
|
'https://rpc.testnet.fantom.network',
|
|
11988
|
-
'https://fantom-testnet.publicnode.com',
|
|
11989
|
-
'wss://fantom-testnet.publicnode.com'
|
|
12648
|
+
'https://fantom-testnet-rpc.publicnode.com',
|
|
12649
|
+
'wss://fantom-testnet-rpc.publicnode.com'
|
|
11990
12650
|
],
|
|
11991
12651
|
faucets: ['https://faucet.fantom.network'],
|
|
11992
12652
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -12248,6 +12908,27 @@ exports.chains = {
|
|
|
12248
12908
|
}
|
|
12249
12909
|
]
|
|
12250
12910
|
},
|
|
12911
|
+
4200: {
|
|
12912
|
+
name: 'Merlin Mainnet',
|
|
12913
|
+
title: 'Merlin Mainnet',
|
|
12914
|
+
chain: 'Merlin',
|
|
12915
|
+
rpc: ['https://rpc.merlinchain.io'],
|
|
12916
|
+
faucets: [],
|
|
12917
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12918
|
+
infoURL: 'https://merlinchain.io',
|
|
12919
|
+
shortName: 'Merlin-Mainnet',
|
|
12920
|
+
chainId: 4200,
|
|
12921
|
+
networkId: 4200,
|
|
12922
|
+
icon: 'merlin',
|
|
12923
|
+
explorers: [
|
|
12924
|
+
{
|
|
12925
|
+
name: 'blockscout',
|
|
12926
|
+
url: 'https://scan.merlinchain.io',
|
|
12927
|
+
icon: 'merlin',
|
|
12928
|
+
standard: 'EIP3091'
|
|
12929
|
+
}
|
|
12930
|
+
]
|
|
12931
|
+
},
|
|
12251
12932
|
4201: {
|
|
12252
12933
|
name: 'LUKSO Testnet',
|
|
12253
12934
|
chain: 'LUKSO Testnet',
|
|
@@ -12272,6 +12953,26 @@ exports.chains = {
|
|
|
12272
12953
|
slip44: 1,
|
|
12273
12954
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
12274
12955
|
},
|
|
12956
|
+
4202: {
|
|
12957
|
+
name: 'Lisk Sepolia Testnet',
|
|
12958
|
+
chain: 'ETH',
|
|
12959
|
+
rpc: ['https://rpc.sepolia-api.lisk.com'],
|
|
12960
|
+
faucets: [],
|
|
12961
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
12962
|
+
infoURL: 'https://lisk.com',
|
|
12963
|
+
shortName: 'lisksep',
|
|
12964
|
+
chainId: 4202,
|
|
12965
|
+
networkId: 4202,
|
|
12966
|
+
slip44: 134,
|
|
12967
|
+
explorers: [
|
|
12968
|
+
{
|
|
12969
|
+
name: 'liskscout',
|
|
12970
|
+
url: 'https://sepolia-blockscout.lisk.com',
|
|
12971
|
+
icon: 'blockscout',
|
|
12972
|
+
standard: 'EIP3091'
|
|
12973
|
+
}
|
|
12974
|
+
]
|
|
12975
|
+
},
|
|
12275
12976
|
4242: {
|
|
12276
12977
|
name: 'Nexi Mainnet',
|
|
12277
12978
|
chain: 'Nexi',
|
|
@@ -12351,6 +13052,8 @@ exports.chains = {
|
|
|
12351
13052
|
name: 'Beam',
|
|
12352
13053
|
chain: 'BEAM',
|
|
12353
13054
|
rpc: [
|
|
13055
|
+
'https://build.onbeam.com/rpc',
|
|
13056
|
+
'wss://build.onbeam.com/ws',
|
|
12354
13057
|
'https://subnets.avax.network/beam/mainnet/rpc',
|
|
12355
13058
|
'wss://subnets.avax.network/beam/mainnet/ws'
|
|
12356
13059
|
],
|
|
@@ -12433,6 +13136,41 @@ exports.chains = {
|
|
|
12433
13136
|
}
|
|
12434
13137
|
]
|
|
12435
13138
|
},
|
|
13139
|
+
4544: {
|
|
13140
|
+
name: 'Emoney Network Testnet',
|
|
13141
|
+
chain: 'Emoney',
|
|
13142
|
+
rpc: ['https://testnet.emoney.network/'],
|
|
13143
|
+
faucets: ['https://faucet.emoney.network/faucet'],
|
|
13144
|
+
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
|
13145
|
+
infoURL: 'https://emoney.network/',
|
|
13146
|
+
shortName: 'emoney',
|
|
13147
|
+
chainId: 4544,
|
|
13148
|
+
networkId: 4544,
|
|
13149
|
+
slip44: 118,
|
|
13150
|
+
icon: 'emoney',
|
|
13151
|
+
explorers: [
|
|
13152
|
+
{
|
|
13153
|
+
name: 'EMoney ethscan',
|
|
13154
|
+
url: 'https://ethscan.emoney.network',
|
|
13155
|
+
icon: 'emoney',
|
|
13156
|
+
standard: 'EIP3091'
|
|
13157
|
+
}
|
|
13158
|
+
]
|
|
13159
|
+
},
|
|
13160
|
+
4653: {
|
|
13161
|
+
name: 'Gold Chain',
|
|
13162
|
+
title: 'Gold Chain',
|
|
13163
|
+
chain: 'Gold',
|
|
13164
|
+
rpc: ['https://chain-rpc.gold.dev'],
|
|
13165
|
+
faucets: [],
|
|
13166
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13167
|
+
infoURL: 'https://gold.dev',
|
|
13168
|
+
shortName: 'gold',
|
|
13169
|
+
chainId: 4653,
|
|
13170
|
+
networkId: 4653,
|
|
13171
|
+
status: 'incubating',
|
|
13172
|
+
icon: 'gold'
|
|
13173
|
+
},
|
|
12436
13174
|
4689: {
|
|
12437
13175
|
name: 'IoTeX Network Mainnet',
|
|
12438
13176
|
chain: 'iotex.io',
|
|
@@ -12602,8 +13340,8 @@ exports.chains = {
|
|
|
12602
13340
|
icon: 'mantle',
|
|
12603
13341
|
rpc: [
|
|
12604
13342
|
'https://rpc.mantle.xyz',
|
|
12605
|
-
'https://mantle.publicnode.com',
|
|
12606
|
-
'wss://mantle.publicnode.com'
|
|
13343
|
+
'https://mantle-rpc.publicnode.com',
|
|
13344
|
+
'wss://mantle-rpc.publicnode.com'
|
|
12607
13345
|
],
|
|
12608
13346
|
faucets: [],
|
|
12609
13347
|
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
|
@@ -12715,6 +13453,34 @@ exports.chains = {
|
|
|
12715
13453
|
}
|
|
12716
13454
|
]
|
|
12717
13455
|
},
|
|
13456
|
+
5100: {
|
|
13457
|
+
name: 'Syndicate Testnet',
|
|
13458
|
+
title: 'Syndicate Testnet',
|
|
13459
|
+
chain: 'Syndicate',
|
|
13460
|
+
rpc: ['https://rpc-testnet.syndicate.io'],
|
|
13461
|
+
faucets: [],
|
|
13462
|
+
nativeCurrency: { name: 'S-Ether', symbol: 'ETH', decimals: 18 },
|
|
13463
|
+
infoURL: 'https://syndicate.io',
|
|
13464
|
+
shortName: 'syndicate-chain-testnet',
|
|
13465
|
+
chainId: 5100,
|
|
13466
|
+
networkId: 5100,
|
|
13467
|
+
status: 'incubating',
|
|
13468
|
+
icon: 'syndicate'
|
|
13469
|
+
},
|
|
13470
|
+
5101: {
|
|
13471
|
+
name: 'Syndicate Frame Chain',
|
|
13472
|
+
title: 'Syndicate Frame Chain',
|
|
13473
|
+
chain: 'Syndicate Frame',
|
|
13474
|
+
rpc: ['https://rpc-frame.syndicate.io'],
|
|
13475
|
+
faucets: [],
|
|
13476
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13477
|
+
infoURL: 'https://syndicate.io',
|
|
13478
|
+
shortName: 'syndicate-chain-frame',
|
|
13479
|
+
chainId: 5101,
|
|
13480
|
+
networkId: 5101,
|
|
13481
|
+
status: 'incubating',
|
|
13482
|
+
icon: 'syndicate'
|
|
13483
|
+
},
|
|
12718
13484
|
5165: {
|
|
12719
13485
|
name: 'Bahamut',
|
|
12720
13486
|
title: 'Bahamut mainnet',
|
|
@@ -12725,8 +13491,8 @@ exports.chains = {
|
|
|
12725
13491
|
'https://rpc2.bahamut.io',
|
|
12726
13492
|
'wss://ws1.sahara.bahamutchain.com',
|
|
12727
13493
|
'wss://ws2.sahara.bahamutchain.com',
|
|
12728
|
-
'https://bahamut.publicnode.com',
|
|
12729
|
-
'wss://bahamut.publicnode.com'
|
|
13494
|
+
'https://bahamut-rpc.publicnode.com',
|
|
13495
|
+
'wss://bahamut-rpc.publicnode.com'
|
|
12730
13496
|
],
|
|
12731
13497
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12732
13498
|
faucets: [],
|
|
@@ -12967,7 +13733,9 @@ exports.chains = {
|
|
|
12967
13733
|
'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
12968
13734
|
'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
12969
13735
|
'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
12970
|
-
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
|
|
13736
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
13737
|
+
'https://opbnb-testnet-rpc.publicnode.com',
|
|
13738
|
+
'wss://opbnb-testnet-rpc.publicnode.com'
|
|
12971
13739
|
],
|
|
12972
13740
|
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
12973
13741
|
nativeCurrency: {
|
|
@@ -13013,7 +13781,7 @@ exports.chains = {
|
|
|
13013
13781
|
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
|
13014
13782
|
],
|
|
13015
13783
|
faucets: [],
|
|
13016
|
-
nativeCurrency: { name: '
|
|
13784
|
+
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
13017
13785
|
infoURL: 'https://tanssi.network',
|
|
13018
13786
|
shortName: 'TanssiCC',
|
|
13019
13787
|
chainId: 5678,
|
|
@@ -13026,8 +13794,8 @@ exports.chains = {
|
|
|
13026
13794
|
rpc: [
|
|
13027
13795
|
'https://rpc.tanenbaum.io',
|
|
13028
13796
|
'wss://rpc.tanenbaum.io/wss',
|
|
13029
|
-
'https://syscoin-tanenbaum-evm.publicnode.com',
|
|
13030
|
-
'wss://syscoin-tanenbaum-evm.publicnode.com'
|
|
13797
|
+
'https://syscoin-tanenbaum-evm-rpc.publicnode.com',
|
|
13798
|
+
'wss://syscoin-tanenbaum-evm-rpc.publicnode.com'
|
|
13031
13799
|
],
|
|
13032
13800
|
faucets: ['https://faucet.tanenbaum.io'],
|
|
13033
13801
|
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
|
@@ -13545,14 +14313,17 @@ exports.chains = {
|
|
|
13545
14313
|
name: 'ZetaChain Mainnet',
|
|
13546
14314
|
chain: 'ZetaChain',
|
|
13547
14315
|
icon: 'zetachain',
|
|
13548
|
-
rpc: [
|
|
14316
|
+
rpc: [
|
|
14317
|
+
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
14318
|
+
'https://zetachain-mainnet-archive.allthatnode.com:8545'
|
|
14319
|
+
],
|
|
13549
14320
|
faucets: [],
|
|
13550
14321
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
13551
14322
|
infoURL: 'https://zetachain.com/docs/',
|
|
13552
14323
|
shortName: 'zetachain-mainnet',
|
|
13553
14324
|
chainId: 7000,
|
|
13554
14325
|
networkId: 7000,
|
|
13555
|
-
status: '
|
|
14326
|
+
status: 'active',
|
|
13556
14327
|
explorers: [
|
|
13557
14328
|
{
|
|
13558
14329
|
name: 'ZetaChain Mainnet Explorer',
|
|
@@ -14501,8 +15272,8 @@ exports.chains = {
|
|
|
14501
15272
|
'https://developer-access-mainnet.base.org/',
|
|
14502
15273
|
'https://base.gateway.tenderly.co',
|
|
14503
15274
|
'wss://base.gateway.tenderly.co',
|
|
14504
|
-
'https://base.publicnode.com',
|
|
14505
|
-
'wss://base.publicnode.com'
|
|
15275
|
+
'https://base-rpc.publicnode.com',
|
|
15276
|
+
'wss://base-rpc.publicnode.com'
|
|
14506
15277
|
],
|
|
14507
15278
|
faucets: [],
|
|
14508
15279
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -14821,6 +15592,30 @@ exports.chains = {
|
|
|
14821
15592
|
chainId: 8889,
|
|
14822
15593
|
networkId: 8889
|
|
14823
15594
|
},
|
|
15595
|
+
8890: {
|
|
15596
|
+
name: 'Orenium Testnet Protocol',
|
|
15597
|
+
chain: 'ORE',
|
|
15598
|
+
rpc: [
|
|
15599
|
+
'https://rpc-dev-testnet.orenium.org/',
|
|
15600
|
+
'https://rpc-testnet.orenium.org/'
|
|
15601
|
+
],
|
|
15602
|
+
nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
|
|
15603
|
+
infoURL: 'https://orenium.org',
|
|
15604
|
+
shortName: 'tore',
|
|
15605
|
+
chainId: 8890,
|
|
15606
|
+
networkId: 8890,
|
|
15607
|
+
slip44: 1,
|
|
15608
|
+
icon: 'ore',
|
|
15609
|
+
faucets: ['https://faucetcoin.orenium.org'],
|
|
15610
|
+
explorers: [
|
|
15611
|
+
{
|
|
15612
|
+
name: 'ORE Testnet Explorer',
|
|
15613
|
+
icon: 'ore',
|
|
15614
|
+
url: 'https://testnet.oreniumscan.org',
|
|
15615
|
+
standard: 'none'
|
|
15616
|
+
}
|
|
15617
|
+
]
|
|
15618
|
+
},
|
|
14824
15619
|
8898: {
|
|
14825
15620
|
name: 'Mammoth Mainnet',
|
|
14826
15621
|
title: 'Mammoth Chain',
|
|
@@ -14972,19 +15767,47 @@ exports.chains = {
|
|
|
14972
15767
|
]
|
|
14973
15768
|
},
|
|
14974
15769
|
9024: {
|
|
14975
|
-
name: 'Nexa Block',
|
|
14976
|
-
chain: 'Nexa',
|
|
15770
|
+
name: 'Nexa Testnet Block',
|
|
15771
|
+
chain: 'Nexa Testnet',
|
|
14977
15772
|
rpc: ['https://rpc-testnet-nodes.nexablockscan.io'],
|
|
14978
|
-
faucets: ['https://nexablockscan.io/faucet'],
|
|
14979
|
-
nativeCurrency: {
|
|
14980
|
-
|
|
14981
|
-
|
|
15773
|
+
faucets: ['https://testnet.nexablockscan.io/faucet'],
|
|
15774
|
+
nativeCurrency: {
|
|
15775
|
+
name: 'Nexa Testnet Token',
|
|
15776
|
+
symbol: 'NEXB',
|
|
15777
|
+
decimals: 18
|
|
15778
|
+
},
|
|
15779
|
+
infoURL: 'https://www.nexablock.io',
|
|
15780
|
+
shortName: 'NexaTestnet',
|
|
14982
15781
|
chainId: 9024,
|
|
14983
15782
|
networkId: 9024,
|
|
14984
15783
|
icon: 'nexaChain',
|
|
14985
15784
|
explorers: [
|
|
14986
15785
|
{
|
|
14987
|
-
name: 'Nexablock Explorer',
|
|
15786
|
+
name: 'Nexablock Testnet Explorer',
|
|
15787
|
+
url: 'https://testnet.nexablockscan.io',
|
|
15788
|
+
standard: 'none',
|
|
15789
|
+
icon: 'nexaChain'
|
|
15790
|
+
}
|
|
15791
|
+
]
|
|
15792
|
+
},
|
|
15793
|
+
9025: {
|
|
15794
|
+
name: 'Nexa Mainnet Block',
|
|
15795
|
+
chain: 'Nexa Mainnet',
|
|
15796
|
+
rpc: ['https://rpc-nodes.nexablockscan.io'],
|
|
15797
|
+
faucets: [],
|
|
15798
|
+
nativeCurrency: {
|
|
15799
|
+
name: 'Nexa Mainnet Token',
|
|
15800
|
+
symbol: 'NEXB',
|
|
15801
|
+
decimals: 18
|
|
15802
|
+
},
|
|
15803
|
+
infoURL: 'https://www.nexablock.io',
|
|
15804
|
+
shortName: 'Nexa',
|
|
15805
|
+
chainId: 9025,
|
|
15806
|
+
networkId: 9025,
|
|
15807
|
+
icon: 'nexaChain',
|
|
15808
|
+
explorers: [
|
|
15809
|
+
{
|
|
15810
|
+
name: 'Nexablock Mainnet Explorer',
|
|
14988
15811
|
url: 'https://nexablockscan.io',
|
|
14989
15812
|
standard: 'none',
|
|
14990
15813
|
icon: 'nexaChain'
|
|
@@ -15056,6 +15879,27 @@ exports.chains = {
|
|
|
15056
15879
|
}
|
|
15057
15880
|
]
|
|
15058
15881
|
},
|
|
15882
|
+
9393: {
|
|
15883
|
+
name: 'Dela Sepolia Testnet',
|
|
15884
|
+
chain: 'ETH',
|
|
15885
|
+
rpc: ['https://sepolia-dela.deperp.com'],
|
|
15886
|
+
faucets: [],
|
|
15887
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
15888
|
+
infoURL: 'https://www.deperp.com/dela',
|
|
15889
|
+
shortName: 'delasep',
|
|
15890
|
+
chainId: 9393,
|
|
15891
|
+
networkId: 9393,
|
|
15892
|
+
slip44: 1,
|
|
15893
|
+
icon: 'delaTestnet',
|
|
15894
|
+
explorers: [
|
|
15895
|
+
{
|
|
15896
|
+
name: 'basescout',
|
|
15897
|
+
url: 'https://sepolia-delascan.deperp.com',
|
|
15898
|
+
icon: 'blockscout',
|
|
15899
|
+
standard: 'EIP3091'
|
|
15900
|
+
}
|
|
15901
|
+
]
|
|
15902
|
+
},
|
|
15059
15903
|
9395: {
|
|
15060
15904
|
name: 'Evoke Mainnet',
|
|
15061
15905
|
chain: 'MTHN',
|
|
@@ -15577,8 +16421,8 @@ exports.chains = {
|
|
|
15577
16421
|
'https://rpc.chiadochain.net',
|
|
15578
16422
|
'https://rpc.chiado.gnosis.gateway.fm',
|
|
15579
16423
|
'wss://rpc.chiadochain.net/wss',
|
|
15580
|
-
'https://gnosis-chiado.publicnode.com',
|
|
15581
|
-
'wss://gnosis-chiado.publicnode.com'
|
|
16424
|
+
'https://gnosis-chiado-rpc.publicnode.com',
|
|
16425
|
+
'wss://gnosis-chiado-rpc.publicnode.com'
|
|
15582
16426
|
],
|
|
15583
16427
|
faucets: ['https://gnosisfaucet.com'],
|
|
15584
16428
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
@@ -15917,8 +16761,8 @@ exports.chains = {
|
|
|
15917
16761
|
chain: 'Haqq',
|
|
15918
16762
|
rpc: [
|
|
15919
16763
|
'https://rpc.eth.haqq.network',
|
|
15920
|
-
'https://haqq-evm.publicnode.com',
|
|
15921
|
-
'wss://haqq-evm.publicnode.com'
|
|
16764
|
+
'https://haqq-evm-rpc.publicnode.com',
|
|
16765
|
+
'wss://haqq-evm-rpc.publicnode.com'
|
|
15922
16766
|
],
|
|
15923
16767
|
faucets: [],
|
|
15924
16768
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
|
@@ -15958,6 +16802,25 @@ exports.chains = {
|
|
|
15958
16802
|
}
|
|
15959
16803
|
]
|
|
15960
16804
|
},
|
|
16805
|
+
11503: {
|
|
16806
|
+
name: 'BEVM Testnet',
|
|
16807
|
+
chain: 'BEVM',
|
|
16808
|
+
rpc: ['https://testnet.bevm.io/'],
|
|
16809
|
+
faucets: [],
|
|
16810
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
16811
|
+
infoURL: 'https://bevm.io',
|
|
16812
|
+
shortName: 'bevm',
|
|
16813
|
+
chainId: 11503,
|
|
16814
|
+
networkId: 11503,
|
|
16815
|
+
icon: 'bevmcanary',
|
|
16816
|
+
explorers: [
|
|
16817
|
+
{
|
|
16818
|
+
name: 'bevm testnet scan',
|
|
16819
|
+
url: 'https://scan-testnet.bevm.io',
|
|
16820
|
+
standard: 'none'
|
|
16821
|
+
}
|
|
16822
|
+
]
|
|
16823
|
+
},
|
|
15961
16824
|
11612: {
|
|
15962
16825
|
name: 'Sardis Testnet',
|
|
15963
16826
|
chain: 'SRDX',
|
|
@@ -16040,6 +16903,26 @@ exports.chains = {
|
|
|
16040
16903
|
}
|
|
16041
16904
|
]
|
|
16042
16905
|
},
|
|
16906
|
+
12020: {
|
|
16907
|
+
name: 'Aternos',
|
|
16908
|
+
chain: 'Aternos',
|
|
16909
|
+
icon: 'aternos',
|
|
16910
|
+
rpc: ['https://rpc.aternoschain.com'],
|
|
16911
|
+
faucets: ['https://faucet.aternoschain.com'],
|
|
16912
|
+
nativeCurrency: { name: 'Aternos', symbol: 'ATR', decimals: 18 },
|
|
16913
|
+
infoURL: 'https://aternoschain.com',
|
|
16914
|
+
shortName: 'ATR',
|
|
16915
|
+
chainId: 12020,
|
|
16916
|
+
networkId: 12020,
|
|
16917
|
+
explorers: [
|
|
16918
|
+
{
|
|
16919
|
+
name: 'blockscout',
|
|
16920
|
+
url: 'https://explorer.aternoschain.com',
|
|
16921
|
+
icon: 'blockscout',
|
|
16922
|
+
standard: 'EIP3091'
|
|
16923
|
+
}
|
|
16924
|
+
]
|
|
16925
|
+
},
|
|
16043
16926
|
12051: {
|
|
16044
16927
|
name: 'Singularity ZERO Testnet',
|
|
16045
16928
|
chain: 'ZERO',
|
|
@@ -16175,22 +17058,6 @@ exports.chains = {
|
|
|
16175
17058
|
],
|
|
16176
17059
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
|
16177
17060
|
},
|
|
16178
|
-
12611: {
|
|
16179
|
-
name: 'Astar zkEVM',
|
|
16180
|
-
shortName: 'astrzk',
|
|
16181
|
-
title: 'Astar zkEVM Mainnet',
|
|
16182
|
-
chain: 'ETH',
|
|
16183
|
-
icon: 'astarzk',
|
|
16184
|
-
rpc: [],
|
|
16185
|
-
faucets: [],
|
|
16186
|
-
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16187
|
-
infoURL: 'https://astar.network',
|
|
16188
|
-
chainId: 12611,
|
|
16189
|
-
networkId: 12611,
|
|
16190
|
-
explorers: [],
|
|
16191
|
-
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
16192
|
-
status: 'incubating'
|
|
16193
|
-
},
|
|
16194
17061
|
12715: {
|
|
16195
17062
|
name: 'Rikeza Network Testnet',
|
|
16196
17063
|
title: 'Rikeza Network Testnet',
|
|
@@ -16275,6 +17142,8 @@ exports.chains = {
|
|
|
16275
17142
|
name: 'Beam Testnet',
|
|
16276
17143
|
chain: 'BEAM',
|
|
16277
17144
|
rpc: [
|
|
17145
|
+
'https://build.onbeam.com/rpc/testnet',
|
|
17146
|
+
'wss://build.onbeam.com/ws/testnet',
|
|
16278
17147
|
'https://subnets.avax.network/beam/testnet/rpc',
|
|
16279
17148
|
'wss://subnets.avax.network/beam/testnet/ws'
|
|
16280
17149
|
],
|
|
@@ -16397,6 +17266,32 @@ exports.chains = {
|
|
|
16397
17266
|
}
|
|
16398
17267
|
]
|
|
16399
17268
|
},
|
|
17269
|
+
14333: {
|
|
17270
|
+
name: 'Vitruveo Testnet',
|
|
17271
|
+
title: 'Vitruveo is a blockchain for Creators',
|
|
17272
|
+
chain: 'Vitruveo',
|
|
17273
|
+
rpc: ['https://test-rpc.vitruveo.xyz'],
|
|
17274
|
+
faucets: ['https://faucet.vitruveo.xyz'],
|
|
17275
|
+
nativeCurrency: {
|
|
17276
|
+
name: 'Vitruveo Test Coin',
|
|
17277
|
+
symbol: 'tVTRU',
|
|
17278
|
+
decimals: 18
|
|
17279
|
+
},
|
|
17280
|
+
features: [{ name: 'EIP155' }],
|
|
17281
|
+
infoURL: 'https://www.vitruveo.xyz',
|
|
17282
|
+
shortName: 'vitruveo-test',
|
|
17283
|
+
chainId: 14333,
|
|
17284
|
+
networkId: 14333,
|
|
17285
|
+
icon: 'vitruveo',
|
|
17286
|
+
explorers: [
|
|
17287
|
+
{
|
|
17288
|
+
name: 'Vitruveo Testnet Explorer',
|
|
17289
|
+
url: 'https://test-explorer.vitruveo.xyz',
|
|
17290
|
+
icon: 'vitruveo',
|
|
17291
|
+
standard: 'EIP3091'
|
|
17292
|
+
}
|
|
17293
|
+
]
|
|
17294
|
+
},
|
|
16400
17295
|
14853: {
|
|
16401
17296
|
name: 'Humanode Testnet 5 Israfel',
|
|
16402
17297
|
chain: 'Humanode Testnet 5',
|
|
@@ -16606,8 +17501,8 @@ exports.chains = {
|
|
|
16606
17501
|
chain: 'ETH',
|
|
16607
17502
|
rpc: [
|
|
16608
17503
|
'https://rpc.holesky.ethpandaops.io',
|
|
16609
|
-
'https://ethereum-holesky.publicnode.com',
|
|
16610
|
-
'wss://ethereum-holesky.publicnode.com'
|
|
17504
|
+
'https://ethereum-holesky-rpc.publicnode.com',
|
|
17505
|
+
'wss://ethereum-holesky-rpc.publicnode.com'
|
|
16611
17506
|
],
|
|
16612
17507
|
faucets: [
|
|
16613
17508
|
'https://faucet.holesky.ethpandaops.io',
|
|
@@ -16727,6 +17622,26 @@ exports.chains = {
|
|
|
16727
17622
|
}
|
|
16728
17623
|
]
|
|
16729
17624
|
},
|
|
17625
|
+
17217: {
|
|
17626
|
+
name: 'KONET Mainnet',
|
|
17627
|
+
chain: 'KONET',
|
|
17628
|
+
rpc: ['https://api.kon-wallet.com'],
|
|
17629
|
+
faucets: [],
|
|
17630
|
+
nativeCurrency: { name: 'KONET', symbol: 'KONET', decimals: 18 },
|
|
17631
|
+
infoURL: 'https://konetmain.com',
|
|
17632
|
+
shortName: 'KONET',
|
|
17633
|
+
chainId: 17217,
|
|
17634
|
+
networkId: 17217,
|
|
17635
|
+
slip44: 1,
|
|
17636
|
+
icon: 'konet',
|
|
17637
|
+
explorers: [
|
|
17638
|
+
{
|
|
17639
|
+
name: 'konet-explorer',
|
|
17640
|
+
url: 'https://explorer.kon-wallet.com',
|
|
17641
|
+
standard: 'EIP3091'
|
|
17642
|
+
}
|
|
17643
|
+
]
|
|
17644
|
+
},
|
|
16730
17645
|
17777: {
|
|
16731
17646
|
name: 'EOS EVM Network',
|
|
16732
17647
|
chain: 'EOS',
|
|
@@ -16838,6 +17753,36 @@ exports.chains = {
|
|
|
16838
17753
|
}
|
|
16839
17754
|
]
|
|
16840
17755
|
},
|
|
17756
|
+
18231: {
|
|
17757
|
+
name: 'unreal',
|
|
17758
|
+
title: 'unreal testnet for re.al',
|
|
17759
|
+
chain: 'unreal',
|
|
17760
|
+
rpc: [
|
|
17761
|
+
'https://rpc.unreal.gelato.digital',
|
|
17762
|
+
'wss://ws.unreal.gelato.digital'
|
|
17763
|
+
],
|
|
17764
|
+
nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
|
|
17765
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
|
17766
|
+
faucets: [],
|
|
17767
|
+
shortName: 'unreal',
|
|
17768
|
+
chainId: 18231,
|
|
17769
|
+
networkId: 18231,
|
|
17770
|
+
slip44: 60,
|
|
17771
|
+
icon: 'unreal',
|
|
17772
|
+
explorers: [
|
|
17773
|
+
{
|
|
17774
|
+
name: 'blockscout',
|
|
17775
|
+
url: 'https://unreal.blockscout.com',
|
|
17776
|
+
icon: 'unreal',
|
|
17777
|
+
standard: 'EIP3091'
|
|
17778
|
+
}
|
|
17779
|
+
],
|
|
17780
|
+
parent: {
|
|
17781
|
+
type: 'L2',
|
|
17782
|
+
chain: 'eip155-11155111',
|
|
17783
|
+
bridges: [{ url: 'https://bridge.unreal.gelato.digital' }]
|
|
17784
|
+
}
|
|
17785
|
+
},
|
|
16841
17786
|
18686: {
|
|
16842
17787
|
name: 'MXC zkEVM Mainnet',
|
|
16843
17788
|
chain: 'MXC zkEVM',
|
|
@@ -16857,6 +17802,30 @@ exports.chains = {
|
|
|
16857
17802
|
}
|
|
16858
17803
|
]
|
|
16859
17804
|
},
|
|
17805
|
+
18889: {
|
|
17806
|
+
name: 'Titan (TKX) Testnet',
|
|
17807
|
+
chain: 'Titan (TKX)',
|
|
17808
|
+
rpc: [
|
|
17809
|
+
'https://titan-testnet-json-rpc-1.tokenize-dev.com',
|
|
17810
|
+
'https://titan-testnet-json-rpc-2.tokenize-dev.com'
|
|
17811
|
+
],
|
|
17812
|
+
faucets: [],
|
|
17813
|
+
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
|
17814
|
+
infoURL: 'https://tokenize.exchange',
|
|
17815
|
+
shortName: 'titan_tkx-testnet',
|
|
17816
|
+
chainId: 18889,
|
|
17817
|
+
networkId: 18889,
|
|
17818
|
+
slip44: 1,
|
|
17819
|
+
icon: 'titan_tkx',
|
|
17820
|
+
explorers: [
|
|
17821
|
+
{
|
|
17822
|
+
name: 'Titan Explorer',
|
|
17823
|
+
url: 'https://titan-testnet-explorer-light.tokenize-dev.com',
|
|
17824
|
+
standard: 'none',
|
|
17825
|
+
icon: 'titan_tkx'
|
|
17826
|
+
}
|
|
17827
|
+
]
|
|
17828
|
+
},
|
|
16860
17829
|
19011: {
|
|
16861
17830
|
name: 'HOME Verse Mainnet',
|
|
16862
17831
|
chain: 'HOME Verse',
|
|
@@ -16877,6 +17846,29 @@ exports.chains = {
|
|
|
16877
17846
|
],
|
|
16878
17847
|
parent: { type: 'L2', chain: 'eip155-248' }
|
|
16879
17848
|
},
|
|
17849
|
+
19224: {
|
|
17850
|
+
name: 'Decentraconnect Social',
|
|
17851
|
+
chain: 'DCSM',
|
|
17852
|
+
icon: 'dcsmIcon',
|
|
17853
|
+
rpc: ['https://rpc.decentraconnect.io'],
|
|
17854
|
+
faucets: [],
|
|
17855
|
+
nativeCurrency: {
|
|
17856
|
+
name: 'Decentraconnect Social',
|
|
17857
|
+
symbol: 'DCSM',
|
|
17858
|
+
decimals: 18
|
|
17859
|
+
},
|
|
17860
|
+
infoURL: 'https://docs.decentraconnect.io',
|
|
17861
|
+
shortName: 'DCSMs',
|
|
17862
|
+
chainId: 19224,
|
|
17863
|
+
networkId: 19224,
|
|
17864
|
+
explorers: [
|
|
17865
|
+
{
|
|
17866
|
+
name: 'Decentraconnect Social',
|
|
17867
|
+
url: 'https://decentraconnect.io',
|
|
17868
|
+
standard: 'EIP3091'
|
|
17869
|
+
}
|
|
17870
|
+
]
|
|
17871
|
+
},
|
|
16880
17872
|
19527: {
|
|
16881
17873
|
name: 'Magnet Network',
|
|
16882
17874
|
chain: 'Magnet',
|
|
@@ -16978,6 +17970,44 @@ exports.chains = {
|
|
|
16978
17970
|
}
|
|
16979
17971
|
]
|
|
16980
17972
|
},
|
|
17973
|
+
21004: {
|
|
17974
|
+
name: 'C4EI',
|
|
17975
|
+
chain: 'C4EI',
|
|
17976
|
+
rpc: ['https://rpc.c4ei.net'],
|
|
17977
|
+
faucets: ['https://play.google.com/store/apps/details?id=net.c4ei.fps2'],
|
|
17978
|
+
nativeCurrency: { name: 'C4EI', symbol: 'C4EI', decimals: 18 },
|
|
17979
|
+
infoURL: 'https://c4ei.net',
|
|
17980
|
+
shortName: 'c4ei',
|
|
17981
|
+
chainId: 21004,
|
|
17982
|
+
networkId: 21004,
|
|
17983
|
+
explorers: [
|
|
17984
|
+
{
|
|
17985
|
+
name: 'C4EI sirato',
|
|
17986
|
+
url: 'https://exp.c4ei.net',
|
|
17987
|
+
icon: 'c4ei',
|
|
17988
|
+
standard: 'none'
|
|
17989
|
+
}
|
|
17990
|
+
]
|
|
17991
|
+
},
|
|
17992
|
+
21133: {
|
|
17993
|
+
name: 'All About Healthy',
|
|
17994
|
+
chain: 'AAH',
|
|
17995
|
+
rpc: ['https://rpc.c4ex.net'],
|
|
17996
|
+
faucets: ['https://t.me/c4eiAirdrop'],
|
|
17997
|
+
nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
|
|
17998
|
+
infoURL: 'https://c4ex.net',
|
|
17999
|
+
shortName: 'aah',
|
|
18000
|
+
chainId: 21133,
|
|
18001
|
+
networkId: 21133,
|
|
18002
|
+
explorers: [
|
|
18003
|
+
{
|
|
18004
|
+
name: 'AAH Blockscout',
|
|
18005
|
+
url: 'https://exp.c4ex.net',
|
|
18006
|
+
icon: 'aah',
|
|
18007
|
+
standard: 'EIP3091'
|
|
18008
|
+
}
|
|
18009
|
+
]
|
|
18010
|
+
},
|
|
16981
18011
|
21337: {
|
|
16982
18012
|
name: 'CENNZnet Azalea',
|
|
16983
18013
|
chain: 'CENNZnet',
|
|
@@ -17122,19 +18152,23 @@ exports.chains = {
|
|
|
17122
18152
|
]
|
|
17123
18153
|
},
|
|
17124
18154
|
22776: {
|
|
17125
|
-
name: 'MAP
|
|
17126
|
-
chain: '
|
|
18155
|
+
name: 'MAP Protocol',
|
|
18156
|
+
chain: 'MAPO',
|
|
17127
18157
|
icon: 'map',
|
|
17128
18158
|
rpc: ['https://rpc.maplabs.io'],
|
|
17129
18159
|
faucets: [],
|
|
17130
18160
|
nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
|
|
17131
|
-
infoURL: 'https://
|
|
17132
|
-
shortName: '
|
|
18161
|
+
infoURL: 'https://mapprotocol.io/',
|
|
18162
|
+
shortName: 'mapo',
|
|
17133
18163
|
chainId: 22776,
|
|
17134
18164
|
networkId: 22776,
|
|
17135
18165
|
slip44: 60,
|
|
17136
18166
|
explorers: [
|
|
17137
|
-
{
|
|
18167
|
+
{
|
|
18168
|
+
name: 'maposcan',
|
|
18169
|
+
url: 'https://maposcan.io',
|
|
18170
|
+
standard: 'EIP3091'
|
|
18171
|
+
}
|
|
17138
18172
|
]
|
|
17139
18173
|
},
|
|
17140
18174
|
23006: {
|
|
@@ -17284,6 +18318,26 @@ exports.chains = {
|
|
|
17284
18318
|
}
|
|
17285
18319
|
]
|
|
17286
18320
|
},
|
|
18321
|
+
25839: {
|
|
18322
|
+
name: 'AlveyChain Testnet',
|
|
18323
|
+
chain: 'tALV',
|
|
18324
|
+
rpc: ['https://testnet-rpc.alvey.io'],
|
|
18325
|
+
faucets: ['https://faucet.alveytestnet.com'],
|
|
18326
|
+
nativeCurrency: { name: 'AlveyCoin Testnet', symbol: 'tALV', decimals: 18 },
|
|
18327
|
+
infoURL: 'https://alveychain.com/',
|
|
18328
|
+
shortName: 'talv',
|
|
18329
|
+
chainId: 25839,
|
|
18330
|
+
networkId: 25839,
|
|
18331
|
+
icon: 'alveychain',
|
|
18332
|
+
explorers: [
|
|
18333
|
+
{
|
|
18334
|
+
name: 'AlveyScan Testnet',
|
|
18335
|
+
url: 'https://alveytestnet.com',
|
|
18336
|
+
icon: 'alveychain',
|
|
18337
|
+
standard: 'EIP3091'
|
|
18338
|
+
}
|
|
18339
|
+
]
|
|
18340
|
+
},
|
|
17287
18341
|
25888: {
|
|
17288
18342
|
name: 'Hammer Chain Mainnet',
|
|
17289
18343
|
chain: 'HammerChain',
|
|
@@ -17832,7 +18886,7 @@ exports.chains = {
|
|
|
17832
18886
|
chain: 'Q',
|
|
17833
18887
|
rpc: ['https://rpc.q.org'],
|
|
17834
18888
|
faucets: [],
|
|
17835
|
-
nativeCurrency: { name: '
|
|
18889
|
+
nativeCurrency: { name: 'QGOV', symbol: 'QGOV', decimals: 18 },
|
|
17836
18890
|
infoURL: 'https://q.org',
|
|
17837
18891
|
shortName: 'q',
|
|
17838
18892
|
chainId: 35441,
|
|
@@ -18216,8 +19270,8 @@ exports.chains = {
|
|
|
18216
19270
|
icon: 'avax',
|
|
18217
19271
|
rpc: [
|
|
18218
19272
|
'https://api.avax-test.network/ext/bc/C/rpc',
|
|
18219
|
-
'https://avalanche-fuji-c-chain.publicnode.com',
|
|
18220
|
-
'wss://avalanche-fuji-c-chain.publicnode.com'
|
|
19273
|
+
'https://avalanche-fuji-c-chain-rpc.publicnode.com',
|
|
19274
|
+
'wss://avalanche-fuji-c-chain-rpc.publicnode.com'
|
|
18221
19275
|
],
|
|
18222
19276
|
faucets: ['https://faucet.avax-test.network/'],
|
|
18223
19277
|
nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
|
|
@@ -18240,8 +19294,8 @@ exports.chains = {
|
|
|
18240
19294
|
icon: 'avax',
|
|
18241
19295
|
rpc: [
|
|
18242
19296
|
'https://api.avax.network/ext/bc/C/rpc',
|
|
18243
|
-
'https://avalanche-c-chain.publicnode.com',
|
|
18244
|
-
'wss://avalanche-c-chain.publicnode.com'
|
|
19297
|
+
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
19298
|
+
'wss://avalanche-c-chain-rpc.publicnode.com'
|
|
18245
19299
|
],
|
|
18246
19300
|
features: [{ name: 'EIP1559' }],
|
|
18247
19301
|
faucets: [],
|
|
@@ -18477,14 +19531,36 @@ exports.chains = {
|
|
|
18477
19531
|
}
|
|
18478
19532
|
]
|
|
18479
19533
|
},
|
|
18480
|
-
|
|
18481
|
-
name: '
|
|
18482
|
-
chain: '
|
|
18483
|
-
rpc: [
|
|
19534
|
+
49321: {
|
|
19535
|
+
name: 'GUNZ Testnet',
|
|
19536
|
+
chain: 'tGUN',
|
|
19537
|
+
rpc: [
|
|
19538
|
+
'https://rpc.gunz.dev/ext/bc/ryk9vkvNuKtewME2PeCgybo9sdWXGmCkBrrx4VPuZPdVdAak8/rpc'
|
|
19539
|
+
],
|
|
18484
19540
|
faucets: [],
|
|
18485
|
-
|
|
18486
|
-
|
|
18487
|
-
|
|
19541
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19542
|
+
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
|
|
19543
|
+
icon: 'guntestnet',
|
|
19544
|
+
infoURL: 'https://gunbygunz.com',
|
|
19545
|
+
shortName: 'Stork',
|
|
19546
|
+
chainId: 49321,
|
|
19547
|
+
networkId: 49321,
|
|
19548
|
+
explorers: [
|
|
19549
|
+
{
|
|
19550
|
+
name: 'blockscout',
|
|
19551
|
+
url: 'https://testnet.gunzscan.io',
|
|
19552
|
+
standard: 'EIP3091'
|
|
19553
|
+
}
|
|
19554
|
+
]
|
|
19555
|
+
},
|
|
19556
|
+
49797: {
|
|
19557
|
+
name: 'Energi Testnet',
|
|
19558
|
+
chain: 'NRG',
|
|
19559
|
+
rpc: ['https://nodeapi.test.energi.network'],
|
|
19560
|
+
faucets: [],
|
|
19561
|
+
nativeCurrency: { name: 'Energi', symbol: 'NRG', decimals: 18 },
|
|
19562
|
+
infoURL: 'https://www.energi.world/',
|
|
19563
|
+
shortName: 'tnrg',
|
|
18488
19564
|
chainId: 49797,
|
|
18489
19565
|
networkId: 49797,
|
|
18490
19566
|
slip44: 1
|
|
@@ -18627,6 +19703,27 @@ exports.chains = {
|
|
|
18627
19703
|
}
|
|
18628
19704
|
]
|
|
18629
19705
|
},
|
|
19706
|
+
53277: {
|
|
19707
|
+
name: 'DOID',
|
|
19708
|
+
chain: 'DOID',
|
|
19709
|
+
rpc: ['https://rpc.doid.tech'],
|
|
19710
|
+
faucets: [],
|
|
19711
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
|
19712
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19713
|
+
infoURL: 'https://doid.tech',
|
|
19714
|
+
shortName: 'DOID',
|
|
19715
|
+
chainId: 53277,
|
|
19716
|
+
networkId: 53277,
|
|
19717
|
+
icon: 'doid',
|
|
19718
|
+
explorers: [
|
|
19719
|
+
{
|
|
19720
|
+
name: 'DOID Scan',
|
|
19721
|
+
url: 'https://scan.doid.tech',
|
|
19722
|
+
icon: 'doid',
|
|
19723
|
+
standard: 'EIP3091'
|
|
19724
|
+
}
|
|
19725
|
+
]
|
|
19726
|
+
},
|
|
18630
19727
|
53935: {
|
|
18631
19728
|
name: 'DFK Chain',
|
|
18632
19729
|
chain: 'DFK',
|
|
@@ -18796,6 +19893,27 @@ exports.chains = {
|
|
|
18796
19893
|
}
|
|
18797
19894
|
]
|
|
18798
19895
|
},
|
|
19896
|
+
56797: {
|
|
19897
|
+
name: 'DOID Testnet',
|
|
19898
|
+
chain: 'DOID',
|
|
19899
|
+
rpc: ['https://rpc.testnet.doid.tech'],
|
|
19900
|
+
faucets: [],
|
|
19901
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
|
19902
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19903
|
+
infoURL: 'https://doid.tech',
|
|
19904
|
+
shortName: 'doidTestnet',
|
|
19905
|
+
chainId: 56797,
|
|
19906
|
+
networkId: 56797,
|
|
19907
|
+
icon: 'doid',
|
|
19908
|
+
explorers: [
|
|
19909
|
+
{
|
|
19910
|
+
name: 'DOID Testnet Scan',
|
|
19911
|
+
url: 'https://scan.testnet.doid.tech',
|
|
19912
|
+
icon: 'doid',
|
|
19913
|
+
standard: 'EIP3091'
|
|
19914
|
+
}
|
|
19915
|
+
]
|
|
19916
|
+
},
|
|
18799
19917
|
57000: {
|
|
18800
19918
|
name: 'Rollux Testnet',
|
|
18801
19919
|
chain: 'SYS',
|
|
@@ -19674,6 +20792,31 @@ exports.chains = {
|
|
|
19674
20792
|
}
|
|
19675
20793
|
]
|
|
19676
20794
|
},
|
|
20795
|
+
78600: {
|
|
20796
|
+
name: 'Vanguard',
|
|
20797
|
+
title: 'Vanar Testnet Vanguard',
|
|
20798
|
+
chain: 'VANAR',
|
|
20799
|
+
rpc: [
|
|
20800
|
+
'https://rpc-vanguard.vanarchain.com',
|
|
20801
|
+
'wss://ws-vanguard.vanarchain.com'
|
|
20802
|
+
],
|
|
20803
|
+
faucets: ['https://faucet.vanarchain.com'],
|
|
20804
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VG', decimals: 18 },
|
|
20805
|
+
features: [{ name: 'EIP155' }],
|
|
20806
|
+
infoURL: 'https://vanarchain.com',
|
|
20807
|
+
shortName: 'vanguard',
|
|
20808
|
+
chainId: 78600,
|
|
20809
|
+
networkId: 78600,
|
|
20810
|
+
icon: 'vanguard',
|
|
20811
|
+
explorers: [
|
|
20812
|
+
{
|
|
20813
|
+
name: 'Vanguard Explorer',
|
|
20814
|
+
url: 'https://explorer-vanguard.vanarchain.com',
|
|
20815
|
+
icon: 'vanguard',
|
|
20816
|
+
standard: 'EIP3091'
|
|
20817
|
+
}
|
|
20818
|
+
]
|
|
20819
|
+
},
|
|
19677
20820
|
79879: {
|
|
19678
20821
|
name: 'Gold Smart Chain Testnet',
|
|
19679
20822
|
chain: 'STAND',
|
|
@@ -19701,8 +20844,8 @@ exports.chains = {
|
|
|
19701
20844
|
icon: 'polygon',
|
|
19702
20845
|
rpc: [
|
|
19703
20846
|
'https://rpc-mumbai.maticvigil.com',
|
|
19704
|
-
'https://polygon-mumbai-bor.publicnode.com',
|
|
19705
|
-
'wss://polygon-mumbai-bor.publicnode.com',
|
|
20847
|
+
'https://polygon-mumbai-bor-rpc.publicnode.com',
|
|
20848
|
+
'wss://polygon-mumbai-bor-rpc.publicnode.com',
|
|
19706
20849
|
'https://polygon-mumbai.gateway.tenderly.co',
|
|
19707
20850
|
'wss://polygon-mumbai.gateway.tenderly.co'
|
|
19708
20851
|
],
|
|
@@ -19744,6 +20887,25 @@ exports.chains = {
|
|
|
19744
20887
|
}
|
|
19745
20888
|
]
|
|
19746
20889
|
},
|
|
20890
|
+
80096: {
|
|
20891
|
+
name: 'Hizoco mainnet',
|
|
20892
|
+
chain: 'HZC',
|
|
20893
|
+
icon: 'hizoco',
|
|
20894
|
+
rpc: ['https://hizoco.net/rpc'],
|
|
20895
|
+
faucets: [],
|
|
20896
|
+
nativeCurrency: { name: 'Hizoco', symbol: 'HZC', decimals: 18 },
|
|
20897
|
+
infoURL: 'http://hizoco.net',
|
|
20898
|
+
shortName: 'hzc',
|
|
20899
|
+
chainId: 80096,
|
|
20900
|
+
networkId: 80096,
|
|
20901
|
+
explorers: [
|
|
20902
|
+
{
|
|
20903
|
+
name: 'blockscout',
|
|
20904
|
+
url: 'https://hizoco.net:38443',
|
|
20905
|
+
standard: 'none'
|
|
20906
|
+
}
|
|
20907
|
+
]
|
|
20908
|
+
},
|
|
19747
20909
|
81041: {
|
|
19748
20910
|
name: 'Nordek Mainnet',
|
|
19749
20911
|
chain: 'Nordek',
|
|
@@ -19883,6 +21045,40 @@ exports.chains = {
|
|
|
19883
21045
|
networkId: 81363,
|
|
19884
21046
|
status: 'incubating'
|
|
19885
21047
|
},
|
|
21048
|
+
81457: {
|
|
21049
|
+
name: 'Blast',
|
|
21050
|
+
status: 'active',
|
|
21051
|
+
chain: 'ETH',
|
|
21052
|
+
rpc: [
|
|
21053
|
+
'https://rpc.blast.io',
|
|
21054
|
+
'https://rpc.ankr.com/blast',
|
|
21055
|
+
'https://blast.din.dev/rpc',
|
|
21056
|
+
'https://blastl2-mainnet.public.blastapi.io',
|
|
21057
|
+
'https://blast.blockpi.network/v1/rpc/public'
|
|
21058
|
+
],
|
|
21059
|
+
faucets: [],
|
|
21060
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21061
|
+
infoURL: 'https://blast.io/',
|
|
21062
|
+
shortName: 'blastmainnet',
|
|
21063
|
+
chainId: 81457,
|
|
21064
|
+
networkId: 81457,
|
|
21065
|
+
icon: 'blast',
|
|
21066
|
+
explorers: [
|
|
21067
|
+
{
|
|
21068
|
+
name: 'Blastscan',
|
|
21069
|
+
url: 'https://blastscan.io',
|
|
21070
|
+
icon: 'blast',
|
|
21071
|
+
standard: 'EIP3091'
|
|
21072
|
+
},
|
|
21073
|
+
{
|
|
21074
|
+
name: 'Blast Explorer',
|
|
21075
|
+
url: 'https://blastexplorer.io',
|
|
21076
|
+
icon: 'blast',
|
|
21077
|
+
standard: 'EIP3091'
|
|
21078
|
+
}
|
|
21079
|
+
],
|
|
21080
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
21081
|
+
},
|
|
19886
21082
|
81720: {
|
|
19887
21083
|
name: 'Quantum Chain Mainnet',
|
|
19888
21084
|
chain: 'QNET',
|
|
@@ -19927,8 +21123,8 @@ exports.chains = {
|
|
|
19927
21123
|
'https://goerli.base.org',
|
|
19928
21124
|
'https://base-goerli.gateway.tenderly.co',
|
|
19929
21125
|
'wss://base-goerli.gateway.tenderly.co',
|
|
19930
|
-
'https://base-goerli.publicnode.com',
|
|
19931
|
-
'wss://base-goerli.publicnode.com'
|
|
21126
|
+
'https://base-goerli-rpc.publicnode.com',
|
|
21127
|
+
'wss://base-goerli-rpc.publicnode.com'
|
|
19932
21128
|
],
|
|
19933
21129
|
faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
|
|
19934
21130
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -19961,7 +21157,11 @@ exports.chains = {
|
|
|
19961
21157
|
84532: {
|
|
19962
21158
|
name: 'Base Sepolia Testnet',
|
|
19963
21159
|
chain: 'ETH',
|
|
19964
|
-
rpc: [
|
|
21160
|
+
rpc: [
|
|
21161
|
+
'https://sepolia.base.org',
|
|
21162
|
+
'https://base-sepolia-rpc.publicnode.com',
|
|
21163
|
+
'wss://base-sepolia-rpc.publicnode.com'
|
|
21164
|
+
],
|
|
19965
21165
|
faucets: [],
|
|
19966
21166
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
19967
21167
|
infoURL: 'https://base.org',
|
|
@@ -20118,6 +21318,26 @@ exports.chains = {
|
|
|
20118
21318
|
}
|
|
20119
21319
|
]
|
|
20120
21320
|
},
|
|
21321
|
+
91120: {
|
|
21322
|
+
name: 'MetaDAP Enterprise Mainnet',
|
|
21323
|
+
title: 'MetaDAP Enterprise Mainnet',
|
|
21324
|
+
chain: 'MetaDAP',
|
|
21325
|
+
icon: 'metadap',
|
|
21326
|
+
faucets: [],
|
|
21327
|
+
rpc: ['https://rpc.chain.metadap.io', 'wss://rpc-ws.chain.metadap.io'],
|
|
21328
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
|
21329
|
+
infoURL: 'https://metadap.io/',
|
|
21330
|
+
shortName: 'MetaDAP',
|
|
21331
|
+
chainId: 91120,
|
|
21332
|
+
networkId: 91120,
|
|
21333
|
+
explorers: [
|
|
21334
|
+
{
|
|
21335
|
+
name: 'MetaDAP Enterprise Mainnet explorer',
|
|
21336
|
+
url: 'https://explorer.chain.metadap.io',
|
|
21337
|
+
standard: 'none'
|
|
21338
|
+
}
|
|
21339
|
+
]
|
|
21340
|
+
},
|
|
20121
21341
|
91715: {
|
|
20122
21342
|
name: 'Combo Testnet',
|
|
20123
21343
|
chain: 'Combo',
|
|
@@ -20560,6 +21780,25 @@ exports.chains = {
|
|
|
20560
21780
|
}
|
|
20561
21781
|
]
|
|
20562
21782
|
},
|
|
21783
|
+
103454: {
|
|
21784
|
+
name: 'Masa Testnet',
|
|
21785
|
+
chain: 'MASA',
|
|
21786
|
+
rpc: ['https://subnets.avax.network/masatestne/testnet/rpc'],
|
|
21787
|
+
features: [{ name: 'EIP1559' }],
|
|
21788
|
+
faucets: [],
|
|
21789
|
+
nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
|
|
21790
|
+
infoURL: 'https://masa.finance',
|
|
21791
|
+
shortName: 'masa',
|
|
21792
|
+
chainId: 103454,
|
|
21793
|
+
networkId: 103454,
|
|
21794
|
+
explorers: [
|
|
21795
|
+
{
|
|
21796
|
+
name: 'Masa Testnet Explorer',
|
|
21797
|
+
url: 'https://subnets-test.avax.network/masatestnet',
|
|
21798
|
+
standard: 'EIP3091'
|
|
21799
|
+
}
|
|
21800
|
+
]
|
|
21801
|
+
},
|
|
20563
21802
|
108801: {
|
|
20564
21803
|
name: 'BROChain Mainnet',
|
|
20565
21804
|
chain: 'BRO',
|
|
@@ -20837,6 +22076,29 @@ exports.chains = {
|
|
|
20837
22076
|
}
|
|
20838
22077
|
]
|
|
20839
22078
|
},
|
|
22079
|
+
119139: {
|
|
22080
|
+
name: 'MetaDAP Enterprise Testnet',
|
|
22081
|
+
title: 'MetaDAP Enterprise Testnet',
|
|
22082
|
+
chain: 'MetaDAP',
|
|
22083
|
+
icon: 'metadap',
|
|
22084
|
+
faucets: [],
|
|
22085
|
+
rpc: [
|
|
22086
|
+
'https://rpc.testnet.chain.metadap.io',
|
|
22087
|
+
'wss://rpc-ws.testnet.chain.metadap.io'
|
|
22088
|
+
],
|
|
22089
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
|
22090
|
+
infoURL: 'https://metadap.io/',
|
|
22091
|
+
shortName: 'MetaDAP-T',
|
|
22092
|
+
chainId: 119139,
|
|
22093
|
+
networkId: 119139,
|
|
22094
|
+
explorers: [
|
|
22095
|
+
{
|
|
22096
|
+
name: 'MetaDAP Enterprise Testnet explorer',
|
|
22097
|
+
url: 'https://explorer.testnet.chain.metadap.io',
|
|
22098
|
+
standard: 'none'
|
|
22099
|
+
}
|
|
22100
|
+
]
|
|
22101
|
+
},
|
|
20840
22102
|
123456: {
|
|
20841
22103
|
name: 'ADIL Devnet',
|
|
20842
22104
|
chain: 'ADIL',
|
|
@@ -21001,7 +22263,7 @@ exports.chains = {
|
|
|
21001
22263
|
chain: 'ETH',
|
|
21002
22264
|
status: 'active',
|
|
21003
22265
|
icon: 'taiko',
|
|
21004
|
-
rpc: ['https://rpc.katla.taiko.xyz'],
|
|
22266
|
+
rpc: ['https://rpc.katla.taiko.xyz', 'wss://rpc.katla.taiko.xyz'],
|
|
21005
22267
|
faucets: [],
|
|
21006
22268
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21007
22269
|
infoURL: 'https://taiko.xyz',
|
|
@@ -21113,6 +22375,26 @@ exports.chains = {
|
|
|
21113
22375
|
networkId: 200625,
|
|
21114
22376
|
slip44: 200625
|
|
21115
22377
|
},
|
|
22378
|
+
200810: {
|
|
22379
|
+
name: 'Bitlayer Testnet',
|
|
22380
|
+
chain: 'Bitlayer',
|
|
22381
|
+
rpc: ['https://testnet-rpc.bitlayer.org', 'wss://testnet-ws.bitlayer.org'],
|
|
22382
|
+
faucets: ['https://www.bitlayer.org/faucet'],
|
|
22383
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
22384
|
+
infoURL: 'https://docs.bitlayer.org/',
|
|
22385
|
+
shortName: 'Bitlayer',
|
|
22386
|
+
chainId: 200810,
|
|
22387
|
+
networkId: 200810,
|
|
22388
|
+
slip44: 1,
|
|
22389
|
+
icon: 'bitlayer',
|
|
22390
|
+
explorers: [
|
|
22391
|
+
{
|
|
22392
|
+
name: 'bitlayer testnet scan',
|
|
22393
|
+
url: 'https://testnet-scan.bitlayer.org',
|
|
22394
|
+
standard: 'none'
|
|
22395
|
+
}
|
|
22396
|
+
]
|
|
22397
|
+
},
|
|
21116
22398
|
201018: {
|
|
21117
22399
|
name: 'Alaya Mainnet',
|
|
21118
22400
|
chain: 'Alaya',
|
|
@@ -21263,6 +22545,26 @@ exports.chains = {
|
|
|
21263
22545
|
}
|
|
21264
22546
|
]
|
|
21265
22547
|
},
|
|
22548
|
+
205205: {
|
|
22549
|
+
name: 'Auroria Testnet',
|
|
22550
|
+
title: 'Stratis Testnet Auroria',
|
|
22551
|
+
chain: 'Auroria',
|
|
22552
|
+
rpc: ['https://auroria.rpc.stratisevm.com'],
|
|
22553
|
+
faucets: ['https://auroria.faucet.stratisevm.com'],
|
|
22554
|
+
nativeCurrency: { name: 'Auroria Stratis', symbol: 'tSTRAX', decimals: 18 },
|
|
22555
|
+
infoURL: 'https://www.stratisplatform.com',
|
|
22556
|
+
shortName: 'auroria',
|
|
22557
|
+
chainId: 205205,
|
|
22558
|
+
networkId: 205205,
|
|
22559
|
+
icon: 'auroria',
|
|
22560
|
+
explorers: [
|
|
22561
|
+
{
|
|
22562
|
+
name: 'Auroria Testnet Explorer',
|
|
22563
|
+
url: 'https://auroria.explorer.stratisevm.com',
|
|
22564
|
+
standard: 'EIP3091'
|
|
22565
|
+
}
|
|
22566
|
+
]
|
|
22567
|
+
},
|
|
21266
22568
|
210425: {
|
|
21267
22569
|
name: 'PlatON Mainnet',
|
|
21268
22570
|
chain: 'PlatON',
|
|
@@ -21348,6 +22650,48 @@ exports.chains = {
|
|
|
21348
22650
|
}
|
|
21349
22651
|
]
|
|
21350
22652
|
},
|
|
22653
|
+
222555: {
|
|
22654
|
+
name: 'DeepL Mainnet',
|
|
22655
|
+
chain: 'DEEPL',
|
|
22656
|
+
rpc: ['https://rpc.deeplnetwork.org'],
|
|
22657
|
+
faucets: [],
|
|
22658
|
+
nativeCurrency: { name: 'DeepL', symbol: 'DEEPL', decimals: 18 },
|
|
22659
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22660
|
+
infoURL: 'https://deeplnetwork.org',
|
|
22661
|
+
shortName: 'deepl',
|
|
22662
|
+
chainId: 222555,
|
|
22663
|
+
networkId: 222555,
|
|
22664
|
+
icon: 'deepl',
|
|
22665
|
+
explorers: [
|
|
22666
|
+
{
|
|
22667
|
+
name: 'DeepL Mainnet Explorer',
|
|
22668
|
+
url: 'https://scan.deeplnetwork.org',
|
|
22669
|
+
icon: 'deepl',
|
|
22670
|
+
standard: 'EIP3091'
|
|
22671
|
+
}
|
|
22672
|
+
]
|
|
22673
|
+
},
|
|
22674
|
+
222666: {
|
|
22675
|
+
name: 'DeepL Testnet',
|
|
22676
|
+
chain: 'DEEPL',
|
|
22677
|
+
rpc: ['https://testnet.deeplnetwork.org'],
|
|
22678
|
+
faucets: ['https://faucet.deeplnetwork.org'],
|
|
22679
|
+
nativeCurrency: { name: 'DeepL', symbol: 'DEEPL', decimals: 18 },
|
|
22680
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22681
|
+
infoURL: 'https://deeplnetwork.org',
|
|
22682
|
+
shortName: 'tdeepl',
|
|
22683
|
+
chainId: 222666,
|
|
22684
|
+
networkId: 222666,
|
|
22685
|
+
icon: 'deepl',
|
|
22686
|
+
explorers: [
|
|
22687
|
+
{
|
|
22688
|
+
name: 'DeepL Testnet Explorer',
|
|
22689
|
+
url: 'https://testnet-scan.deeplnetwork.org',
|
|
22690
|
+
icon: 'deepl',
|
|
22691
|
+
standard: 'EIP3091'
|
|
22692
|
+
}
|
|
22693
|
+
]
|
|
22694
|
+
},
|
|
21351
22695
|
224168: {
|
|
21352
22696
|
name: 'Taf ECO Chain Mainnet',
|
|
21353
22697
|
chain: 'Taf ECO Chain',
|
|
@@ -21601,6 +22945,25 @@ exports.chains = {
|
|
|
21601
22945
|
{ name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' }
|
|
21602
22946
|
]
|
|
21603
22947
|
},
|
|
22948
|
+
323213: {
|
|
22949
|
+
name: 'Bloom Genesis Testnet',
|
|
22950
|
+
chain: 'Bloom',
|
|
22951
|
+
icon: 'bloom',
|
|
22952
|
+
rpc: ['https://testnet-rpc.bloomgenesis.com'],
|
|
22953
|
+
faucets: ['https://faucet.bloomgenesis.com'],
|
|
22954
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
|
22955
|
+
infoURL: 'https://www.bloomgenesis.com',
|
|
22956
|
+
shortName: 'BGBC-Testnet',
|
|
22957
|
+
chainId: 323213,
|
|
22958
|
+
networkId: 323213,
|
|
22959
|
+
explorers: [
|
|
22960
|
+
{
|
|
22961
|
+
name: 'Bloom Genesis Testnet',
|
|
22962
|
+
url: 'https://testnet.bloomgenesis.com',
|
|
22963
|
+
standard: 'EIP3091'
|
|
22964
|
+
}
|
|
22965
|
+
]
|
|
22966
|
+
},
|
|
21604
22967
|
330844: {
|
|
21605
22968
|
name: 'TTcoin Smart Chain Mainnet',
|
|
21606
22969
|
chain: 'TSC',
|
|
@@ -21621,6 +22984,25 @@ exports.chains = {
|
|
|
21621
22984
|
}
|
|
21622
22985
|
]
|
|
21623
22986
|
},
|
|
22987
|
+
333313: {
|
|
22988
|
+
name: 'Bloom Genesis Mainnet',
|
|
22989
|
+
chain: 'Bloom',
|
|
22990
|
+
icon: 'bloom',
|
|
22991
|
+
rpc: ['https://mainnet-rpc.bloomgenesis.com'],
|
|
22992
|
+
faucets: [],
|
|
22993
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
|
22994
|
+
infoURL: 'https://www.bloomgenesis.com',
|
|
22995
|
+
shortName: 'BGBC',
|
|
22996
|
+
chainId: 333313,
|
|
22997
|
+
networkId: 333313,
|
|
22998
|
+
explorers: [
|
|
22999
|
+
{
|
|
23000
|
+
name: 'Bloom Genesis Mainnet',
|
|
23001
|
+
url: 'https://explorer.bloomgenesis.com',
|
|
23002
|
+
standard: 'EIP3091'
|
|
23003
|
+
}
|
|
23004
|
+
]
|
|
23005
|
+
},
|
|
21624
23006
|
333331: {
|
|
21625
23007
|
name: 'Aves Testnet',
|
|
21626
23008
|
chain: 'AVST',
|
|
@@ -22075,6 +23457,30 @@ exports.chains = {
|
|
|
22075
23457
|
}
|
|
22076
23458
|
]
|
|
22077
23459
|
},
|
|
23460
|
+
444444: {
|
|
23461
|
+
name: 'Syndr L3 Sepolia',
|
|
23462
|
+
title: 'Syndr L3 Sepolia Rollup Testnet',
|
|
23463
|
+
chain: 'SYNDRSEPOLIA',
|
|
23464
|
+
rpc: ['https://sepolia.syndr.com/http', 'wss://sepolia.syndr.com/ws'],
|
|
23465
|
+
faucets: [],
|
|
23466
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
23467
|
+
infoURL: 'https://syndr.com',
|
|
23468
|
+
shortName: 'syndr',
|
|
23469
|
+
chainId: 444444,
|
|
23470
|
+
networkId: 444444,
|
|
23471
|
+
explorers: [
|
|
23472
|
+
{
|
|
23473
|
+
name: 'Syndr L3 Sepolia Testnet Explorer',
|
|
23474
|
+
url: 'https://sepolia-explorer.syndr.com',
|
|
23475
|
+
standard: 'EIP3091'
|
|
23476
|
+
}
|
|
23477
|
+
],
|
|
23478
|
+
parent: {
|
|
23479
|
+
type: 'L2',
|
|
23480
|
+
chain: 'eip155-421614',
|
|
23481
|
+
bridges: [{ url: 'https://sepolia-bridge.syndr.com' }]
|
|
23482
|
+
}
|
|
23483
|
+
},
|
|
22078
23484
|
444900: {
|
|
22079
23485
|
name: 'Weelink Testnet',
|
|
22080
23486
|
chain: 'WLK',
|
|
@@ -22443,6 +23849,55 @@ exports.chains = {
|
|
|
22443
23849
|
}
|
|
22444
23850
|
]
|
|
22445
23851
|
},
|
|
23852
|
+
710420: {
|
|
23853
|
+
name: 'Tiltyard Mainnet Subnet',
|
|
23854
|
+
chain: 'TILTYARD',
|
|
23855
|
+
rpc: ['https://subnets.avax.network/tiltyard/mainnet/rpc'],
|
|
23856
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23857
|
+
faucets: [],
|
|
23858
|
+
nativeCurrency: { name: 'TILT', symbol: 'TILT', decimals: 18 },
|
|
23859
|
+
infoURL: 'https://play.tiltyard.gg/',
|
|
23860
|
+
shortName: 'tiltyardmainnet',
|
|
23861
|
+
chainId: 710420,
|
|
23862
|
+
networkId: 710420,
|
|
23863
|
+
explorers: [
|
|
23864
|
+
{
|
|
23865
|
+
name: 'TILTYARD Explorer',
|
|
23866
|
+
url: 'https://subnets.avax.network/tiltyard',
|
|
23867
|
+
standard: 'EIP3091'
|
|
23868
|
+
}
|
|
23869
|
+
]
|
|
23870
|
+
},
|
|
23871
|
+
713715: {
|
|
23872
|
+
name: 'Sei Devnet',
|
|
23873
|
+
chain: 'Sei',
|
|
23874
|
+
rpc: [
|
|
23875
|
+
'https://evm-rpc-arctic-1.sei-apis.com',
|
|
23876
|
+
'https://evm-rpc.arctic-1.seinetwork.io'
|
|
23877
|
+
],
|
|
23878
|
+
faucets: [
|
|
23879
|
+
'https://sei-faucet.nima.enterprises',
|
|
23880
|
+
'https://sei-evm.faucetme.pro'
|
|
23881
|
+
],
|
|
23882
|
+
nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
|
|
23883
|
+
infoURL: 'https://www.sei.io',
|
|
23884
|
+
shortName: 'sei-devnet',
|
|
23885
|
+
chainId: 713715,
|
|
23886
|
+
networkId: 713715,
|
|
23887
|
+
icon: 'sei',
|
|
23888
|
+
explorers: [
|
|
23889
|
+
{
|
|
23890
|
+
name: 'Seistream',
|
|
23891
|
+
url: 'https://seistream.app',
|
|
23892
|
+
standard: 'none'
|
|
23893
|
+
},
|
|
23894
|
+
{
|
|
23895
|
+
name: 'Seitrace',
|
|
23896
|
+
url: 'https://seitrace.com',
|
|
23897
|
+
standard: 'EIP3091'
|
|
23898
|
+
}
|
|
23899
|
+
]
|
|
23900
|
+
},
|
|
22446
23901
|
751230: {
|
|
22447
23902
|
name: 'Bear Network Chain Testnet',
|
|
22448
23903
|
chain: 'BRNKCTEST',
|
|
@@ -23251,6 +24706,38 @@ exports.chains = {
|
|
|
23251
24706
|
}
|
|
23252
24707
|
]
|
|
23253
24708
|
},
|
|
24709
|
+
6038361: {
|
|
24710
|
+
name: 'Astar zKyoto',
|
|
24711
|
+
shortName: 'azkyt',
|
|
24712
|
+
title: 'Astar zkEVM Testnet zKyoto',
|
|
24713
|
+
chain: 'ETH',
|
|
24714
|
+
icon: 'astarzk',
|
|
24715
|
+
rpc: [
|
|
24716
|
+
'https://rpc.startale.com/zkyoto',
|
|
24717
|
+
'https://rpc.zkyoto.gelato.digital'
|
|
24718
|
+
],
|
|
24719
|
+
faucets: [],
|
|
24720
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
24721
|
+
infoURL: 'https://astar.network',
|
|
24722
|
+
chainId: 6038361,
|
|
24723
|
+
networkId: 6038361,
|
|
24724
|
+
explorers: [
|
|
24725
|
+
{
|
|
24726
|
+
name: 'Blockscout zKyoto chain explorer',
|
|
24727
|
+
url: 'https://astar-zkyoto.blockscout.com',
|
|
24728
|
+
standard: 'EIP3091'
|
|
24729
|
+
}
|
|
24730
|
+
],
|
|
24731
|
+
parent: {
|
|
24732
|
+
type: 'L2',
|
|
24733
|
+
chain: 'eip155-11155111',
|
|
24734
|
+
bridges: [
|
|
24735
|
+
{ url: 'https://portal.astar.network' },
|
|
24736
|
+
{ url: 'https://bridge.gelato.network/bridge/astar-zkyoto' }
|
|
24737
|
+
]
|
|
24738
|
+
},
|
|
24739
|
+
status: 'incubating'
|
|
24740
|
+
},
|
|
23254
24741
|
7225878: {
|
|
23255
24742
|
name: 'Saakuru Mainnet',
|
|
23256
24743
|
chain: 'Saakuru',
|
|
@@ -23527,8 +25014,8 @@ exports.chains = {
|
|
|
23527
25014
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
23528
25015
|
'https://sepolia.gateway.tenderly.co',
|
|
23529
25016
|
'wss://sepolia.gateway.tenderly.co',
|
|
23530
|
-
'https://ethereum-sepolia.publicnode.com',
|
|
23531
|
-
'wss://ethereum-sepolia.publicnode.com'
|
|
25017
|
+
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
25018
|
+
'wss://ethereum-sepolia-rpc.publicnode.com'
|
|
23532
25019
|
],
|
|
23533
25020
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
23534
25021
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -23861,6 +25348,30 @@ exports.chains = {
|
|
|
23861
25348
|
chainId: 35855456,
|
|
23862
25349
|
networkId: 35855456
|
|
23863
25350
|
},
|
|
25351
|
+
37084624: {
|
|
25352
|
+
name: 'SKALE Nebula Hub Testnet',
|
|
25353
|
+
title: 'SKALE Nebula Hub Testnet',
|
|
25354
|
+
chain: 'lanky-ill-funny-testnet',
|
|
25355
|
+
icon: 'nebula',
|
|
25356
|
+
rpc: [
|
|
25357
|
+
'https://testnet.skalenodes.com/v1/lanky-ill-funny-testnet',
|
|
25358
|
+
'wss://testnet.skalenodes.com/v1/ws/lanky-ill-funny-testnet'
|
|
25359
|
+
],
|
|
25360
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25361
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25362
|
+
infoURL: 'https://nebulachain.io/',
|
|
25363
|
+
shortName: 'nebula-testnet',
|
|
25364
|
+
chainId: 37084624,
|
|
25365
|
+
networkId: 37084624,
|
|
25366
|
+
slip44: 1,
|
|
25367
|
+
explorers: [
|
|
25368
|
+
{
|
|
25369
|
+
name: 'Blockscout',
|
|
25370
|
+
url: 'https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com',
|
|
25371
|
+
standard: 'EIP3091'
|
|
25372
|
+
}
|
|
25373
|
+
]
|
|
25374
|
+
},
|
|
23864
25375
|
43214913: {
|
|
23865
25376
|
name: 'maistestsubnet',
|
|
23866
25377
|
chain: 'MAI',
|
|
@@ -23917,6 +25428,27 @@ exports.chains = {
|
|
|
23917
25428
|
},
|
|
23918
25429
|
65010001: {
|
|
23919
25430
|
name: 'Autonity Bakerloo (Barada) Testnet',
|
|
25431
|
+
status: 'deprecated',
|
|
25432
|
+
chain: 'AUT',
|
|
25433
|
+
rpc: [],
|
|
25434
|
+
faucets: ['https://faucet.autonity.org/'],
|
|
25435
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
25436
|
+
infoURL: 'https://autonity.org/',
|
|
25437
|
+
shortName: 'bakerloo-01',
|
|
25438
|
+
chainId: 65010001,
|
|
25439
|
+
networkId: 65010001,
|
|
25440
|
+
slip44: 1,
|
|
25441
|
+
icon: 'autonity',
|
|
25442
|
+
explorers: [
|
|
25443
|
+
{
|
|
25444
|
+
name: 'autonity-blockscout',
|
|
25445
|
+
url: 'https://bakerloo.autonity.org',
|
|
25446
|
+
standard: 'EIP3091'
|
|
25447
|
+
}
|
|
25448
|
+
]
|
|
25449
|
+
},
|
|
25450
|
+
65010002: {
|
|
25451
|
+
name: 'Autonity Bakerloo (Sumida) Testnet',
|
|
23920
25452
|
chain: 'AUT',
|
|
23921
25453
|
rpc: [
|
|
23922
25454
|
'https://rpc1.bakerloo.autonity.org/',
|
|
@@ -23925,9 +25457,9 @@ exports.chains = {
|
|
|
23925
25457
|
faucets: ['https://faucet.autonity.org/'],
|
|
23926
25458
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
23927
25459
|
infoURL: 'https://autonity.org/',
|
|
23928
|
-
shortName: 'bakerloo-
|
|
23929
|
-
chainId:
|
|
23930
|
-
networkId:
|
|
25460
|
+
shortName: 'bakerloo-02',
|
|
25461
|
+
chainId: 65010002,
|
|
25462
|
+
networkId: 65010002,
|
|
23931
25463
|
slip44: 1,
|
|
23932
25464
|
icon: 'autonity',
|
|
23933
25465
|
explorers: [
|
|
@@ -24034,6 +25566,37 @@ exports.chains = {
|
|
|
24034
25566
|
networkId: 99415706,
|
|
24035
25567
|
slip44: 1
|
|
24036
25568
|
},
|
|
25569
|
+
161221135: {
|
|
25570
|
+
name: 'Plume Testnet',
|
|
25571
|
+
title: 'Plume Sepolia Rollup Testnet',
|
|
25572
|
+
chain: 'ETH',
|
|
25573
|
+
rpc: ['https://plume-testnet.rpc.caldera.xyz/http'],
|
|
25574
|
+
faucets: [],
|
|
25575
|
+
nativeCurrency: {
|
|
25576
|
+
name: 'Plume Sepolia Ether',
|
|
25577
|
+
symbol: 'ETH',
|
|
25578
|
+
decimals: 18
|
|
25579
|
+
},
|
|
25580
|
+
infoURL: 'https://www.plumenetwork.xyz/',
|
|
25581
|
+
shortName: 'plume-testnet',
|
|
25582
|
+
chainId: 161221135,
|
|
25583
|
+
networkId: 161221135,
|
|
25584
|
+
slip44: 1,
|
|
25585
|
+
icon: 'plume',
|
|
25586
|
+
explorers: [
|
|
25587
|
+
{
|
|
25588
|
+
name: 'Blockscout',
|
|
25589
|
+
url: 'https://plume-testnet.explorer.caldera.xyz',
|
|
25590
|
+
icon: 'blockscout',
|
|
25591
|
+
standard: 'EIP3091'
|
|
25592
|
+
}
|
|
25593
|
+
],
|
|
25594
|
+
parent: {
|
|
25595
|
+
type: 'L2',
|
|
25596
|
+
chain: 'eip155-11155111',
|
|
25597
|
+
bridges: [{ url: 'https://plume-testnet.calderabridge.xyz' }]
|
|
25598
|
+
}
|
|
25599
|
+
},
|
|
24037
25600
|
168587773: {
|
|
24038
25601
|
name: 'Blast Sepolia Testnet',
|
|
24039
25602
|
chain: 'ETH',
|
|
@@ -24246,15 +25809,16 @@ exports.chains = {
|
|
|
24246
25809
|
]
|
|
24247
25810
|
},
|
|
24248
25811
|
344106930: {
|
|
24249
|
-
name: 'SKALE Calypso Hub Testnet',
|
|
24250
|
-
title: 'Calypso NFT Hub Testnet',
|
|
25812
|
+
name: 'Deprecated SKALE Calypso Hub Testnet',
|
|
25813
|
+
title: 'Deprecated Calypso NFT Hub Testnet',
|
|
25814
|
+
status: 'deprecated',
|
|
24251
25815
|
chain: 'staging-utter-unripe-menkar',
|
|
24252
25816
|
icon: 'calypso',
|
|
24253
25817
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'],
|
|
24254
25818
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24255
25819
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24256
25820
|
infoURL: 'https://calypsohub.network/',
|
|
24257
|
-
shortName: 'calypso-testnet',
|
|
25821
|
+
shortName: 'deprected-calypso-testnet',
|
|
24258
25822
|
chainId: 344106930,
|
|
24259
25823
|
networkId: 344106930,
|
|
24260
25824
|
slip44: 1,
|
|
@@ -24288,15 +25852,16 @@ exports.chains = {
|
|
|
24288
25852
|
]
|
|
24289
25853
|
},
|
|
24290
25854
|
476158412: {
|
|
24291
|
-
name: 'SKALE Europa Hub Testnet',
|
|
24292
|
-
title: 'Europa Hub Testnet',
|
|
25855
|
+
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
25856
|
+
title: 'Deprecated Europa Hub Testnet',
|
|
25857
|
+
status: 'deprecated',
|
|
24293
25858
|
chain: 'staging-legal-crazy-castor',
|
|
24294
25859
|
icon: 'europa',
|
|
24295
25860
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor'],
|
|
24296
25861
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24297
25862
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24298
25863
|
infoURL: 'https://europahub.network/',
|
|
24299
|
-
shortName: 'europa-testnet',
|
|
25864
|
+
shortName: 'deprecated-europa-testnet',
|
|
24300
25865
|
chainId: 476158412,
|
|
24301
25866
|
networkId: 476158412,
|
|
24302
25867
|
slip44: 1,
|
|
@@ -24327,8 +25892,9 @@ exports.chains = {
|
|
|
24327
25892
|
]
|
|
24328
25893
|
},
|
|
24329
25894
|
503129905: {
|
|
24330
|
-
name: 'SKALE Nebula Hub Testnet',
|
|
25895
|
+
name: 'Deprecated SKALE Nebula Hub Testnet',
|
|
24331
25896
|
chain: 'staging-faint-slimy-achird',
|
|
25897
|
+
status: 'deprecated',
|
|
24332
25898
|
icon: 'nebula',
|
|
24333
25899
|
rpc: [
|
|
24334
25900
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
|
@@ -24337,7 +25903,7 @@ exports.chains = {
|
|
|
24337
25903
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24338
25904
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24339
25905
|
infoURL: 'https://nebulachain.io/',
|
|
24340
|
-
shortName: 'nebula-testnet',
|
|
25906
|
+
shortName: 'deprecated-nebula-testnet',
|
|
24341
25907
|
chainId: 503129905,
|
|
24342
25908
|
networkId: 503129905,
|
|
24343
25909
|
slip44: 1,
|
|
@@ -24349,6 +25915,60 @@ exports.chains = {
|
|
|
24349
25915
|
}
|
|
24350
25916
|
]
|
|
24351
25917
|
},
|
|
25918
|
+
666666666: {
|
|
25919
|
+
name: 'Degen Chain',
|
|
25920
|
+
title: 'Degen Chain',
|
|
25921
|
+
chain: 'Degen',
|
|
25922
|
+
rpc: ['https://rpc.degen.tips'],
|
|
25923
|
+
faucets: [],
|
|
25924
|
+
nativeCurrency: { name: 'DEGEN', symbol: 'DEGEN', decimals: 18 },
|
|
25925
|
+
infoURL: 'https://degen.tips',
|
|
25926
|
+
shortName: 'degen-chain',
|
|
25927
|
+
chainId: 666666666,
|
|
25928
|
+
networkId: 666666666,
|
|
25929
|
+
status: 'incubating',
|
|
25930
|
+
icon: 'degen'
|
|
25931
|
+
},
|
|
25932
|
+
888888888: {
|
|
25933
|
+
name: 'Ancient8',
|
|
25934
|
+
chain: 'Ancient8',
|
|
25935
|
+
icon: 'ancient8',
|
|
25936
|
+
rpc: ['https://rpc.ancient8.gg'],
|
|
25937
|
+
faucets: [],
|
|
25938
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25939
|
+
infoURL: 'https://ancient8.gg/',
|
|
25940
|
+
shortName: 'ancient8',
|
|
25941
|
+
chainId: 888888888,
|
|
25942
|
+
networkId: 888888888,
|
|
25943
|
+
explorers: [
|
|
25944
|
+
{
|
|
25945
|
+
name: 'Ancient8 Explorer',
|
|
25946
|
+
url: 'https://scan.ancient8.gg',
|
|
25947
|
+
standard: 'EIP3091'
|
|
25948
|
+
}
|
|
25949
|
+
]
|
|
25950
|
+
},
|
|
25951
|
+
974399131: {
|
|
25952
|
+
name: 'SKALE Calypso Hub Testnet',
|
|
25953
|
+
title: 'SKALE Calypso Hub Testnet',
|
|
25954
|
+
chain: 'giant-half-dual-testnet',
|
|
25955
|
+
icon: 'calypso',
|
|
25956
|
+
rpc: ['https://testnet.skalenodes.com/v1/giant-half-dual-testnet'],
|
|
25957
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25958
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25959
|
+
infoURL: 'https://calypsohub.network/',
|
|
25960
|
+
shortName: 'calypso-testnet',
|
|
25961
|
+
chainId: 974399131,
|
|
25962
|
+
networkId: 974399131,
|
|
25963
|
+
slip44: 1,
|
|
25964
|
+
explorers: [
|
|
25965
|
+
{
|
|
25966
|
+
name: 'Blockscout',
|
|
25967
|
+
url: 'https://giant-half-dual-testnet.explorer.testnet.skalenodes.com',
|
|
25968
|
+
standard: 'EIP3091'
|
|
25969
|
+
}
|
|
25970
|
+
]
|
|
25971
|
+
},
|
|
24352
25972
|
999999999: {
|
|
24353
25973
|
name: 'Zora Sepolia Testnet',
|
|
24354
25974
|
chain: 'ETH',
|
|
@@ -24369,6 +25989,30 @@ exports.chains = {
|
|
|
24369
25989
|
}
|
|
24370
25990
|
]
|
|
24371
25991
|
},
|
|
25992
|
+
1020352220: {
|
|
25993
|
+
name: 'SKALE Titan Hub Testnet',
|
|
25994
|
+
title: 'SKALE Titan Hub Testnet',
|
|
25995
|
+
chain: 'aware-fake-trim-testnet',
|
|
25996
|
+
icon: 'titan',
|
|
25997
|
+
rpc: [
|
|
25998
|
+
'https://testnet.skalenodes.com/v1/aware-fake-trim-testnet',
|
|
25999
|
+
'wss://testnet.skalenodes.com/v1/ws/aware-fake-trim-testnet'
|
|
26000
|
+
],
|
|
26001
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
26002
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
26003
|
+
infoURL: '',
|
|
26004
|
+
shortName: 'titan-testnet',
|
|
26005
|
+
chainId: 1020352220,
|
|
26006
|
+
networkId: 1020352220,
|
|
26007
|
+
slip44: 1,
|
|
26008
|
+
explorers: [
|
|
26009
|
+
{
|
|
26010
|
+
name: 'Blockscout',
|
|
26011
|
+
url: 'https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com',
|
|
26012
|
+
standard: 'EIP3091'
|
|
26013
|
+
}
|
|
26014
|
+
]
|
|
26015
|
+
},
|
|
24372
26016
|
1122334455: {
|
|
24373
26017
|
name: 'IPOS Network',
|
|
24374
26018
|
chain: 'IPOS',
|
|
@@ -24473,6 +26117,25 @@ exports.chains = {
|
|
|
24473
26117
|
chainId: 1313161556,
|
|
24474
26118
|
networkId: 1313161556
|
|
24475
26119
|
},
|
|
26120
|
+
1313161560: {
|
|
26121
|
+
name: 'PowerGold',
|
|
26122
|
+
chain: 'NEAR',
|
|
26123
|
+
rpc: ['https://powergold.aurora.dev'],
|
|
26124
|
+
icon: 'powergold',
|
|
26125
|
+
faucets: [],
|
|
26126
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26127
|
+
infoURL: 'https://www.powergold.tech',
|
|
26128
|
+
shortName: 'powergold',
|
|
26129
|
+
chainId: 1313161560,
|
|
26130
|
+
networkId: 1313161560,
|
|
26131
|
+
explorers: [
|
|
26132
|
+
{
|
|
26133
|
+
name: 'PowerGold explorer',
|
|
26134
|
+
url: 'https://explorer.powergold.aurora.dev',
|
|
26135
|
+
standard: 'EIP3091'
|
|
26136
|
+
}
|
|
26137
|
+
]
|
|
26138
|
+
},
|
|
24476
26139
|
1350216234: {
|
|
24477
26140
|
name: 'SKALE Titan Hub',
|
|
24478
26141
|
chain: 'parallel-stormy-spica',
|
|
@@ -24537,6 +26200,27 @@ exports.chains = {
|
|
|
24537
26200
|
}
|
|
24538
26201
|
]
|
|
24539
26202
|
},
|
|
26203
|
+
1444673419: {
|
|
26204
|
+
name: 'SKALE Europa Hub Testnet',
|
|
26205
|
+
title: 'SKALE Europa Hub Testnet',
|
|
26206
|
+
chain: 'juicy-low-small-testnet',
|
|
26207
|
+
icon: 'europa',
|
|
26208
|
+
rpc: ['https://testnet.skalenodes.com/v1/juicy-low-small-testnet'],
|
|
26209
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
26210
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
26211
|
+
infoURL: 'https://europahub.network/',
|
|
26212
|
+
shortName: 'europa-testnet',
|
|
26213
|
+
chainId: 1444673419,
|
|
26214
|
+
networkId: 1444673419,
|
|
26215
|
+
slip44: 1,
|
|
26216
|
+
explorers: [
|
|
26217
|
+
{
|
|
26218
|
+
name: 'Blockscout',
|
|
26219
|
+
url: 'https://juicy-low-small-testnet.explorer.testnet.skalenodes.com',
|
|
26220
|
+
standard: 'EIP3091'
|
|
26221
|
+
}
|
|
26222
|
+
]
|
|
26223
|
+
},
|
|
24540
26224
|
1482601649: {
|
|
24541
26225
|
name: 'SKALE Nebula Hub',
|
|
24542
26226
|
chain: 'green-giddy-denebola',
|
|
@@ -24560,8 +26244,9 @@ exports.chains = {
|
|
|
24560
26244
|
]
|
|
24561
26245
|
},
|
|
24562
26246
|
1517929550: {
|
|
24563
|
-
name: 'SKALE Titan Hub Testnet',
|
|
26247
|
+
name: 'Deprecated SKALE Titan Hub Testnet',
|
|
24564
26248
|
chain: 'staging-aware-chief-gianfar',
|
|
26249
|
+
status: 'deprecated',
|
|
24565
26250
|
icon: 'titan',
|
|
24566
26251
|
rpc: [
|
|
24567
26252
|
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
|
@@ -24570,7 +26255,7 @@ exports.chains = {
|
|
|
24570
26255
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24571
26256
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24572
26257
|
infoURL: '',
|
|
24573
|
-
shortName: 'titan-testnet',
|
|
26258
|
+
shortName: 'deprecated-titan-testnet',
|
|
24574
26259
|
chainId: 1517929550,
|
|
24575
26260
|
networkId: 1517929550,
|
|
24576
26261
|
slip44: 1,
|
|
@@ -24896,6 +26581,36 @@ exports.chains = {
|
|
|
24896
26581
|
}
|
|
24897
26582
|
]
|
|
24898
26583
|
},
|
|
26584
|
+
28872323069: {
|
|
26585
|
+
name: 'GitSwarm Test Network',
|
|
26586
|
+
title: 'GitSwarm Test Network',
|
|
26587
|
+
chain: 'ETH',
|
|
26588
|
+
icon: 'gitswarm',
|
|
26589
|
+
rpc: ['https://gitswarm.com:2096'],
|
|
26590
|
+
faucets: [],
|
|
26591
|
+
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
|
26592
|
+
infoURL: 'https://gitswarm.com/',
|
|
26593
|
+
shortName: 'GS-ETH',
|
|
26594
|
+
chainId: 28872323069,
|
|
26595
|
+
networkId: 28872323069,
|
|
26596
|
+
slip44: 1,
|
|
26597
|
+
explorers: [],
|
|
26598
|
+
status: 'incubating'
|
|
26599
|
+
},
|
|
26600
|
+
107107114116: {
|
|
26601
|
+
name: 'Kakarot Sepolia',
|
|
26602
|
+
chain: 'ETH',
|
|
26603
|
+
icon: 'kakarot',
|
|
26604
|
+
rpc: [],
|
|
26605
|
+
faucets: [],
|
|
26606
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26607
|
+
infoURL: 'https://kakarot.org',
|
|
26608
|
+
shortName: 'kkrt-sepolia',
|
|
26609
|
+
chainId: 107107114116,
|
|
26610
|
+
networkId: 107107114116,
|
|
26611
|
+
explorers: [],
|
|
26612
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
26613
|
+
},
|
|
24899
26614
|
111222333444: {
|
|
24900
26615
|
name: 'Alphabet Mainnet',
|
|
24901
26616
|
chain: 'Alphabet Network',
|