@revoke.cash/chains 31.0.0 → 32.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/chains.js +1592 -148
- package/dist/src/enums.d.ts +158 -22
- package/dist/src/enums.js +158 -22
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -11,8 +11,8 @@ exports.chains = {
|
|
|
11
11
|
'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
12
12
|
'https://api.mycryptoapi.com/eth',
|
|
13
13
|
'https://cloudflare-eth.com',
|
|
14
|
-
'https://ethereum.publicnode.com',
|
|
15
|
-
'wss://ethereum.publicnode.com',
|
|
14
|
+
'https://ethereum-rpc.publicnode.com',
|
|
15
|
+
'wss://ethereum-rpc.publicnode.com',
|
|
16
16
|
'https://mainnet.gateway.tenderly.co',
|
|
17
17
|
'wss://mainnet.gateway.tenderly.co',
|
|
18
18
|
'https://rpc.blocknative.com/boost',
|
|
@@ -130,8 +130,8 @@ exports.chains = {
|
|
|
130
130
|
'https://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
131
131
|
'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
132
132
|
'https://rpc.goerli.mudit.blog/',
|
|
133
|
-
'https://ethereum-goerli.publicnode.com',
|
|
134
|
-
'wss://ethereum-goerli.publicnode.com',
|
|
133
|
+
'https://ethereum-goerli-rpc.publicnode.com',
|
|
134
|
+
'wss://ethereum-goerli-rpc.publicnode.com',
|
|
135
135
|
'https://goerli.gateway.tenderly.co',
|
|
136
136
|
'wss://goerli.gateway.tenderly.co'
|
|
137
137
|
],
|
|
@@ -235,8 +235,8 @@ exports.chains = {
|
|
|
235
235
|
chain: 'ETH',
|
|
236
236
|
rpc: [
|
|
237
237
|
'https://mainnet.optimism.io',
|
|
238
|
-
'https://optimism.publicnode.com',
|
|
239
|
-
'wss://optimism.publicnode.com',
|
|
238
|
+
'https://optimism-rpc.publicnode.com',
|
|
239
|
+
'wss://optimism-rpc.publicnode.com',
|
|
240
240
|
'https://optimism.gateway.tenderly.co',
|
|
241
241
|
'wss://optimism.gateway.tenderly.co'
|
|
242
242
|
],
|
|
@@ -316,9 +316,14 @@ exports.chains = {
|
|
|
316
316
|
icon: 'flare',
|
|
317
317
|
rpc: [
|
|
318
318
|
'https://flare-api.flare.network/ext/C/rpc',
|
|
319
|
-
'https://flare.
|
|
320
|
-
'https://
|
|
319
|
+
'https://flare.rpc.thirdweb.com',
|
|
320
|
+
'https://flare-bundler.etherspot.io',
|
|
321
|
+
'https://rpc.ankr.com/flare',
|
|
322
|
+
'https://rpc.ftso.au/flare',
|
|
323
|
+
'https://flare.enosys.global/ext/C/rpc',
|
|
324
|
+
'https://flare.solidifi.app/ext/C/rpc'
|
|
321
325
|
],
|
|
326
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
322
327
|
faucets: [],
|
|
323
328
|
nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
|
|
324
329
|
infoURL: 'https://flare.network',
|
|
@@ -333,7 +338,7 @@ exports.chains = {
|
|
|
333
338
|
},
|
|
334
339
|
{
|
|
335
340
|
name: 'flarescan',
|
|
336
|
-
url: 'https://flarescan.com',
|
|
341
|
+
url: 'https://mainnet.flarescan.com',
|
|
337
342
|
standard: 'EIP3091'
|
|
338
343
|
}
|
|
339
344
|
]
|
|
@@ -350,24 +355,32 @@ exports.chains = {
|
|
|
350
355
|
networkId: 15
|
|
351
356
|
},
|
|
352
357
|
16: {
|
|
353
|
-
name: '
|
|
354
|
-
chain: '
|
|
358
|
+
name: 'Songbird Testnet Coston',
|
|
359
|
+
chain: 'SGB',
|
|
355
360
|
icon: 'coston',
|
|
356
|
-
rpc: [
|
|
357
|
-
|
|
358
|
-
'https://
|
|
359
|
-
'https://
|
|
361
|
+
rpc: [
|
|
362
|
+
'https://coston-api.flare.network/ext/C/rpc',
|
|
363
|
+
'https://flare-testnet-coston.rpc.thirdweb.com',
|
|
364
|
+
'https://coston.enosys.global/ext/C/rpc'
|
|
360
365
|
],
|
|
366
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
367
|
+
faucets: ['https://faucet.flare.network'],
|
|
361
368
|
nativeCurrency: { name: 'Coston Flare', symbol: 'CFLR', decimals: 18 },
|
|
362
|
-
infoURL: 'https://flare.
|
|
369
|
+
infoURL: 'https://flare.network',
|
|
363
370
|
shortName: 'cflr',
|
|
364
371
|
chainId: 16,
|
|
365
372
|
networkId: 16,
|
|
373
|
+
slip44: 1,
|
|
366
374
|
explorers: [
|
|
367
375
|
{
|
|
368
376
|
name: 'blockscout',
|
|
369
377
|
url: 'https://coston-explorer.flare.network',
|
|
370
378
|
standard: 'EIP3091'
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
name: 'flarescan',
|
|
382
|
+
url: 'https://coston.testnet.flarescan.com',
|
|
383
|
+
standard: 'EIP3091'
|
|
371
384
|
}
|
|
372
385
|
]
|
|
373
386
|
},
|
|
@@ -411,14 +424,14 @@ exports.chains = {
|
|
|
411
424
|
icon: 'songbird',
|
|
412
425
|
rpc: [
|
|
413
426
|
'https://songbird-api.flare.network/ext/C/rpc',
|
|
414
|
-
'https://
|
|
415
|
-
'https://
|
|
416
|
-
'https://
|
|
417
|
-
'https://rpc.ftso.au/songbird'
|
|
427
|
+
'https://rpc.ftso.au/songbird',
|
|
428
|
+
'https://songbird.enosys.global/ext/C/rpc',
|
|
429
|
+
'https://songbird.solidifi.app/ext/C/rpc'
|
|
418
430
|
],
|
|
431
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
419
432
|
faucets: [],
|
|
420
433
|
nativeCurrency: { name: 'Songbird', symbol: 'SGB', decimals: 18 },
|
|
421
|
-
infoURL: 'https://flare.
|
|
434
|
+
infoURL: 'https://flare.network',
|
|
422
435
|
shortName: 'sgb',
|
|
423
436
|
chainId: 19,
|
|
424
437
|
networkId: 19,
|
|
@@ -427,6 +440,11 @@ exports.chains = {
|
|
|
427
440
|
name: 'blockscout',
|
|
428
441
|
url: 'https://songbird-explorer.flare.network',
|
|
429
442
|
standard: 'EIP3091'
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
name: 'flarescan',
|
|
446
|
+
url: 'https://songbird.flarescan.com',
|
|
447
|
+
standard: 'EIP3091'
|
|
430
448
|
}
|
|
431
449
|
]
|
|
432
450
|
},
|
|
@@ -507,8 +525,8 @@ exports.chains = {
|
|
|
507
525
|
chain: 'CRO',
|
|
508
526
|
rpc: [
|
|
509
527
|
'https://evm.cronos.org',
|
|
510
|
-
'https://cronos-evm.publicnode.com',
|
|
511
|
-
'wss://cronos-evm.publicnode.com'
|
|
528
|
+
'https://cronos-evm-rpc.publicnode.com',
|
|
529
|
+
'wss://cronos-evm-rpc.publicnode.com'
|
|
512
530
|
],
|
|
513
531
|
features: [{ name: 'EIP1559' }],
|
|
514
532
|
faucets: [],
|
|
@@ -868,7 +886,7 @@ exports.chains = {
|
|
|
868
886
|
{
|
|
869
887
|
name: 'subscan',
|
|
870
888
|
url: 'https://pangolin.subscan.io',
|
|
871
|
-
standard: '
|
|
889
|
+
standard: 'EIP3091'
|
|
872
890
|
}
|
|
873
891
|
]
|
|
874
892
|
},
|
|
@@ -877,8 +895,7 @@ exports.chains = {
|
|
|
877
895
|
chain: 'crab',
|
|
878
896
|
rpc: [
|
|
879
897
|
'https://crab-rpc.darwinia.network',
|
|
880
|
-
'https://crab-rpc.darwiniacommunitydao.xyz'
|
|
881
|
-
'https://darwiniacrab-rpc.dwellir.com'
|
|
898
|
+
'https://crab-rpc.darwiniacommunitydao.xyz'
|
|
882
899
|
],
|
|
883
900
|
faucets: [],
|
|
884
901
|
nativeCurrency: {
|
|
@@ -894,7 +911,7 @@ exports.chains = {
|
|
|
894
911
|
{
|
|
895
912
|
name: 'subscan',
|
|
896
913
|
url: 'https://crab.subscan.io',
|
|
897
|
-
standard: '
|
|
914
|
+
standard: 'EIP3091'
|
|
898
915
|
}
|
|
899
916
|
]
|
|
900
917
|
},
|
|
@@ -945,7 +962,7 @@ exports.chains = {
|
|
|
945
962
|
{
|
|
946
963
|
name: 'subscan',
|
|
947
964
|
url: 'https://darwinia.subscan.io',
|
|
948
|
-
standard: '
|
|
965
|
+
standard: 'EIP3091'
|
|
949
966
|
}
|
|
950
967
|
]
|
|
951
968
|
},
|
|
@@ -1166,8 +1183,8 @@ exports.chains = {
|
|
|
1166
1183
|
'https://bsc-dataseed2.ninicoin.io',
|
|
1167
1184
|
'https://bsc-dataseed3.ninicoin.io',
|
|
1168
1185
|
'https://bsc-dataseed4.ninicoin.io',
|
|
1169
|
-
'https://bsc.publicnode.com',
|
|
1170
|
-
'wss://bsc.publicnode.com',
|
|
1186
|
+
'https://bsc-rpc.publicnode.com',
|
|
1187
|
+
'wss://bsc-rpc.publicnode.com',
|
|
1171
1188
|
'wss://bsc-ws-node.nariox.org'
|
|
1172
1189
|
],
|
|
1173
1190
|
faucets: [],
|
|
@@ -1203,8 +1220,8 @@ exports.chains = {
|
|
|
1203
1220
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
|
1204
1221
|
'https://syscoin.public-rpc.com',
|
|
1205
1222
|
'wss://rpc.syscoin.org/wss',
|
|
1206
|
-
'https://syscoin-evm.publicnode.com',
|
|
1207
|
-
'wss://syscoin-evm.publicnode.com'
|
|
1223
|
+
'https://syscoin-evm-rpc.publicnode.com',
|
|
1224
|
+
'wss://syscoin-evm-rpc.publicnode.com'
|
|
1208
1225
|
],
|
|
1209
1226
|
faucets: ['https://faucet.syscoin.org'],
|
|
1210
1227
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
@@ -2037,8 +2054,8 @@ exports.chains = {
|
|
|
2037
2054
|
'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
|
|
2038
2055
|
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
|
2039
2056
|
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
|
2040
|
-
'https://bsc-testnet.publicnode.com',
|
|
2041
|
-
'wss://bsc-testnet.publicnode.com'
|
|
2057
|
+
'https://bsc-testnet-rpc.publicnode.com',
|
|
2058
|
+
'wss://bsc-testnet-rpc.publicnode.com'
|
|
2042
2059
|
],
|
|
2043
2060
|
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
2044
2061
|
nativeCurrency: {
|
|
@@ -2118,8 +2135,8 @@ exports.chains = {
|
|
|
2118
2135
|
'https://web3endpoints.com/gnosischain-mainnet',
|
|
2119
2136
|
'https://gnosis.oat.farm',
|
|
2120
2137
|
'wss://rpc.gnosischain.com/wss',
|
|
2121
|
-
'https://gnosis.publicnode.com',
|
|
2122
|
-
'wss://gnosis.publicnode.com'
|
|
2138
|
+
'https://gnosis-rpc.publicnode.com',
|
|
2139
|
+
'wss://gnosis-rpc.publicnode.com'
|
|
2123
2140
|
],
|
|
2124
2141
|
faucets: [
|
|
2125
2142
|
'https://gnosisfaucet.com',
|
|
@@ -2400,10 +2417,16 @@ exports.chains = {
|
|
|
2400
2417
|
name: 'Flare Testnet Coston2',
|
|
2401
2418
|
chain: 'FLR',
|
|
2402
2419
|
icon: 'coston2',
|
|
2403
|
-
rpc: [
|
|
2404
|
-
|
|
2420
|
+
rpc: [
|
|
2421
|
+
'https://coston2-api.flare.network/ext/C/rpc',
|
|
2422
|
+
'https://flare-testnet-coston2.rpc.thirdweb.com',
|
|
2423
|
+
'https://flaretestnet-bundler.etherspot.io',
|
|
2424
|
+
'https://coston2.enosys.global/ext/C/rpc'
|
|
2425
|
+
],
|
|
2426
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
2427
|
+
faucets: ['https://faucet.flare.network'],
|
|
2405
2428
|
nativeCurrency: { name: 'Coston2 Flare', symbol: 'C2FLR', decimals: 18 },
|
|
2406
|
-
infoURL: 'https://flare.
|
|
2429
|
+
infoURL: 'https://flare.network',
|
|
2407
2430
|
shortName: 'c2flr',
|
|
2408
2431
|
chainId: 114,
|
|
2409
2432
|
networkId: 114,
|
|
@@ -2413,6 +2436,11 @@ exports.chains = {
|
|
|
2413
2436
|
name: 'blockscout',
|
|
2414
2437
|
url: 'https://coston2-explorer.flare.network',
|
|
2415
2438
|
standard: 'EIP3091'
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
name: 'flarescan',
|
|
2442
|
+
url: 'https://coston2.testnet.flarescan.com',
|
|
2443
|
+
standard: 'EIP3091'
|
|
2416
2444
|
}
|
|
2417
2445
|
]
|
|
2418
2446
|
},
|
|
@@ -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 },
|
|
@@ -4054,7 +4140,7 @@ exports.chains = {
|
|
|
4054
4140
|
],
|
|
4055
4141
|
faucets: [],
|
|
4056
4142
|
nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
|
|
4057
|
-
features: [{ name: 'EIP155' }],
|
|
4143
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4058
4144
|
infoURL: '',
|
|
4059
4145
|
shortName: 'lachain',
|
|
4060
4146
|
chainId: 274,
|
|
@@ -4067,6 +4153,18 @@ exports.chains = {
|
|
|
4067
4153
|
}
|
|
4068
4154
|
]
|
|
4069
4155
|
},
|
|
4156
|
+
279: {
|
|
4157
|
+
name: 'BPX Blockchain',
|
|
4158
|
+
chain: 'BPX',
|
|
4159
|
+
icon: 'bpx',
|
|
4160
|
+
rpc: ['https://rpc.mainnet.bpxchain.cc', 'https://bpx-dataseed.infinex.cc'],
|
|
4161
|
+
faucets: [],
|
|
4162
|
+
nativeCurrency: { name: 'BPX', symbol: 'BPX', decimals: 18 },
|
|
4163
|
+
infoURL: 'https://bpxchain.cc',
|
|
4164
|
+
shortName: 'bpx',
|
|
4165
|
+
chainId: 279,
|
|
4166
|
+
networkId: 279
|
|
4167
|
+
},
|
|
4070
4168
|
280: {
|
|
4071
4169
|
name: 'zkSync Era Goerli Testnet (deprecated)',
|
|
4072
4170
|
status: 'deprecated',
|
|
@@ -4336,6 +4434,46 @@ exports.chains = {
|
|
|
4336
4434
|
}
|
|
4337
4435
|
]
|
|
4338
4436
|
},
|
|
4437
|
+
305: {
|
|
4438
|
+
name: 'ZKSats Mainnet',
|
|
4439
|
+
title: 'ZKSats Mainnet',
|
|
4440
|
+
chain: 'ZKSats',
|
|
4441
|
+
rpc: ['https://mainnet.zksats.io'],
|
|
4442
|
+
faucets: [],
|
|
4443
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
4444
|
+
infoURL: 'https://zksats.io',
|
|
4445
|
+
shortName: 'ZKSats-Mainnet',
|
|
4446
|
+
chainId: 305,
|
|
4447
|
+
networkId: 305,
|
|
4448
|
+
icon: 'zksats',
|
|
4449
|
+
explorers: [
|
|
4450
|
+
{
|
|
4451
|
+
name: 'blockscout',
|
|
4452
|
+
url: 'https://explorer.zksats.io',
|
|
4453
|
+
icon: 'zksats',
|
|
4454
|
+
standard: 'EIP3091'
|
|
4455
|
+
}
|
|
4456
|
+
]
|
|
4457
|
+
},
|
|
4458
|
+
307: {
|
|
4459
|
+
name: 'Lovely Network Testnet',
|
|
4460
|
+
chain: 'Lovely',
|
|
4461
|
+
icon: 'lovely',
|
|
4462
|
+
rpc: ['https://trpc.lovely.network'],
|
|
4463
|
+
faucets: ['https://faucet.lovely.network'],
|
|
4464
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
|
4465
|
+
infoURL: 'https://lovely.network',
|
|
4466
|
+
shortName: 'LOVELY-Testnet',
|
|
4467
|
+
chainId: 307,
|
|
4468
|
+
networkId: 307,
|
|
4469
|
+
explorers: [
|
|
4470
|
+
{
|
|
4471
|
+
name: 'Lovely Network Testnet',
|
|
4472
|
+
url: 'https://tscan.lovely.network',
|
|
4473
|
+
standard: 'EIP3091'
|
|
4474
|
+
}
|
|
4475
|
+
]
|
|
4476
|
+
},
|
|
4339
4477
|
309: {
|
|
4340
4478
|
name: 'Wyzth Testnet',
|
|
4341
4479
|
chain: 'WYZ',
|
|
@@ -4484,6 +4622,25 @@ exports.chains = {
|
|
|
4484
4622
|
}
|
|
4485
4623
|
]
|
|
4486
4624
|
},
|
|
4625
|
+
323: {
|
|
4626
|
+
name: 'Cosvm Mainnet',
|
|
4627
|
+
chain: 'CVM',
|
|
4628
|
+
rpc: ['https://rpc.cosvm.net'],
|
|
4629
|
+
faucets: [],
|
|
4630
|
+
nativeCurrency: { name: 'Cosvm', symbol: 'CVM', decimals: 18 },
|
|
4631
|
+
infoURL: 'https://cosvm.network',
|
|
4632
|
+
shortName: 'cvm',
|
|
4633
|
+
chainId: 323,
|
|
4634
|
+
networkId: 323,
|
|
4635
|
+
explorers: [
|
|
4636
|
+
{
|
|
4637
|
+
name: 'Blockscout',
|
|
4638
|
+
url: 'https://explorer.cosvm.net',
|
|
4639
|
+
icon: 'blockscout',
|
|
4640
|
+
standard: 'EIP3091'
|
|
4641
|
+
}
|
|
4642
|
+
]
|
|
4643
|
+
},
|
|
4487
4644
|
324: {
|
|
4488
4645
|
name: 'zkSync Mainnet',
|
|
4489
4646
|
chain: 'ETH',
|
|
@@ -4685,8 +4842,8 @@ exports.chains = {
|
|
|
4685
4842
|
rpc: [
|
|
4686
4843
|
'https://rpc.pulsechain.com',
|
|
4687
4844
|
'wss://rpc.pulsechain.com',
|
|
4688
|
-
'https://pulsechain.publicnode.com',
|
|
4689
|
-
'wss://pulsechain.publicnode.com',
|
|
4845
|
+
'https://pulsechain-rpc.publicnode.com',
|
|
4846
|
+
'wss://pulsechain-rpc.publicnode.com',
|
|
4690
4847
|
'https://rpc-pulsechain.g4mm4.io',
|
|
4691
4848
|
'wss://rpc-pulsechain.g4mm4.io'
|
|
4692
4849
|
],
|
|
@@ -4926,8 +5083,8 @@ exports.chains = {
|
|
|
4926
5083
|
chain: 'ETH',
|
|
4927
5084
|
rpc: [
|
|
4928
5085
|
'https://goerli.optimism.io',
|
|
4929
|
-
'https://optimism-goerli.publicnode.com',
|
|
4930
|
-
'wss://optimism-goerli.publicnode.com',
|
|
5086
|
+
'https://optimism-goerli-rpc.publicnode.com',
|
|
5087
|
+
'wss://optimism-goerli-rpc.publicnode.com',
|
|
4931
5088
|
'https://optimism-goerli.gateway.tenderly.co',
|
|
4932
5089
|
'wss://optimism-goerli.gateway.tenderly.co'
|
|
4933
5090
|
],
|
|
@@ -4947,6 +5104,25 @@ exports.chains = {
|
|
|
4947
5104
|
}
|
|
4948
5105
|
]
|
|
4949
5106
|
},
|
|
5107
|
+
422: {
|
|
5108
|
+
name: 'Viridis Mainnet',
|
|
5109
|
+
chain: 'VRD',
|
|
5110
|
+
icon: 'viridis',
|
|
5111
|
+
rpc: ['https://mainnet-rpc.vrd.network'],
|
|
5112
|
+
faucets: [],
|
|
5113
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
|
5114
|
+
infoURL: 'https://viridis.network',
|
|
5115
|
+
shortName: 'vrd',
|
|
5116
|
+
chainId: 422,
|
|
5117
|
+
networkId: 422,
|
|
5118
|
+
explorers: [
|
|
5119
|
+
{
|
|
5120
|
+
name: 'Viridis Mainnet',
|
|
5121
|
+
url: 'https://explorer.vrd.network',
|
|
5122
|
+
standard: 'EIP3091'
|
|
5123
|
+
}
|
|
5124
|
+
]
|
|
5125
|
+
},
|
|
4950
5126
|
424: {
|
|
4951
5127
|
name: 'PGN (Public Goods Network)',
|
|
4952
5128
|
chain: 'ETH',
|
|
@@ -5141,7 +5317,7 @@ exports.chains = {
|
|
|
5141
5317
|
rpc: [],
|
|
5142
5318
|
faucets: [],
|
|
5143
5319
|
nativeCurrency: { name: 'Rupaya', symbol: 'RUPX', decimals: 18 },
|
|
5144
|
-
infoURL: 'https://www.
|
|
5320
|
+
infoURL: 'https://www.rupaya.io',
|
|
5145
5321
|
shortName: 'rupx',
|
|
5146
5322
|
chainId: 499,
|
|
5147
5323
|
networkId: 499,
|
|
@@ -5186,6 +5362,20 @@ exports.chains = {
|
|
|
5186
5362
|
}
|
|
5187
5363
|
]
|
|
5188
5364
|
},
|
|
5365
|
+
510: {
|
|
5366
|
+
name: 'Syndicate Chain',
|
|
5367
|
+
title: 'Syndicate Chain',
|
|
5368
|
+
chain: 'Syndicate',
|
|
5369
|
+
rpc: ['https://rpc-mainnet.syndicate.io'],
|
|
5370
|
+
faucets: [],
|
|
5371
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5372
|
+
infoURL: 'https://syndicate.io',
|
|
5373
|
+
shortName: 'syndicate-chain-mainnet',
|
|
5374
|
+
chainId: 510,
|
|
5375
|
+
networkId: 510,
|
|
5376
|
+
status: 'incubating',
|
|
5377
|
+
icon: 'syndicate'
|
|
5378
|
+
},
|
|
5189
5379
|
512: {
|
|
5190
5380
|
name: 'Double-A Chain Mainnet',
|
|
5191
5381
|
chain: 'AAC',
|
|
@@ -5282,7 +5472,7 @@ exports.chains = {
|
|
|
5282
5472
|
name: 'Firechain Mainnet',
|
|
5283
5473
|
chain: 'FIRE',
|
|
5284
5474
|
icon: 'firechain',
|
|
5285
|
-
rpc: ['https://mainnet.
|
|
5475
|
+
rpc: ['https://rpc-mainnet.thefirechain.com'],
|
|
5286
5476
|
faucets: [],
|
|
5287
5477
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
5288
5478
|
infoURL: 'https://thefirechain.com',
|
|
@@ -5951,6 +6141,35 @@ exports.chains = {
|
|
|
5951
6141
|
}
|
|
5952
6142
|
]
|
|
5953
6143
|
},
|
|
6144
|
+
713: {
|
|
6145
|
+
name: 'Vrcscan Mainnet',
|
|
6146
|
+
chain: 'VRC',
|
|
6147
|
+
rpc: [
|
|
6148
|
+
'https://rpc-mainnet-5.vrcscan.com',
|
|
6149
|
+
'https://rpc-mainnet-6.vrcscan.com',
|
|
6150
|
+
'https://rpc-mainnet-7.vrcscan.com',
|
|
6151
|
+
'https://rpc-mainnet-8.vrcscan.com'
|
|
6152
|
+
],
|
|
6153
|
+
faucets: [],
|
|
6154
|
+
nativeCurrency: { name: 'VRC Chain', symbol: 'VRC', decimals: 18 },
|
|
6155
|
+
infoURL: 'https://vrccoin.com',
|
|
6156
|
+
shortName: 'vrc',
|
|
6157
|
+
chainId: 713,
|
|
6158
|
+
networkId: 713,
|
|
6159
|
+
explorers: [
|
|
6160
|
+
{
|
|
6161
|
+
name: 'vrcscan',
|
|
6162
|
+
url: 'https://vrcscan.com',
|
|
6163
|
+
standard: 'EIP3091'
|
|
6164
|
+
},
|
|
6165
|
+
{
|
|
6166
|
+
name: 'dxbscan',
|
|
6167
|
+
url: 'https://dxb.vrcscan.com',
|
|
6168
|
+
standard: 'EIP3091'
|
|
6169
|
+
}
|
|
6170
|
+
],
|
|
6171
|
+
icon: 'vrcscan'
|
|
6172
|
+
},
|
|
5954
6173
|
719: {
|
|
5955
6174
|
name: 'Shibarium Beta',
|
|
5956
6175
|
chain: 'Shibarium',
|
|
@@ -6001,6 +6220,25 @@ exports.chains = {
|
|
|
6001
6220
|
networkId: 727,
|
|
6002
6221
|
slip44: 727
|
|
6003
6222
|
},
|
|
6223
|
+
730: {
|
|
6224
|
+
name: 'Lovely Network Mainnet',
|
|
6225
|
+
chain: 'Lovely',
|
|
6226
|
+
icon: 'lovely',
|
|
6227
|
+
rpc: ['https://rpc.lovely.network'],
|
|
6228
|
+
faucets: [],
|
|
6229
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
|
6230
|
+
infoURL: 'https://lovely.network',
|
|
6231
|
+
shortName: 'LOVELY',
|
|
6232
|
+
chainId: 730,
|
|
6233
|
+
networkId: 730,
|
|
6234
|
+
explorers: [
|
|
6235
|
+
{
|
|
6236
|
+
name: 'Lovely Network Mainnet',
|
|
6237
|
+
url: 'https://scan.lovely.network',
|
|
6238
|
+
standard: 'EIP3091'
|
|
6239
|
+
}
|
|
6240
|
+
]
|
|
6241
|
+
},
|
|
6004
6242
|
740: {
|
|
6005
6243
|
name: 'Canto Testnet',
|
|
6006
6244
|
chain: 'Canto Tesnet',
|
|
@@ -6201,6 +6439,25 @@ exports.chains = {
|
|
|
6201
6439
|
}
|
|
6202
6440
|
]
|
|
6203
6441
|
},
|
|
6442
|
+
799: {
|
|
6443
|
+
name: 'Rupaya Testnet',
|
|
6444
|
+
chain: 'Rupaya Testnet',
|
|
6445
|
+
rpc: ['https://rpc.testnet.rupaya.io'],
|
|
6446
|
+
faucets: ['https://faucet.testnet.rupaya.io'],
|
|
6447
|
+
nativeCurrency: { name: 'Test Rupaya', symbol: 'TRUPX', decimals: 18 },
|
|
6448
|
+
infoURL: 'https://www.rupaya.io',
|
|
6449
|
+
shortName: 'RupayaTestnet',
|
|
6450
|
+
chainId: 799,
|
|
6451
|
+
networkId: 799,
|
|
6452
|
+
slip44: 1,
|
|
6453
|
+
explorers: [
|
|
6454
|
+
{
|
|
6455
|
+
name: 'rupayascan',
|
|
6456
|
+
url: 'https://scan.testnet.rupaya.io',
|
|
6457
|
+
standard: 'EIP3091'
|
|
6458
|
+
}
|
|
6459
|
+
]
|
|
6460
|
+
},
|
|
6204
6461
|
800: {
|
|
6205
6462
|
name: 'Lucid Blockchain',
|
|
6206
6463
|
chain: 'Lucid',
|
|
@@ -6306,7 +6563,7 @@ exports.chains = {
|
|
|
6306
6563
|
name: 'Firechain zkEVM',
|
|
6307
6564
|
title: 'Firechain zkEVM',
|
|
6308
6565
|
chain: 'Firechain',
|
|
6309
|
-
rpc: ['https://rpc
|
|
6566
|
+
rpc: ['https://rpc-zkevm.thefirechain.com'],
|
|
6310
6567
|
faucets: [],
|
|
6311
6568
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6312
6569
|
infoURL: 'https://docs.thefirechain.com/',
|
|
@@ -6318,7 +6575,7 @@ exports.chains = {
|
|
|
6318
6575
|
parent: {
|
|
6319
6576
|
type: 'L2',
|
|
6320
6577
|
chain: 'eip155-1',
|
|
6321
|
-
bridges: [{ url: 'https://zkevm
|
|
6578
|
+
bridges: [{ url: 'https://zkevm-bridge-rpc.thefirechain.com' }]
|
|
6322
6579
|
}
|
|
6323
6580
|
},
|
|
6324
6581
|
818: {
|
|
@@ -6381,6 +6638,24 @@ exports.chains = {
|
|
|
6381
6638
|
slip44: 1,
|
|
6382
6639
|
status: 'deprecated'
|
|
6383
6640
|
},
|
|
6641
|
+
831: {
|
|
6642
|
+
name: 'CheckDot Blockchain Devnet',
|
|
6643
|
+
chain: 'CDT Blockchain',
|
|
6644
|
+
rpc: ['https://devnet.checkdot.io'],
|
|
6645
|
+
faucets: [],
|
|
6646
|
+
nativeCurrency: { name: 'CDT', symbol: 'CDT', decimals: 18 },
|
|
6647
|
+
infoURL: 'https://checkdot.io',
|
|
6648
|
+
shortName: 'cdt',
|
|
6649
|
+
chainId: 831,
|
|
6650
|
+
networkId: 831,
|
|
6651
|
+
explorers: [
|
|
6652
|
+
{
|
|
6653
|
+
name: 'CDT Explorer',
|
|
6654
|
+
url: 'https://explorer.checkdot.io',
|
|
6655
|
+
standard: 'none'
|
|
6656
|
+
}
|
|
6657
|
+
]
|
|
6658
|
+
},
|
|
6384
6659
|
841: {
|
|
6385
6660
|
name: 'Taraxa Mainnet',
|
|
6386
6661
|
chain: 'Tara',
|
|
@@ -6648,7 +6923,7 @@ exports.chains = {
|
|
|
6648
6923
|
name: 'Rinia Testnet',
|
|
6649
6924
|
chain: 'FIRE',
|
|
6650
6925
|
icon: 'rinia',
|
|
6651
|
-
rpc: ['https://rinia
|
|
6926
|
+
rpc: ['https://rinia-rpc1.thefirechain.com'],
|
|
6652
6927
|
faucets: ['https://faucet.thefirechain.com'],
|
|
6653
6928
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
6654
6929
|
infoURL: 'https://thefirechain.com',
|
|
@@ -6762,8 +7037,8 @@ exports.chains = {
|
|
|
6762
7037
|
rpc: [
|
|
6763
7038
|
'https://rpc.v4.testnet.pulsechain.com',
|
|
6764
7039
|
'wss://rpc.v4.testnet.pulsechain.com',
|
|
6765
|
-
'https://pulsechain-testnet.publicnode.com',
|
|
6766
|
-
'wss://pulsechain-testnet.publicnode.com',
|
|
7040
|
+
'https://pulsechain-testnet-rpc.publicnode.com',
|
|
7041
|
+
'wss://pulsechain-testnet-rpc.publicnode.com',
|
|
6767
7042
|
'https://rpc-testnet-pulsechain.g4mm4.io',
|
|
6768
7043
|
'wss://rpc-testnet-pulsechain.g4mm4.io'
|
|
6769
7044
|
],
|
|
@@ -7452,11 +7727,12 @@ exports.chains = {
|
|
|
7452
7727
|
chain: 'Humans',
|
|
7453
7728
|
rpc: [
|
|
7454
7729
|
'https://jsonrpc.humans.nodestake.top',
|
|
7455
|
-
'https://humans-mainnet-evm.itrocket.net
|
|
7730
|
+
'https://humans-mainnet-evm.itrocket.net',
|
|
7456
7731
|
'https://humans-evm-rpc.staketab.org:443',
|
|
7457
7732
|
'https://evm.humans.stakepool.dev.br',
|
|
7458
7733
|
'https://mainnet-humans-evm.konsortech.xyz',
|
|
7459
|
-
'https://evm-rpc.mainnet.humans.zone'
|
|
7734
|
+
'https://evm-rpc.mainnet.humans.zone',
|
|
7735
|
+
'https://json-rpc.humans.bh.rocks'
|
|
7460
7736
|
],
|
|
7461
7737
|
faucets: [],
|
|
7462
7738
|
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
|
@@ -7494,6 +7770,25 @@ exports.chains = {
|
|
|
7494
7770
|
}
|
|
7495
7771
|
]
|
|
7496
7772
|
},
|
|
7773
|
+
1100: {
|
|
7774
|
+
name: 'Dymension',
|
|
7775
|
+
chain: 'Dymension',
|
|
7776
|
+
rpc: [
|
|
7777
|
+
'https://dymension-evm.blockpi.network/v1/rpc/public',
|
|
7778
|
+
'https://dymension-evm-rpc.publicnode.com',
|
|
7779
|
+
'wss://dymension-evm-rpc.publicnode.com'
|
|
7780
|
+
],
|
|
7781
|
+
faucets: [],
|
|
7782
|
+
nativeCurrency: { name: 'DYM', symbol: 'DYM', decimals: 18 },
|
|
7783
|
+
infoURL: 'https://dymension.xyz',
|
|
7784
|
+
shortName: 'dymension',
|
|
7785
|
+
icon: 'dymension',
|
|
7786
|
+
chainId: 1100,
|
|
7787
|
+
networkId: 1100,
|
|
7788
|
+
explorers: [
|
|
7789
|
+
{ name: 'dym.fyi', url: 'https://dym.fyi', standard: 'EIP3091' }
|
|
7790
|
+
]
|
|
7791
|
+
},
|
|
7497
7792
|
1101: {
|
|
7498
7793
|
name: 'Polygon zkEVM',
|
|
7499
7794
|
title: 'Polygon zkEVM',
|
|
@@ -7918,6 +8213,25 @@ exports.chains = {
|
|
|
7918
8213
|
}
|
|
7919
8214
|
]
|
|
7920
8215
|
},
|
|
8216
|
+
1224: {
|
|
8217
|
+
name: 'Hybrid Testnet',
|
|
8218
|
+
chain: '$HYB',
|
|
8219
|
+
icon: 'hybridIcon',
|
|
8220
|
+
rpc: ['https://testnet-rpc.buildonhybrid.com'],
|
|
8221
|
+
faucets: [],
|
|
8222
|
+
nativeCurrency: { name: 'Hybrid', symbol: '$HYB', decimals: 18 },
|
|
8223
|
+
infoURL: 'https://buildonhybrid.com',
|
|
8224
|
+
shortName: 'hyb',
|
|
8225
|
+
chainId: 1224,
|
|
8226
|
+
networkId: 1224,
|
|
8227
|
+
explorers: [
|
|
8228
|
+
{
|
|
8229
|
+
name: 'Hybrid Testnet',
|
|
8230
|
+
url: 'https://alphatestnet.buildonhybrid.com',
|
|
8231
|
+
standard: 'EIP3091'
|
|
8232
|
+
}
|
|
8233
|
+
]
|
|
8234
|
+
},
|
|
7921
8235
|
1229: {
|
|
7922
8236
|
name: 'Exzo Network Mainnet',
|
|
7923
8237
|
chain: 'EXZO',
|
|
@@ -8128,8 +8442,8 @@ exports.chains = {
|
|
|
8128
8442
|
rpc: [
|
|
8129
8443
|
'https://rpc.api.moonbeam.network',
|
|
8130
8444
|
'wss://wss.api.moonbeam.network',
|
|
8131
|
-
'https://moonbeam.publicnode.com',
|
|
8132
|
-
'wss://moonbeam.publicnode.com'
|
|
8445
|
+
'https://moonbeam-rpc.publicnode.com',
|
|
8446
|
+
'wss://moonbeam-rpc.publicnode.com'
|
|
8133
8447
|
],
|
|
8134
8448
|
faucets: [],
|
|
8135
8449
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
|
@@ -8151,8 +8465,8 @@ exports.chains = {
|
|
|
8151
8465
|
rpc: [
|
|
8152
8466
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
8153
8467
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
8154
|
-
'https://moonriver.publicnode.com',
|
|
8155
|
-
'wss://moonriver.publicnode.com'
|
|
8468
|
+
'https://moonriver-rpc.publicnode.com',
|
|
8469
|
+
'wss://moonriver-rpc.publicnode.com'
|
|
8156
8470
|
],
|
|
8157
8471
|
faucets: [],
|
|
8158
8472
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
|
@@ -8663,6 +8977,27 @@ exports.chains = {
|
|
|
8663
8977
|
}
|
|
8664
8978
|
]
|
|
8665
8979
|
},
|
|
8980
|
+
1453: {
|
|
8981
|
+
name: 'MetaChain Istanbul',
|
|
8982
|
+
title: 'MetaChain Testnet Istanbul',
|
|
8983
|
+
chain: 'MTC',
|
|
8984
|
+
icon: 'metachain',
|
|
8985
|
+
rpc: ['https://istanbul-rpc.metachain.dev'],
|
|
8986
|
+
faucets: ['https://istanbul-faucet.metachain.dev'],
|
|
8987
|
+
nativeCurrency: { name: 'Metatime Coin', symbol: 'MTC', decimals: 18 },
|
|
8988
|
+
infoURL: 'https://metatime.com/en',
|
|
8989
|
+
shortName: 'metatimeistanbul',
|
|
8990
|
+
chainId: 1453,
|
|
8991
|
+
networkId: 1453,
|
|
8992
|
+
slip44: 1453,
|
|
8993
|
+
explorers: [
|
|
8994
|
+
{
|
|
8995
|
+
name: 'MetaExplorer',
|
|
8996
|
+
url: 'https://istanbul-explorer.metachain.dev',
|
|
8997
|
+
standard: 'EIP3091'
|
|
8998
|
+
}
|
|
8999
|
+
]
|
|
9000
|
+
},
|
|
8666
9001
|
1455: {
|
|
8667
9002
|
name: 'Ctex Scan Blockchain',
|
|
8668
9003
|
chain: 'Ctex Scan Blockchain',
|
|
@@ -8682,6 +9017,28 @@ exports.chains = {
|
|
|
8682
9017
|
}
|
|
8683
9018
|
]
|
|
8684
9019
|
},
|
|
9020
|
+
1490: {
|
|
9021
|
+
name: 'Vitruveo Mainnet',
|
|
9022
|
+
title: 'Vitruveo is a blockchain for Creators',
|
|
9023
|
+
chain: 'Vitruveo',
|
|
9024
|
+
rpc: ['https://rpc.vitruveo.xyz'],
|
|
9025
|
+
faucets: [],
|
|
9026
|
+
nativeCurrency: { name: 'Vitruveo Coin', symbol: 'VTRU', decimals: 18 },
|
|
9027
|
+
features: [{ name: 'EIP155' }],
|
|
9028
|
+
infoURL: 'https://www.vitruveo.xyz',
|
|
9029
|
+
shortName: 'vitruveo',
|
|
9030
|
+
chainId: 1490,
|
|
9031
|
+
networkId: 1490,
|
|
9032
|
+
icon: 'vitruveo',
|
|
9033
|
+
explorers: [
|
|
9034
|
+
{
|
|
9035
|
+
name: 'Vitruveo Explorer',
|
|
9036
|
+
url: 'https://explorer.vitruveo.xyz',
|
|
9037
|
+
icon: 'vitruveo',
|
|
9038
|
+
standard: 'EIP3091'
|
|
9039
|
+
}
|
|
9040
|
+
]
|
|
9041
|
+
},
|
|
8685
9042
|
1501: {
|
|
8686
9043
|
name: 'BEVM Canary',
|
|
8687
9044
|
chain: 'ChainX',
|
|
@@ -8859,6 +9216,31 @@ exports.chains = {
|
|
|
8859
9216
|
}
|
|
8860
9217
|
]
|
|
8861
9218
|
},
|
|
9219
|
+
1686: {
|
|
9220
|
+
name: 'Mint Testnet',
|
|
9221
|
+
chain: 'ETH',
|
|
9222
|
+
rpc: ['https://testnet-rpc.mintchain.io'],
|
|
9223
|
+
faucets: [],
|
|
9224
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
9225
|
+
infoURL: 'https://www.mintchain.io',
|
|
9226
|
+
shortName: 'minttest',
|
|
9227
|
+
chainId: 1686,
|
|
9228
|
+
networkId: 1686,
|
|
9229
|
+
icon: 'mintTestnet',
|
|
9230
|
+
explorers: [
|
|
9231
|
+
{
|
|
9232
|
+
name: 'blockscout',
|
|
9233
|
+
url: 'https://testnet-explorer.mintchain.io',
|
|
9234
|
+
icon: 'mintTestnet',
|
|
9235
|
+
standard: 'EIP3091'
|
|
9236
|
+
}
|
|
9237
|
+
],
|
|
9238
|
+
parent: {
|
|
9239
|
+
type: 'L2',
|
|
9240
|
+
chain: 'eip155-1',
|
|
9241
|
+
bridges: [{ url: 'https://testnet-bridge.mintchain.io' }]
|
|
9242
|
+
}
|
|
9243
|
+
},
|
|
8862
9244
|
1688: {
|
|
8863
9245
|
name: 'LUDAN Mainnet',
|
|
8864
9246
|
chain: 'LUDAN',
|
|
@@ -9151,20 +9533,20 @@ exports.chains = {
|
|
|
9151
9533
|
networkId: 1
|
|
9152
9534
|
},
|
|
9153
9535
|
1875: {
|
|
9154
|
-
name: '
|
|
9536
|
+
name: 'Whitechain',
|
|
9155
9537
|
chain: 'WBT',
|
|
9156
|
-
rpc: ['https://rpc.
|
|
9538
|
+
rpc: ['https://rpc.whitechain.io'],
|
|
9157
9539
|
faucets: [],
|
|
9158
9540
|
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
9159
|
-
infoURL: 'https://
|
|
9541
|
+
infoURL: 'https://whitechain.io',
|
|
9160
9542
|
shortName: 'wbt',
|
|
9161
9543
|
chainId: 1875,
|
|
9162
9544
|
networkId: 1875,
|
|
9163
|
-
icon: '
|
|
9545
|
+
icon: 'whitechain',
|
|
9164
9546
|
explorers: [
|
|
9165
9547
|
{
|
|
9166
|
-
name: '
|
|
9167
|
-
url: 'https://explorer.
|
|
9548
|
+
name: 'whitechain-explorer',
|
|
9549
|
+
url: 'https://explorer.whitechain.io',
|
|
9168
9550
|
standard: 'EIP3091'
|
|
9169
9551
|
}
|
|
9170
9552
|
]
|
|
@@ -9407,6 +9789,21 @@ exports.chains = {
|
|
|
9407
9789
|
faucets: [],
|
|
9408
9790
|
infoURL: ''
|
|
9409
9791
|
},
|
|
9792
|
+
1953: {
|
|
9793
|
+
name: 'Selendra Network Testnet',
|
|
9794
|
+
chain: 'tSEL',
|
|
9795
|
+
rpc: [
|
|
9796
|
+
'https://rpc0-testnet.selendra.org',
|
|
9797
|
+
'https://rpc1-testnet.selendra.org'
|
|
9798
|
+
],
|
|
9799
|
+
faucets: [],
|
|
9800
|
+
nativeCurrency: { name: 'Selendra', symbol: 'tSEL', decimals: 18 },
|
|
9801
|
+
infoURL: 'https://selendra.org',
|
|
9802
|
+
shortName: 'tSEL',
|
|
9803
|
+
chainId: 1953,
|
|
9804
|
+
networkId: 1953,
|
|
9805
|
+
icon: 'selendra'
|
|
9806
|
+
},
|
|
9410
9807
|
1954: {
|
|
9411
9808
|
name: 'Dexilla Testnet',
|
|
9412
9809
|
chain: 'Dexilla',
|
|
@@ -9436,6 +9833,25 @@ exports.chains = {
|
|
|
9436
9833
|
bridges: [{ url: 'https://bridge.dexilla.com' }]
|
|
9437
9834
|
}
|
|
9438
9835
|
},
|
|
9836
|
+
1961: {
|
|
9837
|
+
name: 'Selendra Network Mainnet',
|
|
9838
|
+
chain: 'SEL',
|
|
9839
|
+
rpc: ['https://rpc0.selendra.org', 'https://rpc1.selendra.org'],
|
|
9840
|
+
faucets: [],
|
|
9841
|
+
nativeCurrency: { name: 'Selendra', symbol: 'SEL', decimals: 18 },
|
|
9842
|
+
infoURL: 'https://selendra.org',
|
|
9843
|
+
shortName: 'SEL',
|
|
9844
|
+
chainId: 1961,
|
|
9845
|
+
networkId: 1961,
|
|
9846
|
+
icon: 'selendra',
|
|
9847
|
+
explorers: [
|
|
9848
|
+
{
|
|
9849
|
+
name: 'Selendra Scan',
|
|
9850
|
+
url: 'https://scan.selendra.org',
|
|
9851
|
+
standard: 'none'
|
|
9852
|
+
}
|
|
9853
|
+
]
|
|
9854
|
+
},
|
|
9439
9855
|
1967: {
|
|
9440
9856
|
name: 'Eleanor',
|
|
9441
9857
|
title: 'Metatime Testnet Eleanor',
|
|
@@ -9970,6 +10386,17 @@ exports.chains = {
|
|
|
9970
10386
|
}
|
|
9971
10387
|
]
|
|
9972
10388
|
},
|
|
10389
|
+
2024: {
|
|
10390
|
+
name: 'Swan Saturn Testnet',
|
|
10391
|
+
chain: 'SWAN',
|
|
10392
|
+
rpc: ['https://saturn-rpc.swanchain.io'],
|
|
10393
|
+
faucets: [],
|
|
10394
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'SWAN', decimals: 18 },
|
|
10395
|
+
infoURL: 'https://swanchain.io/',
|
|
10396
|
+
shortName: 'swan',
|
|
10397
|
+
chainId: 2024,
|
|
10398
|
+
networkId: 2024
|
|
10399
|
+
},
|
|
9973
10400
|
2025: {
|
|
9974
10401
|
name: 'Rangers Protocol Mainnet',
|
|
9975
10402
|
chain: 'Rangers',
|
|
@@ -10556,8 +10983,11 @@ exports.chains = {
|
|
|
10556
10983
|
'https://kava-rpc.gateway.pokt.network',
|
|
10557
10984
|
'https://kava-evm.rpc.thirdweb.com',
|
|
10558
10985
|
'wss://wevm.kava.io',
|
|
10559
|
-
'https://kava-evm.publicnode.com',
|
|
10560
|
-
'wss://kava-evm.publicnode.com'
|
|
10986
|
+
'https://kava-evm-rpc.publicnode.com',
|
|
10987
|
+
'wss://kava-evm-rpc.publicnode.com',
|
|
10988
|
+
'https://evm.kava-rpc.com',
|
|
10989
|
+
'https://rpc.ankr.com/kava_evm',
|
|
10990
|
+
'wss://wevm.kava-rpc.com'
|
|
10561
10991
|
],
|
|
10562
10992
|
faucets: [],
|
|
10563
10993
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
|
@@ -10831,6 +11261,26 @@ exports.chains = {
|
|
|
10831
11261
|
],
|
|
10832
11262
|
parent: { type: 'L2', chain: 'eip155-248' }
|
|
10833
11263
|
},
|
|
11264
|
+
2410: {
|
|
11265
|
+
name: 'Karak Mainnet',
|
|
11266
|
+
chain: 'Karak',
|
|
11267
|
+
icon: 'karak',
|
|
11268
|
+
rpc: ['https://rpc.karak.network'],
|
|
11269
|
+
faucets: [],
|
|
11270
|
+
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11271
|
+
infoURL: 'https://karak.network',
|
|
11272
|
+
shortName: 'karak-mainnet',
|
|
11273
|
+
chainId: 2410,
|
|
11274
|
+
networkId: 2410,
|
|
11275
|
+
explorers: [
|
|
11276
|
+
{
|
|
11277
|
+
name: 'Karak Mainnet Explorer',
|
|
11278
|
+
url: 'https://explorer.karak.network',
|
|
11279
|
+
standard: 'EIP3091'
|
|
11280
|
+
}
|
|
11281
|
+
],
|
|
11282
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
11283
|
+
},
|
|
10834
11284
|
2415: {
|
|
10835
11285
|
name: 'XODEX',
|
|
10836
11286
|
chain: 'XODEX',
|
|
@@ -10855,6 +11305,31 @@ exports.chains = {
|
|
|
10855
11305
|
}
|
|
10856
11306
|
]
|
|
10857
11307
|
},
|
|
11308
|
+
2442: {
|
|
11309
|
+
name: 'Polygon zkEVM Cardona Testnet',
|
|
11310
|
+
title: 'Polygon zkEVM Cardona Testnet',
|
|
11311
|
+
chain: 'Polygon',
|
|
11312
|
+
rpc: ['https://rpc.cardona.zkevm-rpc.com'],
|
|
11313
|
+
faucets: [],
|
|
11314
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11315
|
+
infoURL: 'https://polygon.technology/polygon-zkevm',
|
|
11316
|
+
shortName: 'zkevm-testnet-cardona',
|
|
11317
|
+
chainId: 2442,
|
|
11318
|
+
networkId: 2442,
|
|
11319
|
+
icon: 'zkevm',
|
|
11320
|
+
explorers: [
|
|
11321
|
+
{
|
|
11322
|
+
name: 'polygonscan',
|
|
11323
|
+
url: 'https://cardona-zkevm.polygonscan.com',
|
|
11324
|
+
standard: 'EIP3091'
|
|
11325
|
+
}
|
|
11326
|
+
],
|
|
11327
|
+
parent: {
|
|
11328
|
+
type: 'L2',
|
|
11329
|
+
chain: 'eip155-1',
|
|
11330
|
+
bridges: [{ url: 'https://bridge-ui.cardona.zkevm-rpc.com' }]
|
|
11331
|
+
}
|
|
11332
|
+
},
|
|
10858
11333
|
2458: {
|
|
10859
11334
|
name: 'Hybrid Chain Network Testnet',
|
|
10860
11335
|
chain: 'HYBRID',
|
|
@@ -10932,6 +11407,26 @@ exports.chains = {
|
|
|
10932
11407
|
}
|
|
10933
11408
|
]
|
|
10934
11409
|
},
|
|
11410
|
+
2511: {
|
|
11411
|
+
name: 'Karak Testnet',
|
|
11412
|
+
chain: 'Karak',
|
|
11413
|
+
icon: 'karak',
|
|
11414
|
+
rpc: ['https://goerli.node1.karak.network'],
|
|
11415
|
+
faucets: [],
|
|
11416
|
+
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11417
|
+
infoURL: 'https://karak.network',
|
|
11418
|
+
shortName: 'karak-testnet',
|
|
11419
|
+
chainId: 2511,
|
|
11420
|
+
networkId: 2511,
|
|
11421
|
+
explorers: [
|
|
11422
|
+
{
|
|
11423
|
+
name: 'Karak Testnet Explorer',
|
|
11424
|
+
url: 'https://goerli.scan.karak.network',
|
|
11425
|
+
standard: 'EIP3091'
|
|
11426
|
+
}
|
|
11427
|
+
],
|
|
11428
|
+
parent: { type: 'L2', chain: 'eip155-5' }
|
|
11429
|
+
},
|
|
10935
11430
|
2522: {
|
|
10936
11431
|
name: 'Fraxtal Testnet',
|
|
10937
11432
|
chain: 'FRAX',
|
|
@@ -11064,21 +11559,21 @@ exports.chains = {
|
|
|
11064
11559
|
]
|
|
11065
11560
|
},
|
|
11066
11561
|
2625: {
|
|
11067
|
-
name: '
|
|
11562
|
+
name: 'Whitechain Testnet',
|
|
11068
11563
|
chain: 'WBT',
|
|
11069
|
-
rpc: ['https://rpc-testnet.
|
|
11070
|
-
faucets: ['https://
|
|
11564
|
+
rpc: ['https://rpc-testnet.whitechain.io'],
|
|
11565
|
+
faucets: ['https://testnet.whitechain.io/faucet'],
|
|
11071
11566
|
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
11072
|
-
infoURL: 'https://
|
|
11567
|
+
infoURL: 'https://whitechain.io',
|
|
11073
11568
|
shortName: 'twbt',
|
|
11074
11569
|
chainId: 2625,
|
|
11075
11570
|
networkId: 2625,
|
|
11076
11571
|
slip44: 1,
|
|
11077
|
-
icon: '
|
|
11572
|
+
icon: 'whitechain-testnet',
|
|
11078
11573
|
explorers: [
|
|
11079
11574
|
{
|
|
11080
|
-
name: '
|
|
11081
|
-
url: 'https://
|
|
11575
|
+
name: 'whitechain-testnet-explorer',
|
|
11576
|
+
url: 'https://testnet.whitechain.io',
|
|
11082
11577
|
standard: 'EIP3091'
|
|
11083
11578
|
}
|
|
11084
11579
|
]
|
|
@@ -11131,6 +11626,26 @@ exports.chains = {
|
|
|
11131
11626
|
}
|
|
11132
11627
|
]
|
|
11133
11628
|
},
|
|
11629
|
+
2731: {
|
|
11630
|
+
name: 'Elizabeth Testnet',
|
|
11631
|
+
chain: 'Elizabeth',
|
|
11632
|
+
rpc: ['https://testnet-rpc.timenetwork.io'],
|
|
11633
|
+
faucets: [],
|
|
11634
|
+
nativeCurrency: { name: 'TIME', symbol: 'TIME', decimals: 18 },
|
|
11635
|
+
infoURL: 'https://whitepaper.anttime.net/overview/anttime',
|
|
11636
|
+
shortName: 'TIME',
|
|
11637
|
+
chainId: 2731,
|
|
11638
|
+
networkId: 2731,
|
|
11639
|
+
icon: 'timenet',
|
|
11640
|
+
explorers: [
|
|
11641
|
+
{
|
|
11642
|
+
name: 'Time Network Explorer',
|
|
11643
|
+
url: 'https://testnet-scanner.timenetwork.io',
|
|
11644
|
+
standard: 'none',
|
|
11645
|
+
icon: 'timenet'
|
|
11646
|
+
}
|
|
11647
|
+
]
|
|
11648
|
+
},
|
|
11134
11649
|
2888: {
|
|
11135
11650
|
name: 'Boba Network Goerli Testnet',
|
|
11136
11651
|
chain: 'ETH',
|
|
@@ -11155,6 +11670,29 @@ exports.chains = {
|
|
|
11155
11670
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
11156
11671
|
}
|
|
11157
11672
|
},
|
|
11673
|
+
2941: {
|
|
11674
|
+
name: 'Xenon Chain Testnet',
|
|
11675
|
+
chain: 'XEN',
|
|
11676
|
+
rpc: [
|
|
11677
|
+
'https://testnet-chain.xenonchain.com/',
|
|
11678
|
+
'https://testnet-dev.xenonchain.com/'
|
|
11679
|
+
],
|
|
11680
|
+
faucets: ['https://xfaucet.xenonchain.com'],
|
|
11681
|
+
nativeCurrency: { name: 'Xenon Testnet', symbol: 'tXEN', decimals: 18 },
|
|
11682
|
+
infoURL: 'https://xenonchain.com',
|
|
11683
|
+
shortName: 'xenon',
|
|
11684
|
+
chainId: 2941,
|
|
11685
|
+
networkId: 2941,
|
|
11686
|
+
icon: 'xenon',
|
|
11687
|
+
slip44: 1,
|
|
11688
|
+
explorers: [
|
|
11689
|
+
{
|
|
11690
|
+
name: 'Xenon testnet Explorer',
|
|
11691
|
+
url: 'https://testnet.xenonchain.com',
|
|
11692
|
+
standard: 'none'
|
|
11693
|
+
}
|
|
11694
|
+
]
|
|
11695
|
+
},
|
|
11158
11696
|
2999: {
|
|
11159
11697
|
name: 'BitYuan Mainnet',
|
|
11160
11698
|
chain: 'BTY',
|
|
@@ -11786,10 +12324,10 @@ exports.chains = {
|
|
|
11786
12324
|
]
|
|
11787
12325
|
},
|
|
11788
12326
|
3885: {
|
|
11789
|
-
name: 'Firechain zkEVM
|
|
12327
|
+
name: 'Firechain zkEVM Testnet',
|
|
11790
12328
|
title: 'Firechain zkEVM Ghostrider',
|
|
11791
12329
|
chain: 'Firechain',
|
|
11792
|
-
rpc: ['https://rpc
|
|
12330
|
+
rpc: ['https://rpc-zkevm-ghostrider.thefirechain.com'],
|
|
11793
12331
|
faucets: ['zkevm-faucet.thefirechain.com'],
|
|
11794
12332
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11795
12333
|
infoURL: 'https://docs.thefirechain.com/',
|
|
@@ -11917,6 +12455,31 @@ exports.chains = {
|
|
|
11917
12455
|
}
|
|
11918
12456
|
]
|
|
11919
12457
|
},
|
|
12458
|
+
3993: {
|
|
12459
|
+
name: 'APEX Testnet',
|
|
12460
|
+
chain: 'ETH',
|
|
12461
|
+
rpc: ['https://exp-testnet.apexlayer.xyz'],
|
|
12462
|
+
faucets: ['https://sepoliafaucet.com/'],
|
|
12463
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
12464
|
+
infoURL: 'https://docs.apexlayer.xyz/',
|
|
12465
|
+
shortName: 'apexsep',
|
|
12466
|
+
chainId: 3993,
|
|
12467
|
+
networkId: 3993,
|
|
12468
|
+
slip44: 1,
|
|
12469
|
+
icon: 'apextestnet',
|
|
12470
|
+
explorers: [
|
|
12471
|
+
{
|
|
12472
|
+
name: 'blockscout',
|
|
12473
|
+
url: 'https://exp-testnet.apexlayer.xyz',
|
|
12474
|
+
standard: 'EIP3091'
|
|
12475
|
+
}
|
|
12476
|
+
],
|
|
12477
|
+
parent: {
|
|
12478
|
+
type: 'L2',
|
|
12479
|
+
chain: 'eip155-11155111',
|
|
12480
|
+
bridges: [{ url: 'https://apexlayer.xyz/bridge' }]
|
|
12481
|
+
}
|
|
12482
|
+
},
|
|
11920
12483
|
3999: {
|
|
11921
12484
|
name: 'YuanChain Mainnet',
|
|
11922
12485
|
chain: 'YCC',
|
|
@@ -11985,8 +12548,8 @@ exports.chains = {
|
|
|
11985
12548
|
chain: 'FTM',
|
|
11986
12549
|
rpc: [
|
|
11987
12550
|
'https://rpc.testnet.fantom.network',
|
|
11988
|
-
'https://fantom-testnet.publicnode.com',
|
|
11989
|
-
'wss://fantom-testnet.publicnode.com'
|
|
12551
|
+
'https://fantom-testnet-rpc.publicnode.com',
|
|
12552
|
+
'wss://fantom-testnet-rpc.publicnode.com'
|
|
11990
12553
|
],
|
|
11991
12554
|
faucets: ['https://faucet.fantom.network'],
|
|
11992
12555
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -12248,11 +12811,32 @@ exports.chains = {
|
|
|
12248
12811
|
}
|
|
12249
12812
|
]
|
|
12250
12813
|
},
|
|
12251
|
-
|
|
12252
|
-
name: '
|
|
12253
|
-
|
|
12254
|
-
|
|
12255
|
-
rpc: [
|
|
12814
|
+
4200: {
|
|
12815
|
+
name: 'Merlin Mainnet',
|
|
12816
|
+
title: 'Merlin Mainnet',
|
|
12817
|
+
chain: 'Merlin',
|
|
12818
|
+
rpc: ['https://rpc.merlinchain.io'],
|
|
12819
|
+
faucets: [],
|
|
12820
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12821
|
+
infoURL: 'https://merlinchain.io',
|
|
12822
|
+
shortName: 'Merlin-Mainnet',
|
|
12823
|
+
chainId: 4200,
|
|
12824
|
+
networkId: 4200,
|
|
12825
|
+
icon: 'merlin',
|
|
12826
|
+
explorers: [
|
|
12827
|
+
{
|
|
12828
|
+
name: 'blockscout',
|
|
12829
|
+
url: 'https://scan.merlinchain.io',
|
|
12830
|
+
icon: 'merlin',
|
|
12831
|
+
standard: 'EIP3091'
|
|
12832
|
+
}
|
|
12833
|
+
]
|
|
12834
|
+
},
|
|
12835
|
+
4201: {
|
|
12836
|
+
name: 'LUKSO Testnet',
|
|
12837
|
+
chain: 'LUKSO Testnet',
|
|
12838
|
+
icon: 'lukso',
|
|
12839
|
+
rpc: [
|
|
12256
12840
|
'https://rpc.testnet.lukso.network',
|
|
12257
12841
|
'wss://ws-rpc.testnet.lukso.network'
|
|
12258
12842
|
],
|
|
@@ -12272,6 +12856,26 @@ exports.chains = {
|
|
|
12272
12856
|
slip44: 1,
|
|
12273
12857
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
12274
12858
|
},
|
|
12859
|
+
4202: {
|
|
12860
|
+
name: 'Lisk Sepolia Testnet',
|
|
12861
|
+
chain: 'ETH',
|
|
12862
|
+
rpc: ['https://rpc.sepolia-api.lisk.com'],
|
|
12863
|
+
faucets: [],
|
|
12864
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
12865
|
+
infoURL: 'https://lisk.com',
|
|
12866
|
+
shortName: 'lisksep',
|
|
12867
|
+
chainId: 4202,
|
|
12868
|
+
networkId: 4202,
|
|
12869
|
+
slip44: 134,
|
|
12870
|
+
explorers: [
|
|
12871
|
+
{
|
|
12872
|
+
name: 'liskscout',
|
|
12873
|
+
url: 'https://sepolia-blockscout.lisk.com',
|
|
12874
|
+
icon: 'blockscout',
|
|
12875
|
+
standard: 'EIP3091'
|
|
12876
|
+
}
|
|
12877
|
+
]
|
|
12878
|
+
},
|
|
12275
12879
|
4242: {
|
|
12276
12880
|
name: 'Nexi Mainnet',
|
|
12277
12881
|
chain: 'Nexi',
|
|
@@ -12351,6 +12955,8 @@ exports.chains = {
|
|
|
12351
12955
|
name: 'Beam',
|
|
12352
12956
|
chain: 'BEAM',
|
|
12353
12957
|
rpc: [
|
|
12958
|
+
'https://build.onbeam.com/rpc',
|
|
12959
|
+
'wss://build.onbeam.com/ws',
|
|
12354
12960
|
'https://subnets.avax.network/beam/mainnet/rpc',
|
|
12355
12961
|
'wss://subnets.avax.network/beam/mainnet/ws'
|
|
12356
12962
|
],
|
|
@@ -12433,6 +13039,41 @@ exports.chains = {
|
|
|
12433
13039
|
}
|
|
12434
13040
|
]
|
|
12435
13041
|
},
|
|
13042
|
+
4544: {
|
|
13043
|
+
name: 'Emoney Network Testnet',
|
|
13044
|
+
chain: 'Emoney',
|
|
13045
|
+
rpc: ['https://testnet.emoney.network/'],
|
|
13046
|
+
faucets: ['https://faucet.emoney.network/faucet'],
|
|
13047
|
+
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
|
13048
|
+
infoURL: 'https://emoney.network/',
|
|
13049
|
+
shortName: 'emoney',
|
|
13050
|
+
chainId: 4544,
|
|
13051
|
+
networkId: 4544,
|
|
13052
|
+
slip44: 118,
|
|
13053
|
+
icon: 'emoney',
|
|
13054
|
+
explorers: [
|
|
13055
|
+
{
|
|
13056
|
+
name: 'EMoney ethscan',
|
|
13057
|
+
url: 'https://ethscan.emoney.network',
|
|
13058
|
+
icon: 'emoney',
|
|
13059
|
+
standard: 'EIP3091'
|
|
13060
|
+
}
|
|
13061
|
+
]
|
|
13062
|
+
},
|
|
13063
|
+
4653: {
|
|
13064
|
+
name: 'Gold Chain',
|
|
13065
|
+
title: 'Gold Chain',
|
|
13066
|
+
chain: 'Gold',
|
|
13067
|
+
rpc: ['https://chain-rpc.gold.dev'],
|
|
13068
|
+
faucets: [],
|
|
13069
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13070
|
+
infoURL: 'https://gold.dev',
|
|
13071
|
+
shortName: 'gold',
|
|
13072
|
+
chainId: 4653,
|
|
13073
|
+
networkId: 4653,
|
|
13074
|
+
status: 'incubating',
|
|
13075
|
+
icon: 'gold'
|
|
13076
|
+
},
|
|
12436
13077
|
4689: {
|
|
12437
13078
|
name: 'IoTeX Network Mainnet',
|
|
12438
13079
|
chain: 'iotex.io',
|
|
@@ -12602,8 +13243,8 @@ exports.chains = {
|
|
|
12602
13243
|
icon: 'mantle',
|
|
12603
13244
|
rpc: [
|
|
12604
13245
|
'https://rpc.mantle.xyz',
|
|
12605
|
-
'https://mantle.publicnode.com',
|
|
12606
|
-
'wss://mantle.publicnode.com'
|
|
13246
|
+
'https://mantle-rpc.publicnode.com',
|
|
13247
|
+
'wss://mantle-rpc.publicnode.com'
|
|
12607
13248
|
],
|
|
12608
13249
|
faucets: [],
|
|
12609
13250
|
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
|
@@ -12715,6 +13356,34 @@ exports.chains = {
|
|
|
12715
13356
|
}
|
|
12716
13357
|
]
|
|
12717
13358
|
},
|
|
13359
|
+
5100: {
|
|
13360
|
+
name: 'Syndicate Testnet',
|
|
13361
|
+
title: 'Syndicate Testnet',
|
|
13362
|
+
chain: 'Syndicate',
|
|
13363
|
+
rpc: ['https://rpc-testnet.syndicate.io'],
|
|
13364
|
+
faucets: [],
|
|
13365
|
+
nativeCurrency: { name: 'S-Ether', symbol: 'ETH', decimals: 18 },
|
|
13366
|
+
infoURL: 'https://syndicate.io',
|
|
13367
|
+
shortName: 'syndicate-chain-testnet',
|
|
13368
|
+
chainId: 5100,
|
|
13369
|
+
networkId: 5100,
|
|
13370
|
+
status: 'incubating',
|
|
13371
|
+
icon: 'syndicate'
|
|
13372
|
+
},
|
|
13373
|
+
5101: {
|
|
13374
|
+
name: 'Syndicate Frame Chain',
|
|
13375
|
+
title: 'Syndicate Frame Chain',
|
|
13376
|
+
chain: 'Syndicate Frame',
|
|
13377
|
+
rpc: ['https://rpc-frame.syndicate.io'],
|
|
13378
|
+
faucets: [],
|
|
13379
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13380
|
+
infoURL: 'https://syndicate.io',
|
|
13381
|
+
shortName: 'syndicate-chain-frame',
|
|
13382
|
+
chainId: 5101,
|
|
13383
|
+
networkId: 5101,
|
|
13384
|
+
status: 'incubating',
|
|
13385
|
+
icon: 'syndicate'
|
|
13386
|
+
},
|
|
12718
13387
|
5165: {
|
|
12719
13388
|
name: 'Bahamut',
|
|
12720
13389
|
title: 'Bahamut mainnet',
|
|
@@ -12725,8 +13394,8 @@ exports.chains = {
|
|
|
12725
13394
|
'https://rpc2.bahamut.io',
|
|
12726
13395
|
'wss://ws1.sahara.bahamutchain.com',
|
|
12727
13396
|
'wss://ws2.sahara.bahamutchain.com',
|
|
12728
|
-
'https://bahamut.publicnode.com',
|
|
12729
|
-
'wss://bahamut.publicnode.com'
|
|
13397
|
+
'https://bahamut-rpc.publicnode.com',
|
|
13398
|
+
'wss://bahamut-rpc.publicnode.com'
|
|
12730
13399
|
],
|
|
12731
13400
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12732
13401
|
faucets: [],
|
|
@@ -12967,7 +13636,9 @@ exports.chains = {
|
|
|
12967
13636
|
'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
12968
13637
|
'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
12969
13638
|
'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
12970
|
-
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
|
|
13639
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
13640
|
+
'https://opbnb-testnet-rpc.publicnode.com',
|
|
13641
|
+
'wss://opbnb-testnet-rpc.publicnode.com'
|
|
12971
13642
|
],
|
|
12972
13643
|
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
12973
13644
|
nativeCurrency: {
|
|
@@ -13013,7 +13684,7 @@ exports.chains = {
|
|
|
13013
13684
|
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
|
13014
13685
|
],
|
|
13015
13686
|
faucets: [],
|
|
13016
|
-
nativeCurrency: { name: '
|
|
13687
|
+
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
13017
13688
|
infoURL: 'https://tanssi.network',
|
|
13018
13689
|
shortName: 'TanssiCC',
|
|
13019
13690
|
chainId: 5678,
|
|
@@ -13026,8 +13697,8 @@ exports.chains = {
|
|
|
13026
13697
|
rpc: [
|
|
13027
13698
|
'https://rpc.tanenbaum.io',
|
|
13028
13699
|
'wss://rpc.tanenbaum.io/wss',
|
|
13029
|
-
'https://syscoin-tanenbaum-evm.publicnode.com',
|
|
13030
|
-
'wss://syscoin-tanenbaum-evm.publicnode.com'
|
|
13700
|
+
'https://syscoin-tanenbaum-evm-rpc.publicnode.com',
|
|
13701
|
+
'wss://syscoin-tanenbaum-evm-rpc.publicnode.com'
|
|
13031
13702
|
],
|
|
13032
13703
|
faucets: ['https://faucet.tanenbaum.io'],
|
|
13033
13704
|
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
|
@@ -13545,14 +14216,17 @@ exports.chains = {
|
|
|
13545
14216
|
name: 'ZetaChain Mainnet',
|
|
13546
14217
|
chain: 'ZetaChain',
|
|
13547
14218
|
icon: 'zetachain',
|
|
13548
|
-
rpc: [
|
|
14219
|
+
rpc: [
|
|
14220
|
+
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
14221
|
+
'https://zetachain-mainnet-archive.allthatnode.com:8545'
|
|
14222
|
+
],
|
|
13549
14223
|
faucets: [],
|
|
13550
14224
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
13551
14225
|
infoURL: 'https://zetachain.com/docs/',
|
|
13552
14226
|
shortName: 'zetachain-mainnet',
|
|
13553
14227
|
chainId: 7000,
|
|
13554
14228
|
networkId: 7000,
|
|
13555
|
-
status: '
|
|
14229
|
+
status: 'active',
|
|
13556
14230
|
explorers: [
|
|
13557
14231
|
{
|
|
13558
14232
|
name: 'ZetaChain Mainnet Explorer',
|
|
@@ -14501,8 +15175,8 @@ exports.chains = {
|
|
|
14501
15175
|
'https://developer-access-mainnet.base.org/',
|
|
14502
15176
|
'https://base.gateway.tenderly.co',
|
|
14503
15177
|
'wss://base.gateway.tenderly.co',
|
|
14504
|
-
'https://base.publicnode.com',
|
|
14505
|
-
'wss://base.publicnode.com'
|
|
15178
|
+
'https://base-rpc.publicnode.com',
|
|
15179
|
+
'wss://base-rpc.publicnode.com'
|
|
14506
15180
|
],
|
|
14507
15181
|
faucets: [],
|
|
14508
15182
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -14821,6 +15495,30 @@ exports.chains = {
|
|
|
14821
15495
|
chainId: 8889,
|
|
14822
15496
|
networkId: 8889
|
|
14823
15497
|
},
|
|
15498
|
+
8890: {
|
|
15499
|
+
name: 'Orenium Testnet Protocol',
|
|
15500
|
+
chain: 'ORE',
|
|
15501
|
+
rpc: [
|
|
15502
|
+
'https://rpc-dev-testnet.orenium.org/',
|
|
15503
|
+
'https://rpc-testnet.orenium.org/'
|
|
15504
|
+
],
|
|
15505
|
+
nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
|
|
15506
|
+
infoURL: 'https://orenium.org',
|
|
15507
|
+
shortName: 'tore',
|
|
15508
|
+
chainId: 8890,
|
|
15509
|
+
networkId: 8890,
|
|
15510
|
+
slip44: 1,
|
|
15511
|
+
icon: 'ore',
|
|
15512
|
+
faucets: ['https://faucetcoin.orenium.org'],
|
|
15513
|
+
explorers: [
|
|
15514
|
+
{
|
|
15515
|
+
name: 'ORE Testnet Explorer',
|
|
15516
|
+
icon: 'ore',
|
|
15517
|
+
url: 'https://testnet.oreniumscan.org',
|
|
15518
|
+
standard: 'none'
|
|
15519
|
+
}
|
|
15520
|
+
]
|
|
15521
|
+
},
|
|
14824
15522
|
8898: {
|
|
14825
15523
|
name: 'Mammoth Mainnet',
|
|
14826
15524
|
title: 'Mammoth Chain',
|
|
@@ -14972,19 +15670,47 @@ exports.chains = {
|
|
|
14972
15670
|
]
|
|
14973
15671
|
},
|
|
14974
15672
|
9024: {
|
|
14975
|
-
name: 'Nexa Block',
|
|
14976
|
-
chain: 'Nexa',
|
|
15673
|
+
name: 'Nexa Testnet Block',
|
|
15674
|
+
chain: 'Nexa Testnet',
|
|
14977
15675
|
rpc: ['https://rpc-testnet-nodes.nexablockscan.io'],
|
|
14978
|
-
faucets: ['https://nexablockscan.io/faucet'],
|
|
14979
|
-
nativeCurrency: {
|
|
14980
|
-
|
|
14981
|
-
|
|
15676
|
+
faucets: ['https://testnet.nexablockscan.io/faucet'],
|
|
15677
|
+
nativeCurrency: {
|
|
15678
|
+
name: 'Nexa Testnet Token',
|
|
15679
|
+
symbol: 'NEXB',
|
|
15680
|
+
decimals: 18
|
|
15681
|
+
},
|
|
15682
|
+
infoURL: 'https://www.nexablock.io',
|
|
15683
|
+
shortName: 'NexaTestnet',
|
|
14982
15684
|
chainId: 9024,
|
|
14983
15685
|
networkId: 9024,
|
|
14984
15686
|
icon: 'nexaChain',
|
|
14985
15687
|
explorers: [
|
|
14986
15688
|
{
|
|
14987
|
-
name: 'Nexablock Explorer',
|
|
15689
|
+
name: 'Nexablock Testnet Explorer',
|
|
15690
|
+
url: 'https://testnet.nexablockscan.io',
|
|
15691
|
+
standard: 'none',
|
|
15692
|
+
icon: 'nexaChain'
|
|
15693
|
+
}
|
|
15694
|
+
]
|
|
15695
|
+
},
|
|
15696
|
+
9025: {
|
|
15697
|
+
name: 'Nexa Mainnet Block',
|
|
15698
|
+
chain: 'Nexa Mainnet',
|
|
15699
|
+
rpc: ['https://rpc-nodes.nexablockscan.io'],
|
|
15700
|
+
faucets: [],
|
|
15701
|
+
nativeCurrency: {
|
|
15702
|
+
name: 'Nexa Mainnet Token',
|
|
15703
|
+
symbol: 'NEXB',
|
|
15704
|
+
decimals: 18
|
|
15705
|
+
},
|
|
15706
|
+
infoURL: 'https://www.nexablock.io',
|
|
15707
|
+
shortName: 'Nexa',
|
|
15708
|
+
chainId: 9025,
|
|
15709
|
+
networkId: 9025,
|
|
15710
|
+
icon: 'nexaChain',
|
|
15711
|
+
explorers: [
|
|
15712
|
+
{
|
|
15713
|
+
name: 'Nexablock Mainnet Explorer',
|
|
14988
15714
|
url: 'https://nexablockscan.io',
|
|
14989
15715
|
standard: 'none',
|
|
14990
15716
|
icon: 'nexaChain'
|
|
@@ -15056,6 +15782,27 @@ exports.chains = {
|
|
|
15056
15782
|
}
|
|
15057
15783
|
]
|
|
15058
15784
|
},
|
|
15785
|
+
9393: {
|
|
15786
|
+
name: 'Dela Sepolia Testnet',
|
|
15787
|
+
chain: 'ETH',
|
|
15788
|
+
rpc: ['https://sepolia-dela.deperp.com'],
|
|
15789
|
+
faucets: [],
|
|
15790
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
15791
|
+
infoURL: 'https://www.deperp.com/dela',
|
|
15792
|
+
shortName: 'delasep',
|
|
15793
|
+
chainId: 9393,
|
|
15794
|
+
networkId: 9393,
|
|
15795
|
+
slip44: 1,
|
|
15796
|
+
icon: 'delaTestnet',
|
|
15797
|
+
explorers: [
|
|
15798
|
+
{
|
|
15799
|
+
name: 'basescout',
|
|
15800
|
+
url: 'https://sepolia-delascan.deperp.com',
|
|
15801
|
+
icon: 'blockscout',
|
|
15802
|
+
standard: 'EIP3091'
|
|
15803
|
+
}
|
|
15804
|
+
]
|
|
15805
|
+
},
|
|
15059
15806
|
9395: {
|
|
15060
15807
|
name: 'Evoke Mainnet',
|
|
15061
15808
|
chain: 'MTHN',
|
|
@@ -15577,8 +16324,8 @@ exports.chains = {
|
|
|
15577
16324
|
'https://rpc.chiadochain.net',
|
|
15578
16325
|
'https://rpc.chiado.gnosis.gateway.fm',
|
|
15579
16326
|
'wss://rpc.chiadochain.net/wss',
|
|
15580
|
-
'https://gnosis-chiado.publicnode.com',
|
|
15581
|
-
'wss://gnosis-chiado.publicnode.com'
|
|
16327
|
+
'https://gnosis-chiado-rpc.publicnode.com',
|
|
16328
|
+
'wss://gnosis-chiado-rpc.publicnode.com'
|
|
15582
16329
|
],
|
|
15583
16330
|
faucets: ['https://gnosisfaucet.com'],
|
|
15584
16331
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
@@ -15917,8 +16664,8 @@ exports.chains = {
|
|
|
15917
16664
|
chain: 'Haqq',
|
|
15918
16665
|
rpc: [
|
|
15919
16666
|
'https://rpc.eth.haqq.network',
|
|
15920
|
-
'https://haqq-evm.publicnode.com',
|
|
15921
|
-
'wss://haqq-evm.publicnode.com'
|
|
16667
|
+
'https://haqq-evm-rpc.publicnode.com',
|
|
16668
|
+
'wss://haqq-evm-rpc.publicnode.com'
|
|
15922
16669
|
],
|
|
15923
16670
|
faucets: [],
|
|
15924
16671
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
|
@@ -15958,6 +16705,25 @@ exports.chains = {
|
|
|
15958
16705
|
}
|
|
15959
16706
|
]
|
|
15960
16707
|
},
|
|
16708
|
+
11503: {
|
|
16709
|
+
name: 'BEVM Testnet',
|
|
16710
|
+
chain: 'BEVM',
|
|
16711
|
+
rpc: ['https://testnet.bevm.io/'],
|
|
16712
|
+
faucets: [],
|
|
16713
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
16714
|
+
infoURL: 'https://bevm.io',
|
|
16715
|
+
shortName: 'bevm',
|
|
16716
|
+
chainId: 11503,
|
|
16717
|
+
networkId: 11503,
|
|
16718
|
+
icon: 'bevmcanary',
|
|
16719
|
+
explorers: [
|
|
16720
|
+
{
|
|
16721
|
+
name: 'bevm testnet scan',
|
|
16722
|
+
url: 'https://scan-testnet.bevm.io',
|
|
16723
|
+
standard: 'none'
|
|
16724
|
+
}
|
|
16725
|
+
]
|
|
16726
|
+
},
|
|
15961
16727
|
11612: {
|
|
15962
16728
|
name: 'Sardis Testnet',
|
|
15963
16729
|
chain: 'SRDX',
|
|
@@ -16040,6 +16806,26 @@ exports.chains = {
|
|
|
16040
16806
|
}
|
|
16041
16807
|
]
|
|
16042
16808
|
},
|
|
16809
|
+
12020: {
|
|
16810
|
+
name: 'Aternos',
|
|
16811
|
+
chain: 'Aternos',
|
|
16812
|
+
icon: 'aternos',
|
|
16813
|
+
rpc: ['https://rpc.aternoschain.com'],
|
|
16814
|
+
faucets: ['https://faucet.aternoschain.com'],
|
|
16815
|
+
nativeCurrency: { name: 'Aternos', symbol: 'ATR', decimals: 18 },
|
|
16816
|
+
infoURL: 'https://aternoschain.com',
|
|
16817
|
+
shortName: 'ATR',
|
|
16818
|
+
chainId: 12020,
|
|
16819
|
+
networkId: 12020,
|
|
16820
|
+
explorers: [
|
|
16821
|
+
{
|
|
16822
|
+
name: 'blockscout',
|
|
16823
|
+
url: 'https://explorer.aternoschain.com',
|
|
16824
|
+
icon: 'blockscout',
|
|
16825
|
+
standard: 'EIP3091'
|
|
16826
|
+
}
|
|
16827
|
+
]
|
|
16828
|
+
},
|
|
16043
16829
|
12051: {
|
|
16044
16830
|
name: 'Singularity ZERO Testnet',
|
|
16045
16831
|
chain: 'ZERO',
|
|
@@ -16275,6 +17061,8 @@ exports.chains = {
|
|
|
16275
17061
|
name: 'Beam Testnet',
|
|
16276
17062
|
chain: 'BEAM',
|
|
16277
17063
|
rpc: [
|
|
17064
|
+
'https://build.onbeam.com/rpc/testnet',
|
|
17065
|
+
'wss://build.onbeam.com/ws/testnet',
|
|
16278
17066
|
'https://subnets.avax.network/beam/testnet/rpc',
|
|
16279
17067
|
'wss://subnets.avax.network/beam/testnet/ws'
|
|
16280
17068
|
],
|
|
@@ -16397,6 +17185,32 @@ exports.chains = {
|
|
|
16397
17185
|
}
|
|
16398
17186
|
]
|
|
16399
17187
|
},
|
|
17188
|
+
14333: {
|
|
17189
|
+
name: 'Vitruveo Testnet',
|
|
17190
|
+
title: 'Vitruveo is a blockchain for Creators',
|
|
17191
|
+
chain: 'Vitruveo',
|
|
17192
|
+
rpc: ['https://test-rpc.vitruveo.xyz'],
|
|
17193
|
+
faucets: ['https://faucet.vitruveo.xyz'],
|
|
17194
|
+
nativeCurrency: {
|
|
17195
|
+
name: 'Vitruveo Test Coin',
|
|
17196
|
+
symbol: 'tVTRU',
|
|
17197
|
+
decimals: 18
|
|
17198
|
+
},
|
|
17199
|
+
features: [{ name: 'EIP155' }],
|
|
17200
|
+
infoURL: 'https://www.vitruveo.xyz',
|
|
17201
|
+
shortName: 'vitruveo-test',
|
|
17202
|
+
chainId: 14333,
|
|
17203
|
+
networkId: 14333,
|
|
17204
|
+
icon: 'vitruveo',
|
|
17205
|
+
explorers: [
|
|
17206
|
+
{
|
|
17207
|
+
name: 'Vitruveo Testnet Explorer',
|
|
17208
|
+
url: 'https://test-explorer.vitruveo.xyz',
|
|
17209
|
+
icon: 'vitruveo',
|
|
17210
|
+
standard: 'EIP3091'
|
|
17211
|
+
}
|
|
17212
|
+
]
|
|
17213
|
+
},
|
|
16400
17214
|
14853: {
|
|
16401
17215
|
name: 'Humanode Testnet 5 Israfel',
|
|
16402
17216
|
chain: 'Humanode Testnet 5',
|
|
@@ -16606,8 +17420,8 @@ exports.chains = {
|
|
|
16606
17420
|
chain: 'ETH',
|
|
16607
17421
|
rpc: [
|
|
16608
17422
|
'https://rpc.holesky.ethpandaops.io',
|
|
16609
|
-
'https://ethereum-holesky.publicnode.com',
|
|
16610
|
-
'wss://ethereum-holesky.publicnode.com'
|
|
17423
|
+
'https://ethereum-holesky-rpc.publicnode.com',
|
|
17424
|
+
'wss://ethereum-holesky-rpc.publicnode.com'
|
|
16611
17425
|
],
|
|
16612
17426
|
faucets: [
|
|
16613
17427
|
'https://faucet.holesky.ethpandaops.io',
|
|
@@ -16727,6 +17541,26 @@ exports.chains = {
|
|
|
16727
17541
|
}
|
|
16728
17542
|
]
|
|
16729
17543
|
},
|
|
17544
|
+
17217: {
|
|
17545
|
+
name: 'KONET Mainnet',
|
|
17546
|
+
chain: 'KONET',
|
|
17547
|
+
rpc: ['https://api.kon-wallet.com'],
|
|
17548
|
+
faucets: [],
|
|
17549
|
+
nativeCurrency: { name: 'KONET', symbol: 'KONET', decimals: 18 },
|
|
17550
|
+
infoURL: 'https://konetmain.com',
|
|
17551
|
+
shortName: 'KONET',
|
|
17552
|
+
chainId: 17217,
|
|
17553
|
+
networkId: 17217,
|
|
17554
|
+
slip44: 1,
|
|
17555
|
+
icon: 'konet',
|
|
17556
|
+
explorers: [
|
|
17557
|
+
{
|
|
17558
|
+
name: 'konet-explorer',
|
|
17559
|
+
url: 'https://explorer.kon-wallet.com',
|
|
17560
|
+
standard: 'EIP3091'
|
|
17561
|
+
}
|
|
17562
|
+
]
|
|
17563
|
+
},
|
|
16730
17564
|
17777: {
|
|
16731
17565
|
name: 'EOS EVM Network',
|
|
16732
17566
|
chain: 'EOS',
|
|
@@ -16838,6 +17672,36 @@ exports.chains = {
|
|
|
16838
17672
|
}
|
|
16839
17673
|
]
|
|
16840
17674
|
},
|
|
17675
|
+
18231: {
|
|
17676
|
+
name: 'unreal',
|
|
17677
|
+
title: 'unreal testnet for re.al',
|
|
17678
|
+
chain: 'unreal',
|
|
17679
|
+
rpc: [
|
|
17680
|
+
'https://rpc.unreal.gelato.digital',
|
|
17681
|
+
'wss://ws.unreal.gelato.digital'
|
|
17682
|
+
],
|
|
17683
|
+
nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
|
|
17684
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
|
17685
|
+
faucets: [],
|
|
17686
|
+
shortName: 'unreal',
|
|
17687
|
+
chainId: 18231,
|
|
17688
|
+
networkId: 18231,
|
|
17689
|
+
slip44: 60,
|
|
17690
|
+
icon: 'unreal',
|
|
17691
|
+
explorers: [
|
|
17692
|
+
{
|
|
17693
|
+
name: 'blockscout',
|
|
17694
|
+
url: 'https://unreal.blockscout.com',
|
|
17695
|
+
icon: 'unreal',
|
|
17696
|
+
standard: 'EIP3091'
|
|
17697
|
+
}
|
|
17698
|
+
],
|
|
17699
|
+
parent: {
|
|
17700
|
+
type: 'L2',
|
|
17701
|
+
chain: 'eip155-11155111',
|
|
17702
|
+
bridges: [{ url: 'https://bridge.unreal.gelato.digital' }]
|
|
17703
|
+
}
|
|
17704
|
+
},
|
|
16841
17705
|
18686: {
|
|
16842
17706
|
name: 'MXC zkEVM Mainnet',
|
|
16843
17707
|
chain: 'MXC zkEVM',
|
|
@@ -16857,6 +17721,30 @@ exports.chains = {
|
|
|
16857
17721
|
}
|
|
16858
17722
|
]
|
|
16859
17723
|
},
|
|
17724
|
+
18889: {
|
|
17725
|
+
name: 'Titan (TKX) Testnet',
|
|
17726
|
+
chain: 'Titan (TKX)',
|
|
17727
|
+
rpc: [
|
|
17728
|
+
'https://titan-testnet-json-rpc-1.tokenize-dev.com',
|
|
17729
|
+
'https://titan-testnet-json-rpc-2.tokenize-dev.com'
|
|
17730
|
+
],
|
|
17731
|
+
faucets: [],
|
|
17732
|
+
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
|
17733
|
+
infoURL: 'https://tokenize.exchange',
|
|
17734
|
+
shortName: 'titan_tkx-testnet',
|
|
17735
|
+
chainId: 18889,
|
|
17736
|
+
networkId: 18889,
|
|
17737
|
+
slip44: 1,
|
|
17738
|
+
icon: 'titan_tkx',
|
|
17739
|
+
explorers: [
|
|
17740
|
+
{
|
|
17741
|
+
name: 'Titan Explorer',
|
|
17742
|
+
url: 'https://titan-testnet-explorer-light.tokenize-dev.com',
|
|
17743
|
+
standard: 'none',
|
|
17744
|
+
icon: 'titan_tkx'
|
|
17745
|
+
}
|
|
17746
|
+
]
|
|
17747
|
+
},
|
|
16860
17748
|
19011: {
|
|
16861
17749
|
name: 'HOME Verse Mainnet',
|
|
16862
17750
|
chain: 'HOME Verse',
|
|
@@ -16978,6 +17866,44 @@ exports.chains = {
|
|
|
16978
17866
|
}
|
|
16979
17867
|
]
|
|
16980
17868
|
},
|
|
17869
|
+
21004: {
|
|
17870
|
+
name: 'C4EI',
|
|
17871
|
+
chain: 'C4EI',
|
|
17872
|
+
rpc: ['https://rpc.c4ei.net'],
|
|
17873
|
+
faucets: ['https://play.google.com/store/apps/details?id=net.c4ei.fps2'],
|
|
17874
|
+
nativeCurrency: { name: 'C4EI', symbol: 'C4EI', decimals: 18 },
|
|
17875
|
+
infoURL: 'https://c4ei.net',
|
|
17876
|
+
shortName: 'c4ei',
|
|
17877
|
+
chainId: 21004,
|
|
17878
|
+
networkId: 21004,
|
|
17879
|
+
explorers: [
|
|
17880
|
+
{
|
|
17881
|
+
name: 'C4EI sirato',
|
|
17882
|
+
url: 'https://exp.c4ei.net',
|
|
17883
|
+
icon: 'c4ei',
|
|
17884
|
+
standard: 'none'
|
|
17885
|
+
}
|
|
17886
|
+
]
|
|
17887
|
+
},
|
|
17888
|
+
21133: {
|
|
17889
|
+
name: 'All About Healthy',
|
|
17890
|
+
chain: 'AAH',
|
|
17891
|
+
rpc: ['https://rpc.c4ex.net'],
|
|
17892
|
+
faucets: ['https://t.me/c4eiAirdrop'],
|
|
17893
|
+
nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
|
|
17894
|
+
infoURL: 'https://c4ex.net',
|
|
17895
|
+
shortName: 'aah',
|
|
17896
|
+
chainId: 21133,
|
|
17897
|
+
networkId: 21133,
|
|
17898
|
+
explorers: [
|
|
17899
|
+
{
|
|
17900
|
+
name: 'AAH Blockscout',
|
|
17901
|
+
url: 'https://exp.c4ex.net',
|
|
17902
|
+
icon: 'aah',
|
|
17903
|
+
standard: 'EIP3091'
|
|
17904
|
+
}
|
|
17905
|
+
]
|
|
17906
|
+
},
|
|
16981
17907
|
21337: {
|
|
16982
17908
|
name: 'CENNZnet Azalea',
|
|
16983
17909
|
chain: 'CENNZnet',
|
|
@@ -17122,19 +18048,23 @@ exports.chains = {
|
|
|
17122
18048
|
]
|
|
17123
18049
|
},
|
|
17124
18050
|
22776: {
|
|
17125
|
-
name: 'MAP
|
|
17126
|
-
chain: '
|
|
18051
|
+
name: 'MAP Protocol',
|
|
18052
|
+
chain: 'MAPO',
|
|
17127
18053
|
icon: 'map',
|
|
17128
18054
|
rpc: ['https://rpc.maplabs.io'],
|
|
17129
18055
|
faucets: [],
|
|
17130
18056
|
nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
|
|
17131
|
-
infoURL: 'https://
|
|
17132
|
-
shortName: '
|
|
18057
|
+
infoURL: 'https://mapprotocol.io/',
|
|
18058
|
+
shortName: 'mapo',
|
|
17133
18059
|
chainId: 22776,
|
|
17134
18060
|
networkId: 22776,
|
|
17135
18061
|
slip44: 60,
|
|
17136
18062
|
explorers: [
|
|
17137
|
-
{
|
|
18063
|
+
{
|
|
18064
|
+
name: 'maposcan',
|
|
18065
|
+
url: 'https://maposcan.io',
|
|
18066
|
+
standard: 'EIP3091'
|
|
18067
|
+
}
|
|
17138
18068
|
]
|
|
17139
18069
|
},
|
|
17140
18070
|
23006: {
|
|
@@ -17284,6 +18214,26 @@ exports.chains = {
|
|
|
17284
18214
|
}
|
|
17285
18215
|
]
|
|
17286
18216
|
},
|
|
18217
|
+
25839: {
|
|
18218
|
+
name: 'AlveyChain Testnet',
|
|
18219
|
+
chain: 'tALV',
|
|
18220
|
+
rpc: ['https://testnet-rpc.alvey.io'],
|
|
18221
|
+
faucets: ['https://faucet.alveytestnet.com'],
|
|
18222
|
+
nativeCurrency: { name: 'AlveyCoin Testnet', symbol: 'tALV', decimals: 18 },
|
|
18223
|
+
infoURL: 'https://alveychain.com/',
|
|
18224
|
+
shortName: 'talv',
|
|
18225
|
+
chainId: 25839,
|
|
18226
|
+
networkId: 25839,
|
|
18227
|
+
icon: 'alveychain',
|
|
18228
|
+
explorers: [
|
|
18229
|
+
{
|
|
18230
|
+
name: 'AlveyScan Testnet',
|
|
18231
|
+
url: 'https://alveytestnet.com',
|
|
18232
|
+
icon: 'alveychain',
|
|
18233
|
+
standard: 'EIP3091'
|
|
18234
|
+
}
|
|
18235
|
+
]
|
|
18236
|
+
},
|
|
17287
18237
|
25888: {
|
|
17288
18238
|
name: 'Hammer Chain Mainnet',
|
|
17289
18239
|
chain: 'HammerChain',
|
|
@@ -17832,7 +18782,7 @@ exports.chains = {
|
|
|
17832
18782
|
chain: 'Q',
|
|
17833
18783
|
rpc: ['https://rpc.q.org'],
|
|
17834
18784
|
faucets: [],
|
|
17835
|
-
nativeCurrency: { name: '
|
|
18785
|
+
nativeCurrency: { name: 'QGOV', symbol: 'QGOV', decimals: 18 },
|
|
17836
18786
|
infoURL: 'https://q.org',
|
|
17837
18787
|
shortName: 'q',
|
|
17838
18788
|
chainId: 35441,
|
|
@@ -18216,8 +19166,8 @@ exports.chains = {
|
|
|
18216
19166
|
icon: 'avax',
|
|
18217
19167
|
rpc: [
|
|
18218
19168
|
'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'
|
|
19169
|
+
'https://avalanche-fuji-c-chain-rpc.publicnode.com',
|
|
19170
|
+
'wss://avalanche-fuji-c-chain-rpc.publicnode.com'
|
|
18221
19171
|
],
|
|
18222
19172
|
faucets: ['https://faucet.avax-test.network/'],
|
|
18223
19173
|
nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
|
|
@@ -18240,8 +19190,8 @@ exports.chains = {
|
|
|
18240
19190
|
icon: 'avax',
|
|
18241
19191
|
rpc: [
|
|
18242
19192
|
'https://api.avax.network/ext/bc/C/rpc',
|
|
18243
|
-
'https://avalanche-c-chain.publicnode.com',
|
|
18244
|
-
'wss://avalanche-c-chain.publicnode.com'
|
|
19193
|
+
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
19194
|
+
'wss://avalanche-c-chain-rpc.publicnode.com'
|
|
18245
19195
|
],
|
|
18246
19196
|
features: [{ name: 'EIP1559' }],
|
|
18247
19197
|
faucets: [],
|
|
@@ -18477,6 +19427,28 @@ exports.chains = {
|
|
|
18477
19427
|
}
|
|
18478
19428
|
]
|
|
18479
19429
|
},
|
|
19430
|
+
49321: {
|
|
19431
|
+
name: 'GUNZ Testnet',
|
|
19432
|
+
chain: 'tGUN',
|
|
19433
|
+
rpc: [
|
|
19434
|
+
'https://rpc.gunz.dev/ext/bc/ryk9vkvNuKtewME2PeCgybo9sdWXGmCkBrrx4VPuZPdVdAak8/rpc'
|
|
19435
|
+
],
|
|
19436
|
+
faucets: [],
|
|
19437
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19438
|
+
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
|
|
19439
|
+
icon: 'guntestnet',
|
|
19440
|
+
infoURL: 'https://gunbygunz.com',
|
|
19441
|
+
shortName: 'Stork',
|
|
19442
|
+
chainId: 49321,
|
|
19443
|
+
networkId: 49321,
|
|
19444
|
+
explorers: [
|
|
19445
|
+
{
|
|
19446
|
+
name: 'blockscout',
|
|
19447
|
+
url: 'https://testnet.gunzscan.io',
|
|
19448
|
+
standard: 'EIP3091'
|
|
19449
|
+
}
|
|
19450
|
+
]
|
|
19451
|
+
},
|
|
18480
19452
|
49797: {
|
|
18481
19453
|
name: 'Energi Testnet',
|
|
18482
19454
|
chain: 'NRG',
|
|
@@ -18627,6 +19599,27 @@ exports.chains = {
|
|
|
18627
19599
|
}
|
|
18628
19600
|
]
|
|
18629
19601
|
},
|
|
19602
|
+
53277: {
|
|
19603
|
+
name: 'DOID',
|
|
19604
|
+
chain: 'DOID',
|
|
19605
|
+
rpc: ['https://rpc.doid.tech'],
|
|
19606
|
+
faucets: [],
|
|
19607
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
|
19608
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19609
|
+
infoURL: 'https://doid.tech',
|
|
19610
|
+
shortName: 'DOID',
|
|
19611
|
+
chainId: 53277,
|
|
19612
|
+
networkId: 53277,
|
|
19613
|
+
icon: 'doid',
|
|
19614
|
+
explorers: [
|
|
19615
|
+
{
|
|
19616
|
+
name: 'DOID Scan',
|
|
19617
|
+
url: 'https://scan.doid.tech',
|
|
19618
|
+
icon: 'doid',
|
|
19619
|
+
standard: 'EIP3091'
|
|
19620
|
+
}
|
|
19621
|
+
]
|
|
19622
|
+
},
|
|
18630
19623
|
53935: {
|
|
18631
19624
|
name: 'DFK Chain',
|
|
18632
19625
|
chain: 'DFK',
|
|
@@ -18796,6 +19789,27 @@ exports.chains = {
|
|
|
18796
19789
|
}
|
|
18797
19790
|
]
|
|
18798
19791
|
},
|
|
19792
|
+
56797: {
|
|
19793
|
+
name: 'DOID Testnet',
|
|
19794
|
+
chain: 'DOID',
|
|
19795
|
+
rpc: ['https://rpc.testnet.doid.tech'],
|
|
19796
|
+
faucets: [],
|
|
19797
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
|
19798
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19799
|
+
infoURL: 'https://doid.tech',
|
|
19800
|
+
shortName: 'doidTestnet',
|
|
19801
|
+
chainId: 56797,
|
|
19802
|
+
networkId: 56797,
|
|
19803
|
+
icon: 'doid',
|
|
19804
|
+
explorers: [
|
|
19805
|
+
{
|
|
19806
|
+
name: 'DOID Testnet Scan',
|
|
19807
|
+
url: 'https://scan.testnet.doid.tech',
|
|
19808
|
+
icon: 'doid',
|
|
19809
|
+
standard: 'EIP3091'
|
|
19810
|
+
}
|
|
19811
|
+
]
|
|
19812
|
+
},
|
|
18799
19813
|
57000: {
|
|
18800
19814
|
name: 'Rollux Testnet',
|
|
18801
19815
|
chain: 'SYS',
|
|
@@ -19674,6 +20688,31 @@ exports.chains = {
|
|
|
19674
20688
|
}
|
|
19675
20689
|
]
|
|
19676
20690
|
},
|
|
20691
|
+
78600: {
|
|
20692
|
+
name: 'Vanguard',
|
|
20693
|
+
title: 'Vanar Testnet Vanguard',
|
|
20694
|
+
chain: 'VANAR',
|
|
20695
|
+
rpc: [
|
|
20696
|
+
'https://rpc-vanguard.vanarchain.com',
|
|
20697
|
+
'wss://ws-vanguard.vanarchain.com'
|
|
20698
|
+
],
|
|
20699
|
+
faucets: ['https://faucet.vanarchain.com'],
|
|
20700
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VG', decimals: 18 },
|
|
20701
|
+
features: [{ name: 'EIP155' }],
|
|
20702
|
+
infoURL: 'https://vanarchain.com',
|
|
20703
|
+
shortName: 'vanguard',
|
|
20704
|
+
chainId: 78600,
|
|
20705
|
+
networkId: 78600,
|
|
20706
|
+
icon: 'vanguard',
|
|
20707
|
+
explorers: [
|
|
20708
|
+
{
|
|
20709
|
+
name: 'Vanguard Explorer',
|
|
20710
|
+
url: 'https://explorer-vanguard.vanarchain.com',
|
|
20711
|
+
icon: 'vanguard',
|
|
20712
|
+
standard: 'EIP3091'
|
|
20713
|
+
}
|
|
20714
|
+
]
|
|
20715
|
+
},
|
|
19677
20716
|
79879: {
|
|
19678
20717
|
name: 'Gold Smart Chain Testnet',
|
|
19679
20718
|
chain: 'STAND',
|
|
@@ -19701,8 +20740,8 @@ exports.chains = {
|
|
|
19701
20740
|
icon: 'polygon',
|
|
19702
20741
|
rpc: [
|
|
19703
20742
|
'https://rpc-mumbai.maticvigil.com',
|
|
19704
|
-
'https://polygon-mumbai-bor.publicnode.com',
|
|
19705
|
-
'wss://polygon-mumbai-bor.publicnode.com',
|
|
20743
|
+
'https://polygon-mumbai-bor-rpc.publicnode.com',
|
|
20744
|
+
'wss://polygon-mumbai-bor-rpc.publicnode.com',
|
|
19706
20745
|
'https://polygon-mumbai.gateway.tenderly.co',
|
|
19707
20746
|
'wss://polygon-mumbai.gateway.tenderly.co'
|
|
19708
20747
|
],
|
|
@@ -19744,6 +20783,25 @@ exports.chains = {
|
|
|
19744
20783
|
}
|
|
19745
20784
|
]
|
|
19746
20785
|
},
|
|
20786
|
+
80096: {
|
|
20787
|
+
name: 'Hizoco mainnet',
|
|
20788
|
+
chain: 'HZC',
|
|
20789
|
+
icon: 'hizoco',
|
|
20790
|
+
rpc: ['https://hizoco.net/rpc'],
|
|
20791
|
+
faucets: [],
|
|
20792
|
+
nativeCurrency: { name: 'Hizoco', symbol: 'HZC', decimals: 18 },
|
|
20793
|
+
infoURL: 'http://hizoco.net',
|
|
20794
|
+
shortName: 'hzc',
|
|
20795
|
+
chainId: 80096,
|
|
20796
|
+
networkId: 80096,
|
|
20797
|
+
explorers: [
|
|
20798
|
+
{
|
|
20799
|
+
name: 'blockscout',
|
|
20800
|
+
url: 'https://hizoco.net:38443',
|
|
20801
|
+
standard: 'none'
|
|
20802
|
+
}
|
|
20803
|
+
]
|
|
20804
|
+
},
|
|
19747
20805
|
81041: {
|
|
19748
20806
|
name: 'Nordek Mainnet',
|
|
19749
20807
|
chain: 'Nordek',
|
|
@@ -19883,6 +20941,21 @@ exports.chains = {
|
|
|
19883
20941
|
networkId: 81363,
|
|
19884
20942
|
status: 'incubating'
|
|
19885
20943
|
},
|
|
20944
|
+
81457: {
|
|
20945
|
+
name: 'Blast',
|
|
20946
|
+
status: 'incubating',
|
|
20947
|
+
chain: 'ETH',
|
|
20948
|
+
rpc: [],
|
|
20949
|
+
faucets: [],
|
|
20950
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20951
|
+
infoURL: 'https://blast.io/',
|
|
20952
|
+
shortName: 'blastmainnet',
|
|
20953
|
+
chainId: 81457,
|
|
20954
|
+
networkId: 81457,
|
|
20955
|
+
icon: 'blast',
|
|
20956
|
+
explorers: [],
|
|
20957
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
20958
|
+
},
|
|
19886
20959
|
81720: {
|
|
19887
20960
|
name: 'Quantum Chain Mainnet',
|
|
19888
20961
|
chain: 'QNET',
|
|
@@ -19927,8 +21000,8 @@ exports.chains = {
|
|
|
19927
21000
|
'https://goerli.base.org',
|
|
19928
21001
|
'https://base-goerli.gateway.tenderly.co',
|
|
19929
21002
|
'wss://base-goerli.gateway.tenderly.co',
|
|
19930
|
-
'https://base-goerli.publicnode.com',
|
|
19931
|
-
'wss://base-goerli.publicnode.com'
|
|
21003
|
+
'https://base-goerli-rpc.publicnode.com',
|
|
21004
|
+
'wss://base-goerli-rpc.publicnode.com'
|
|
19932
21005
|
],
|
|
19933
21006
|
faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
|
|
19934
21007
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -19961,7 +21034,11 @@ exports.chains = {
|
|
|
19961
21034
|
84532: {
|
|
19962
21035
|
name: 'Base Sepolia Testnet',
|
|
19963
21036
|
chain: 'ETH',
|
|
19964
|
-
rpc: [
|
|
21037
|
+
rpc: [
|
|
21038
|
+
'https://https://sepolia.base.org',
|
|
21039
|
+
'https://base-sepolia-rpc.publicnode.com',
|
|
21040
|
+
'wss://base-sepolia-rpc.publicnode.com'
|
|
21041
|
+
],
|
|
19965
21042
|
faucets: [],
|
|
19966
21043
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
19967
21044
|
infoURL: 'https://base.org',
|
|
@@ -20118,6 +21195,26 @@ exports.chains = {
|
|
|
20118
21195
|
}
|
|
20119
21196
|
]
|
|
20120
21197
|
},
|
|
21198
|
+
91120: {
|
|
21199
|
+
name: 'MetaDAP Enterprise Mainnet',
|
|
21200
|
+
title: 'MetaDAP Enterprise Mainnet',
|
|
21201
|
+
chain: 'MetaDAP',
|
|
21202
|
+
icon: 'metadap',
|
|
21203
|
+
faucets: [],
|
|
21204
|
+
rpc: ['https://rpc.chain.metadap.io', 'wss://rpc-ws.chain.metadap.io'],
|
|
21205
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
|
21206
|
+
infoURL: 'https://metadap.io/',
|
|
21207
|
+
shortName: 'MetaDAP',
|
|
21208
|
+
chainId: 91120,
|
|
21209
|
+
networkId: 91120,
|
|
21210
|
+
explorers: [
|
|
21211
|
+
{
|
|
21212
|
+
name: 'MetaDAP Enterprise Mainnet explorer',
|
|
21213
|
+
url: 'https://explorer.chain.metadap.io',
|
|
21214
|
+
standard: 'none'
|
|
21215
|
+
}
|
|
21216
|
+
]
|
|
21217
|
+
},
|
|
20121
21218
|
91715: {
|
|
20122
21219
|
name: 'Combo Testnet',
|
|
20123
21220
|
chain: 'Combo',
|
|
@@ -20560,6 +21657,25 @@ exports.chains = {
|
|
|
20560
21657
|
}
|
|
20561
21658
|
]
|
|
20562
21659
|
},
|
|
21660
|
+
103454: {
|
|
21661
|
+
name: 'Masa Testnet',
|
|
21662
|
+
chain: 'MASA',
|
|
21663
|
+
rpc: ['https://subnets.avax.network/masatestne/testnet/rpc'],
|
|
21664
|
+
features: [{ name: 'EIP1559' }],
|
|
21665
|
+
faucets: [],
|
|
21666
|
+
nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
|
|
21667
|
+
infoURL: 'https://masa.finance',
|
|
21668
|
+
shortName: 'masa',
|
|
21669
|
+
chainId: 103454,
|
|
21670
|
+
networkId: 103454,
|
|
21671
|
+
explorers: [
|
|
21672
|
+
{
|
|
21673
|
+
name: 'Masa Testnet Explorer',
|
|
21674
|
+
url: 'https://subnets-test.avax.network/masatestnet',
|
|
21675
|
+
standard: 'EIP3091'
|
|
21676
|
+
}
|
|
21677
|
+
]
|
|
21678
|
+
},
|
|
20563
21679
|
108801: {
|
|
20564
21680
|
name: 'BROChain Mainnet',
|
|
20565
21681
|
chain: 'BRO',
|
|
@@ -20837,6 +21953,29 @@ exports.chains = {
|
|
|
20837
21953
|
}
|
|
20838
21954
|
]
|
|
20839
21955
|
},
|
|
21956
|
+
119139: {
|
|
21957
|
+
name: 'MetaDAP Enterprise Testnet',
|
|
21958
|
+
title: 'MetaDAP Enterprise Testnet',
|
|
21959
|
+
chain: 'MetaDAP',
|
|
21960
|
+
icon: 'metadap',
|
|
21961
|
+
faucets: [],
|
|
21962
|
+
rpc: [
|
|
21963
|
+
'https://rpc.testnet.chain.metadap.io',
|
|
21964
|
+
'wss://rpc-ws.testnet.chain.metadap.io'
|
|
21965
|
+
],
|
|
21966
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
|
21967
|
+
infoURL: 'https://metadap.io/',
|
|
21968
|
+
shortName: 'MetaDAP-T',
|
|
21969
|
+
chainId: 119139,
|
|
21970
|
+
networkId: 119139,
|
|
21971
|
+
explorers: [
|
|
21972
|
+
{
|
|
21973
|
+
name: 'MetaDAP Enterprise Testnet explorer',
|
|
21974
|
+
url: 'https://explorer.testnet.chain.metadap.io',
|
|
21975
|
+
standard: 'none'
|
|
21976
|
+
}
|
|
21977
|
+
]
|
|
21978
|
+
},
|
|
20840
21979
|
123456: {
|
|
20841
21980
|
name: 'ADIL Devnet',
|
|
20842
21981
|
chain: 'ADIL',
|
|
@@ -21001,7 +22140,7 @@ exports.chains = {
|
|
|
21001
22140
|
chain: 'ETH',
|
|
21002
22141
|
status: 'active',
|
|
21003
22142
|
icon: 'taiko',
|
|
21004
|
-
rpc: ['https://rpc.katla.taiko.xyz'],
|
|
22143
|
+
rpc: ['https://rpc.katla.taiko.xyz', 'wss://rpc.katla.taiko.xyz'],
|
|
21005
22144
|
faucets: [],
|
|
21006
22145
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21007
22146
|
infoURL: 'https://taiko.xyz',
|
|
@@ -21113,6 +22252,26 @@ exports.chains = {
|
|
|
21113
22252
|
networkId: 200625,
|
|
21114
22253
|
slip44: 200625
|
|
21115
22254
|
},
|
|
22255
|
+
200810: {
|
|
22256
|
+
name: 'Bitlayer Testnet',
|
|
22257
|
+
chain: 'Bitlayer',
|
|
22258
|
+
rpc: ['https://testnet-rpc.bitlayer.org', 'wss://testnet-ws.bitlayer.org'],
|
|
22259
|
+
faucets: ['https://www.bitlayer.org/faucet'],
|
|
22260
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
22261
|
+
infoURL: 'https://docs.bitlayer.org/',
|
|
22262
|
+
shortName: 'Bitlayer',
|
|
22263
|
+
chainId: 200810,
|
|
22264
|
+
networkId: 200810,
|
|
22265
|
+
slip44: 1,
|
|
22266
|
+
icon: 'bitlayer',
|
|
22267
|
+
explorers: [
|
|
22268
|
+
{
|
|
22269
|
+
name: 'bitlayer testnet scan',
|
|
22270
|
+
url: 'https://testnet-scan.bitlayer.org',
|
|
22271
|
+
standard: 'none'
|
|
22272
|
+
}
|
|
22273
|
+
]
|
|
22274
|
+
},
|
|
21116
22275
|
201018: {
|
|
21117
22276
|
name: 'Alaya Mainnet',
|
|
21118
22277
|
chain: 'Alaya',
|
|
@@ -21601,6 +22760,25 @@ exports.chains = {
|
|
|
21601
22760
|
{ name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' }
|
|
21602
22761
|
]
|
|
21603
22762
|
},
|
|
22763
|
+
323213: {
|
|
22764
|
+
name: 'Bloom Genesis Testnet',
|
|
22765
|
+
chain: 'Bloom',
|
|
22766
|
+
icon: 'bloom',
|
|
22767
|
+
rpc: ['https://testnet-rpc.bloomgenesis.com'],
|
|
22768
|
+
faucets: ['https://faucet.bloomgenesis.com'],
|
|
22769
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
|
22770
|
+
infoURL: 'https://www.bloomgenesis.com',
|
|
22771
|
+
shortName: 'BGBC-Testnet',
|
|
22772
|
+
chainId: 323213,
|
|
22773
|
+
networkId: 323213,
|
|
22774
|
+
explorers: [
|
|
22775
|
+
{
|
|
22776
|
+
name: 'Bloom Genesis Testnet',
|
|
22777
|
+
url: 'https://testnet.bloomgenesis.com',
|
|
22778
|
+
standard: 'EIP3091'
|
|
22779
|
+
}
|
|
22780
|
+
]
|
|
22781
|
+
},
|
|
21604
22782
|
330844: {
|
|
21605
22783
|
name: 'TTcoin Smart Chain Mainnet',
|
|
21606
22784
|
chain: 'TSC',
|
|
@@ -21621,6 +22799,25 @@ exports.chains = {
|
|
|
21621
22799
|
}
|
|
21622
22800
|
]
|
|
21623
22801
|
},
|
|
22802
|
+
333313: {
|
|
22803
|
+
name: 'Bloom Genesis Mainnet',
|
|
22804
|
+
chain: 'Bloom',
|
|
22805
|
+
icon: 'bloom',
|
|
22806
|
+
rpc: ['https://mainnet-rpc.bloomgenesis.com'],
|
|
22807
|
+
faucets: [],
|
|
22808
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
|
22809
|
+
infoURL: 'https://www.bloomgenesis.com',
|
|
22810
|
+
shortName: 'BGBC',
|
|
22811
|
+
chainId: 333313,
|
|
22812
|
+
networkId: 333313,
|
|
22813
|
+
explorers: [
|
|
22814
|
+
{
|
|
22815
|
+
name: 'Bloom Genesis Mainnet',
|
|
22816
|
+
url: 'https://explorer.bloomgenesis.com',
|
|
22817
|
+
standard: 'EIP3091'
|
|
22818
|
+
}
|
|
22819
|
+
]
|
|
22820
|
+
},
|
|
21624
22821
|
333331: {
|
|
21625
22822
|
name: 'Aves Testnet',
|
|
21626
22823
|
chain: 'AVST',
|
|
@@ -22075,6 +23272,30 @@ exports.chains = {
|
|
|
22075
23272
|
}
|
|
22076
23273
|
]
|
|
22077
23274
|
},
|
|
23275
|
+
444444: {
|
|
23276
|
+
name: 'Syndr L3 Sepolia',
|
|
23277
|
+
title: 'Syndr L3 Sepolia Rollup Testnet',
|
|
23278
|
+
chain: 'SYNDRSEPOLIA',
|
|
23279
|
+
rpc: ['https://sepolia.syndr.com/http', 'wss://sepolia.syndr.com/ws'],
|
|
23280
|
+
faucets: [],
|
|
23281
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
23282
|
+
infoURL: 'https://syndr.com',
|
|
23283
|
+
shortName: 'syndr',
|
|
23284
|
+
chainId: 444444,
|
|
23285
|
+
networkId: 444444,
|
|
23286
|
+
explorers: [
|
|
23287
|
+
{
|
|
23288
|
+
name: 'Syndr L3 Sepolia Testnet Explorer',
|
|
23289
|
+
url: 'https://sepolia-explorer.syndr.com',
|
|
23290
|
+
standard: 'EIP3091'
|
|
23291
|
+
}
|
|
23292
|
+
],
|
|
23293
|
+
parent: {
|
|
23294
|
+
type: 'L2',
|
|
23295
|
+
chain: 'eip155-421614',
|
|
23296
|
+
bridges: [{ url: 'https://sepolia-bridge.syndr.com' }]
|
|
23297
|
+
}
|
|
23298
|
+
},
|
|
22078
23299
|
444900: {
|
|
22079
23300
|
name: 'Weelink Testnet',
|
|
22080
23301
|
chain: 'WLK',
|
|
@@ -22443,6 +23664,36 @@ exports.chains = {
|
|
|
22443
23664
|
}
|
|
22444
23665
|
]
|
|
22445
23666
|
},
|
|
23667
|
+
713715: {
|
|
23668
|
+
name: 'Sei Devnet',
|
|
23669
|
+
chain: 'Sei',
|
|
23670
|
+
rpc: [
|
|
23671
|
+
'https://evm-rpc-arctic-1.sei-apis.com',
|
|
23672
|
+
'https://evm-rpc.arctic-1.seinetwork.io'
|
|
23673
|
+
],
|
|
23674
|
+
faucets: [
|
|
23675
|
+
'https://sei-faucet.nima.enterprises',
|
|
23676
|
+
'https://sei-evm.faucetme.pro'
|
|
23677
|
+
],
|
|
23678
|
+
nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
|
|
23679
|
+
infoURL: 'https://www.sei.io',
|
|
23680
|
+
shortName: 'sei-devnet',
|
|
23681
|
+
chainId: 713715,
|
|
23682
|
+
networkId: 713715,
|
|
23683
|
+
icon: 'sei',
|
|
23684
|
+
explorers: [
|
|
23685
|
+
{
|
|
23686
|
+
name: 'Seistream',
|
|
23687
|
+
url: 'https://seistream.app',
|
|
23688
|
+
standard: 'none'
|
|
23689
|
+
},
|
|
23690
|
+
{
|
|
23691
|
+
name: 'Seitrace',
|
|
23692
|
+
url: 'https://seitrace.com',
|
|
23693
|
+
standard: 'EIP3091'
|
|
23694
|
+
}
|
|
23695
|
+
]
|
|
23696
|
+
},
|
|
22446
23697
|
751230: {
|
|
22447
23698
|
name: 'Bear Network Chain Testnet',
|
|
22448
23699
|
chain: 'BRNKCTEST',
|
|
@@ -23527,8 +24778,8 @@ exports.chains = {
|
|
|
23527
24778
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
23528
24779
|
'https://sepolia.gateway.tenderly.co',
|
|
23529
24780
|
'wss://sepolia.gateway.tenderly.co',
|
|
23530
|
-
'https://ethereum-sepolia.publicnode.com',
|
|
23531
|
-
'wss://ethereum-sepolia.publicnode.com'
|
|
24781
|
+
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
24782
|
+
'wss://ethereum-sepolia-rpc.publicnode.com'
|
|
23532
24783
|
],
|
|
23533
24784
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
23534
24785
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -23861,6 +25112,30 @@ exports.chains = {
|
|
|
23861
25112
|
chainId: 35855456,
|
|
23862
25113
|
networkId: 35855456
|
|
23863
25114
|
},
|
|
25115
|
+
37084624: {
|
|
25116
|
+
name: 'SKALE Nebula Hub Testnet',
|
|
25117
|
+
title: 'SKALE Nebula Hub Testnet',
|
|
25118
|
+
chain: 'lanky-ill-funny-testnet',
|
|
25119
|
+
icon: 'nebula',
|
|
25120
|
+
rpc: [
|
|
25121
|
+
'https://testnet.skalenodes.com/v1/lanky-ill-funny-testnet',
|
|
25122
|
+
'wss://testnet.skalenodes.com/v1/ws/lanky-ill-funny-testnet'
|
|
25123
|
+
],
|
|
25124
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25125
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25126
|
+
infoURL: 'https://nebulachain.io/',
|
|
25127
|
+
shortName: 'nebula-testnet',
|
|
25128
|
+
chainId: 37084624,
|
|
25129
|
+
networkId: 37084624,
|
|
25130
|
+
slip44: 1,
|
|
25131
|
+
explorers: [
|
|
25132
|
+
{
|
|
25133
|
+
name: 'Blockscout',
|
|
25134
|
+
url: 'https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com',
|
|
25135
|
+
standard: 'EIP3091'
|
|
25136
|
+
}
|
|
25137
|
+
]
|
|
25138
|
+
},
|
|
23864
25139
|
43214913: {
|
|
23865
25140
|
name: 'maistestsubnet',
|
|
23866
25141
|
chain: 'MAI',
|
|
@@ -24034,6 +25309,37 @@ exports.chains = {
|
|
|
24034
25309
|
networkId: 99415706,
|
|
24035
25310
|
slip44: 1
|
|
24036
25311
|
},
|
|
25312
|
+
161221135: {
|
|
25313
|
+
name: 'Plume Testnet',
|
|
25314
|
+
title: 'Plume Sepolia Rollup Testnet',
|
|
25315
|
+
chain: 'ETH',
|
|
25316
|
+
rpc: ['https://plume-testnet.rpc.caldera.xyz/http'],
|
|
25317
|
+
faucets: [],
|
|
25318
|
+
nativeCurrency: {
|
|
25319
|
+
name: 'Plume Sepolia Ether',
|
|
25320
|
+
symbol: 'ETH',
|
|
25321
|
+
decimals: 18
|
|
25322
|
+
},
|
|
25323
|
+
infoURL: 'https://www.plumenetwork.xyz/',
|
|
25324
|
+
shortName: 'plume-testnet',
|
|
25325
|
+
chainId: 161221135,
|
|
25326
|
+
networkId: 161221135,
|
|
25327
|
+
slip44: 1,
|
|
25328
|
+
icon: 'plume',
|
|
25329
|
+
explorers: [
|
|
25330
|
+
{
|
|
25331
|
+
name: 'Blockscout',
|
|
25332
|
+
url: 'https://plume-testnet.explorer.caldera.xyz',
|
|
25333
|
+
icon: 'blockscout',
|
|
25334
|
+
standard: 'EIP3091'
|
|
25335
|
+
}
|
|
25336
|
+
],
|
|
25337
|
+
parent: {
|
|
25338
|
+
type: 'L2',
|
|
25339
|
+
chain: 'eip155-11155111',
|
|
25340
|
+
bridges: [{ url: 'https://plume-testnet.calderabridge.xyz' }]
|
|
25341
|
+
}
|
|
25342
|
+
},
|
|
24037
25343
|
168587773: {
|
|
24038
25344
|
name: 'Blast Sepolia Testnet',
|
|
24039
25345
|
chain: 'ETH',
|
|
@@ -24246,15 +25552,16 @@ exports.chains = {
|
|
|
24246
25552
|
]
|
|
24247
25553
|
},
|
|
24248
25554
|
344106930: {
|
|
24249
|
-
name: 'SKALE Calypso Hub Testnet',
|
|
24250
|
-
title: 'Calypso NFT Hub Testnet',
|
|
25555
|
+
name: 'Deprecated SKALE Calypso Hub Testnet',
|
|
25556
|
+
title: 'Deprecated Calypso NFT Hub Testnet',
|
|
25557
|
+
status: 'deprecated',
|
|
24251
25558
|
chain: 'staging-utter-unripe-menkar',
|
|
24252
25559
|
icon: 'calypso',
|
|
24253
25560
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'],
|
|
24254
25561
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24255
25562
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24256
25563
|
infoURL: 'https://calypsohub.network/',
|
|
24257
|
-
shortName: 'calypso-testnet',
|
|
25564
|
+
shortName: 'deprected-calypso-testnet',
|
|
24258
25565
|
chainId: 344106930,
|
|
24259
25566
|
networkId: 344106930,
|
|
24260
25567
|
slip44: 1,
|
|
@@ -24288,15 +25595,16 @@ exports.chains = {
|
|
|
24288
25595
|
]
|
|
24289
25596
|
},
|
|
24290
25597
|
476158412: {
|
|
24291
|
-
name: 'SKALE Europa Hub Testnet',
|
|
24292
|
-
title: 'Europa Hub Testnet',
|
|
25598
|
+
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
25599
|
+
title: 'Deprecated Europa Hub Testnet',
|
|
25600
|
+
status: 'deprecated',
|
|
24293
25601
|
chain: 'staging-legal-crazy-castor',
|
|
24294
25602
|
icon: 'europa',
|
|
24295
25603
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor'],
|
|
24296
25604
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24297
25605
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24298
25606
|
infoURL: 'https://europahub.network/',
|
|
24299
|
-
shortName: 'europa-testnet',
|
|
25607
|
+
shortName: 'deprecated-europa-testnet',
|
|
24300
25608
|
chainId: 476158412,
|
|
24301
25609
|
networkId: 476158412,
|
|
24302
25610
|
slip44: 1,
|
|
@@ -24327,8 +25635,9 @@ exports.chains = {
|
|
|
24327
25635
|
]
|
|
24328
25636
|
},
|
|
24329
25637
|
503129905: {
|
|
24330
|
-
name: 'SKALE Nebula Hub Testnet',
|
|
25638
|
+
name: 'Deprecated SKALE Nebula Hub Testnet',
|
|
24331
25639
|
chain: 'staging-faint-slimy-achird',
|
|
25640
|
+
status: 'deprecated',
|
|
24332
25641
|
icon: 'nebula',
|
|
24333
25642
|
rpc: [
|
|
24334
25643
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
|
@@ -24337,7 +25646,7 @@ exports.chains = {
|
|
|
24337
25646
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24338
25647
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24339
25648
|
infoURL: 'https://nebulachain.io/',
|
|
24340
|
-
shortName: 'nebula-testnet',
|
|
25649
|
+
shortName: 'deprecated-nebula-testnet',
|
|
24341
25650
|
chainId: 503129905,
|
|
24342
25651
|
networkId: 503129905,
|
|
24343
25652
|
slip44: 1,
|
|
@@ -24349,6 +25658,46 @@ exports.chains = {
|
|
|
24349
25658
|
}
|
|
24350
25659
|
]
|
|
24351
25660
|
},
|
|
25661
|
+
888888888: {
|
|
25662
|
+
name: 'Ancient8',
|
|
25663
|
+
chain: 'Ancient8',
|
|
25664
|
+
icon: 'ancient8',
|
|
25665
|
+
rpc: ['https://rpc.ancient8.gg'],
|
|
25666
|
+
faucets: [],
|
|
25667
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25668
|
+
infoURL: 'https://ancient8.gg/',
|
|
25669
|
+
shortName: 'ancient8',
|
|
25670
|
+
chainId: 888888888,
|
|
25671
|
+
networkId: 888888888,
|
|
25672
|
+
explorers: [
|
|
25673
|
+
{
|
|
25674
|
+
name: 'Ancient8 Explorer',
|
|
25675
|
+
url: 'https://scan.ancient8.gg',
|
|
25676
|
+
standard: 'EIP3091'
|
|
25677
|
+
}
|
|
25678
|
+
]
|
|
25679
|
+
},
|
|
25680
|
+
974399131: {
|
|
25681
|
+
name: 'SKALE Calypso Hub Testnet',
|
|
25682
|
+
title: 'SKALE Calypso Hub Testnet',
|
|
25683
|
+
chain: 'giant-half-dual-testnet',
|
|
25684
|
+
icon: 'calypso',
|
|
25685
|
+
rpc: ['https://testnet.skalenodes.com/v1/giant-half-dual-testnet'],
|
|
25686
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25687
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25688
|
+
infoURL: 'https://calypsohub.network/',
|
|
25689
|
+
shortName: 'calypso-testnet',
|
|
25690
|
+
chainId: 974399131,
|
|
25691
|
+
networkId: 974399131,
|
|
25692
|
+
slip44: 1,
|
|
25693
|
+
explorers: [
|
|
25694
|
+
{
|
|
25695
|
+
name: 'Blockscout',
|
|
25696
|
+
url: 'https://giant-half-dual-testnet.explorer.testnet.skalenodes.com',
|
|
25697
|
+
standard: 'EIP3091'
|
|
25698
|
+
}
|
|
25699
|
+
]
|
|
25700
|
+
},
|
|
24352
25701
|
999999999: {
|
|
24353
25702
|
name: 'Zora Sepolia Testnet',
|
|
24354
25703
|
chain: 'ETH',
|
|
@@ -24369,6 +25718,30 @@ exports.chains = {
|
|
|
24369
25718
|
}
|
|
24370
25719
|
]
|
|
24371
25720
|
},
|
|
25721
|
+
1020352220: {
|
|
25722
|
+
name: 'SKALE Titan Hub Testnet',
|
|
25723
|
+
title: 'SKALE Titan Hub Testnet',
|
|
25724
|
+
chain: 'aware-fake-trim-testnet',
|
|
25725
|
+
icon: 'titan',
|
|
25726
|
+
rpc: [
|
|
25727
|
+
'https://testnet.skalenodes.com/v1/aware-fake-trim-testnet',
|
|
25728
|
+
'wss://testnet.skalenodes.com/v1/ws/aware-fake-trim-testnet'
|
|
25729
|
+
],
|
|
25730
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25731
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25732
|
+
infoURL: '',
|
|
25733
|
+
shortName: 'titan-testnet',
|
|
25734
|
+
chainId: 1020352220,
|
|
25735
|
+
networkId: 1020352220,
|
|
25736
|
+
slip44: 1,
|
|
25737
|
+
explorers: [
|
|
25738
|
+
{
|
|
25739
|
+
name: 'Blockscout',
|
|
25740
|
+
url: 'https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com',
|
|
25741
|
+
standard: 'EIP3091'
|
|
25742
|
+
}
|
|
25743
|
+
]
|
|
25744
|
+
},
|
|
24372
25745
|
1122334455: {
|
|
24373
25746
|
name: 'IPOS Network',
|
|
24374
25747
|
chain: 'IPOS',
|
|
@@ -24473,6 +25846,25 @@ exports.chains = {
|
|
|
24473
25846
|
chainId: 1313161556,
|
|
24474
25847
|
networkId: 1313161556
|
|
24475
25848
|
},
|
|
25849
|
+
1313161560: {
|
|
25850
|
+
name: 'PowerGold',
|
|
25851
|
+
chain: 'NEAR',
|
|
25852
|
+
rpc: ['https://powergold.aurora.dev'],
|
|
25853
|
+
icon: 'powergold',
|
|
25854
|
+
faucets: [],
|
|
25855
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25856
|
+
infoURL: 'https://www.powergold.tech',
|
|
25857
|
+
shortName: 'powergold',
|
|
25858
|
+
chainId: 1313161560,
|
|
25859
|
+
networkId: 1313161560,
|
|
25860
|
+
explorers: [
|
|
25861
|
+
{
|
|
25862
|
+
name: 'PowerGold explorer',
|
|
25863
|
+
url: 'https://explorer.powergold.aurora.dev',
|
|
25864
|
+
standard: 'EIP3091'
|
|
25865
|
+
}
|
|
25866
|
+
]
|
|
25867
|
+
},
|
|
24476
25868
|
1350216234: {
|
|
24477
25869
|
name: 'SKALE Titan Hub',
|
|
24478
25870
|
chain: 'parallel-stormy-spica',
|
|
@@ -24537,6 +25929,27 @@ exports.chains = {
|
|
|
24537
25929
|
}
|
|
24538
25930
|
]
|
|
24539
25931
|
},
|
|
25932
|
+
1444673419: {
|
|
25933
|
+
name: 'SKALE Europa Hub Testnet',
|
|
25934
|
+
title: 'SKALE Europa Hub Testnet',
|
|
25935
|
+
chain: 'juicy-low-small-testnet',
|
|
25936
|
+
icon: 'europa',
|
|
25937
|
+
rpc: ['https://testnet.skalenodes.com/v1/juicy-low-small-testnet'],
|
|
25938
|
+
faucets: ['https://www.sfuelstation.com/'],
|
|
25939
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
25940
|
+
infoURL: 'https://europahub.network/',
|
|
25941
|
+
shortName: 'europa-testnet',
|
|
25942
|
+
chainId: 1444673419,
|
|
25943
|
+
networkId: 1444673419,
|
|
25944
|
+
slip44: 1,
|
|
25945
|
+
explorers: [
|
|
25946
|
+
{
|
|
25947
|
+
name: 'Blockscout',
|
|
25948
|
+
url: 'https://juicy-low-small-testnet.explorer.testnet.skalenodes.com',
|
|
25949
|
+
standard: 'EIP3091'
|
|
25950
|
+
}
|
|
25951
|
+
]
|
|
25952
|
+
},
|
|
24540
25953
|
1482601649: {
|
|
24541
25954
|
name: 'SKALE Nebula Hub',
|
|
24542
25955
|
chain: 'green-giddy-denebola',
|
|
@@ -24560,8 +25973,9 @@ exports.chains = {
|
|
|
24560
25973
|
]
|
|
24561
25974
|
},
|
|
24562
25975
|
1517929550: {
|
|
24563
|
-
name: 'SKALE Titan Hub Testnet',
|
|
25976
|
+
name: 'Deprecated SKALE Titan Hub Testnet',
|
|
24564
25977
|
chain: 'staging-aware-chief-gianfar',
|
|
25978
|
+
status: 'deprecated',
|
|
24565
25979
|
icon: 'titan',
|
|
24566
25980
|
rpc: [
|
|
24567
25981
|
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
|
@@ -24570,7 +25984,7 @@ exports.chains = {
|
|
|
24570
25984
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
24571
25985
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
24572
25986
|
infoURL: '',
|
|
24573
|
-
shortName: 'titan-testnet',
|
|
25987
|
+
shortName: 'deprecated-titan-testnet',
|
|
24574
25988
|
chainId: 1517929550,
|
|
24575
25989
|
networkId: 1517929550,
|
|
24576
25990
|
slip44: 1,
|
|
@@ -24896,6 +26310,36 @@ exports.chains = {
|
|
|
24896
26310
|
}
|
|
24897
26311
|
]
|
|
24898
26312
|
},
|
|
26313
|
+
28872323069: {
|
|
26314
|
+
name: 'GitSwarm Test Network',
|
|
26315
|
+
title: 'GitSwarm Test Network',
|
|
26316
|
+
chain: 'ETH',
|
|
26317
|
+
icon: 'gitswarm',
|
|
26318
|
+
rpc: ['https://gitswarm.com:2096'],
|
|
26319
|
+
faucets: [],
|
|
26320
|
+
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
|
26321
|
+
infoURL: 'https://gitswarm.com/',
|
|
26322
|
+
shortName: 'GS-ETH',
|
|
26323
|
+
chainId: 28872323069,
|
|
26324
|
+
networkId: 28872323069,
|
|
26325
|
+
slip44: 1,
|
|
26326
|
+
explorers: [],
|
|
26327
|
+
status: 'incubating'
|
|
26328
|
+
},
|
|
26329
|
+
107107114116: {
|
|
26330
|
+
name: 'Kakarot Sepolia',
|
|
26331
|
+
chain: 'ETH',
|
|
26332
|
+
icon: 'kakarot',
|
|
26333
|
+
rpc: [],
|
|
26334
|
+
faucets: [],
|
|
26335
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26336
|
+
infoURL: 'https://kakarot.org',
|
|
26337
|
+
shortName: 'kkrt-sepolia',
|
|
26338
|
+
chainId: 107107114116,
|
|
26339
|
+
networkId: 107107114116,
|
|
26340
|
+
explorers: [],
|
|
26341
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
26342
|
+
},
|
|
24899
26343
|
111222333444: {
|
|
24900
26344
|
name: 'Alphabet Mainnet',
|
|
24901
26345
|
chain: 'Alphabet Network',
|