@revoke.cash/chains 34.0.0 → 36.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 +756 -93
- package/dist/src/enums.d.ts +58 -8
- package/dist/src/enums.js +58 -8
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -21,7 +21,9 @@ exports.chains = {
|
|
|
21
21
|
'https://rpc.mevblocker.io',
|
|
22
22
|
'https://rpc.mevblocker.io/fast',
|
|
23
23
|
'https://rpc.mevblocker.io/noreverts',
|
|
24
|
-
'https://rpc.mevblocker.io/fullprivacy'
|
|
24
|
+
'https://rpc.mevblocker.io/fullprivacy',
|
|
25
|
+
'https://eth.drpc.org',
|
|
26
|
+
'wss://eth.drpc.org'
|
|
25
27
|
],
|
|
26
28
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
27
29
|
faucets: [],
|
|
@@ -238,7 +240,9 @@ exports.chains = {
|
|
|
238
240
|
'https://optimism-rpc.publicnode.com',
|
|
239
241
|
'wss://optimism-rpc.publicnode.com',
|
|
240
242
|
'https://optimism.gateway.tenderly.co',
|
|
241
|
-
'wss://optimism.gateway.tenderly.co'
|
|
243
|
+
'wss://optimism.gateway.tenderly.co',
|
|
244
|
+
'https://optimism.drpc.org',
|
|
245
|
+
'wss://optimism.drpc.org'
|
|
242
246
|
],
|
|
243
247
|
faucets: [],
|
|
244
248
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -398,7 +402,11 @@ exports.chains = {
|
|
|
398
402
|
18: {
|
|
399
403
|
name: 'ThunderCore Testnet',
|
|
400
404
|
chain: 'TST',
|
|
401
|
-
rpc: [
|
|
405
|
+
rpc: [
|
|
406
|
+
'https://testnet-rpc.thundercore.com',
|
|
407
|
+
'https://thundercore-testnet.drpc.org',
|
|
408
|
+
'wss://thundercore-testnet.drpc.org'
|
|
409
|
+
],
|
|
402
410
|
faucets: ['https://faucet-testnet.thundercore.com'],
|
|
403
411
|
nativeCurrency: {
|
|
404
412
|
name: 'ThunderCore Testnet Token',
|
|
@@ -526,7 +534,9 @@ exports.chains = {
|
|
|
526
534
|
rpc: [
|
|
527
535
|
'https://evm.cronos.org',
|
|
528
536
|
'https://cronos-evm-rpc.publicnode.com',
|
|
529
|
-
'wss://cronos-evm-rpc.publicnode.com'
|
|
537
|
+
'wss://cronos-evm-rpc.publicnode.com',
|
|
538
|
+
'https://cronos.drpc.org',
|
|
539
|
+
'wss://cronos.drpc.org'
|
|
530
540
|
],
|
|
531
541
|
features: [{ name: 'EIP1559' }],
|
|
532
542
|
faucets: [],
|
|
@@ -807,7 +817,11 @@ exports.chains = {
|
|
|
807
817
|
40: {
|
|
808
818
|
name: 'Telos EVM Mainnet',
|
|
809
819
|
chain: 'TLOS',
|
|
810
|
-
rpc: [
|
|
820
|
+
rpc: [
|
|
821
|
+
'https://mainnet.telos.net/evm',
|
|
822
|
+
'https://telos.drpc.org',
|
|
823
|
+
'wss://telos.drpc.org'
|
|
824
|
+
],
|
|
811
825
|
faucets: [],
|
|
812
826
|
nativeCurrency: { name: 'Telos', symbol: 'TLOS', decimals: 18 },
|
|
813
827
|
infoURL: 'https://telos.net',
|
|
@@ -825,7 +839,11 @@ exports.chains = {
|
|
|
825
839
|
41: {
|
|
826
840
|
name: 'Telos EVM Testnet',
|
|
827
841
|
chain: 'TLOS',
|
|
828
|
-
rpc: [
|
|
842
|
+
rpc: [
|
|
843
|
+
'https://testnet.telos.net/evm',
|
|
844
|
+
'https://telos-testnet.drpc.org',
|
|
845
|
+
'wss://telos-testnet.drpc.org'
|
|
846
|
+
],
|
|
829
847
|
faucets: ['https://app.telos.net/testnet/developers'],
|
|
830
848
|
nativeCurrency: { name: 'Telos', symbol: 'TLOS', decimals: 18 },
|
|
831
849
|
infoURL: 'https://telos.net',
|
|
@@ -1874,25 +1892,25 @@ exports.chains = {
|
|
|
1874
1892
|
]
|
|
1875
1893
|
},
|
|
1876
1894
|
88: {
|
|
1877
|
-
name: '
|
|
1878
|
-
chain: '
|
|
1879
|
-
rpc: ['https://rpc.
|
|
1895
|
+
name: 'Viction',
|
|
1896
|
+
chain: 'Viction',
|
|
1897
|
+
rpc: ['https://rpc.viction.xyz'],
|
|
1880
1898
|
faucets: [],
|
|
1881
|
-
nativeCurrency: { name: '
|
|
1882
|
-
infoURL: 'https://
|
|
1883
|
-
shortName: '
|
|
1899
|
+
nativeCurrency: { name: 'Viction', symbol: 'VIC', decimals: 18 },
|
|
1900
|
+
infoURL: 'https://viction.xyz',
|
|
1901
|
+
shortName: 'vic',
|
|
1884
1902
|
chainId: 88,
|
|
1885
1903
|
networkId: 88,
|
|
1886
1904
|
slip44: 889
|
|
1887
1905
|
},
|
|
1888
1906
|
89: {
|
|
1889
|
-
name: '
|
|
1890
|
-
chain: '
|
|
1891
|
-
rpc: ['https://rpc
|
|
1907
|
+
name: 'Viction Testnet',
|
|
1908
|
+
chain: 'Viction',
|
|
1909
|
+
rpc: ['https://rpc-testnet.viction.xyz'],
|
|
1892
1910
|
faucets: [],
|
|
1893
|
-
nativeCurrency: { name: '
|
|
1894
|
-
infoURL: 'https://
|
|
1895
|
-
shortName: '
|
|
1911
|
+
nativeCurrency: { name: 'Viction', symbol: 'VIC', decimals: 18 },
|
|
1912
|
+
infoURL: 'https://viction.xyz',
|
|
1913
|
+
shortName: 'vict',
|
|
1896
1914
|
chainId: 89,
|
|
1897
1915
|
networkId: 89,
|
|
1898
1916
|
slip44: 1
|
|
@@ -2585,7 +2603,11 @@ exports.chains = {
|
|
|
2585
2603
|
122: {
|
|
2586
2604
|
name: 'Fuse Mainnet',
|
|
2587
2605
|
chain: 'FUSE',
|
|
2588
|
-
rpc: [
|
|
2606
|
+
rpc: [
|
|
2607
|
+
'https://rpc.fuse.io',
|
|
2608
|
+
'https://fuse.drpc.org',
|
|
2609
|
+
'wss://fuse.drpc.org'
|
|
2610
|
+
],
|
|
2589
2611
|
faucets: [],
|
|
2590
2612
|
nativeCurrency: { name: 'Fuse', symbol: 'FUSE', decimals: 18 },
|
|
2591
2613
|
infoURL: 'https://fuse.io/',
|
|
@@ -2836,7 +2858,9 @@ exports.chains = {
|
|
|
2836
2858
|
'https://polygon-bor-rpc.publicnode.com',
|
|
2837
2859
|
'wss://polygon-bor-rpc.publicnode.com',
|
|
2838
2860
|
'https://polygon.gateway.tenderly.co',
|
|
2839
|
-
'wss://polygon.gateway.tenderly.co'
|
|
2861
|
+
'wss://polygon.gateway.tenderly.co',
|
|
2862
|
+
'https://polygon.drpc.org',
|
|
2863
|
+
'wss://polygon.drpc.org'
|
|
2840
2864
|
],
|
|
2841
2865
|
faucets: [],
|
|
2842
2866
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
|
@@ -2955,6 +2979,33 @@ exports.chains = {
|
|
|
2955
2979
|
}
|
|
2956
2980
|
]
|
|
2957
2981
|
},
|
|
2982
|
+
145: {
|
|
2983
|
+
name: 'SoraAI Testnet',
|
|
2984
|
+
chain: 'SETH',
|
|
2985
|
+
icon: 'ethereum',
|
|
2986
|
+
rpc: ['https://rpc-testnet.soraai.bot'],
|
|
2987
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
2988
|
+
faucets: [],
|
|
2989
|
+
nativeCurrency: { name: 'SoraETH', symbol: 'SETH', decimals: 18 },
|
|
2990
|
+
infoURL: 'https://soraai.bot',
|
|
2991
|
+
shortName: 'SETH',
|
|
2992
|
+
chainId: 145,
|
|
2993
|
+
networkId: 145,
|
|
2994
|
+
slip44: 1,
|
|
2995
|
+
explorers: [
|
|
2996
|
+
{
|
|
2997
|
+
name: 'blockscout',
|
|
2998
|
+
url: 'https://explorer.soraai.bot',
|
|
2999
|
+
icon: 'blockscout',
|
|
3000
|
+
standard: 'EIP3091'
|
|
3001
|
+
}
|
|
3002
|
+
],
|
|
3003
|
+
parent: {
|
|
3004
|
+
type: 'L2',
|
|
3005
|
+
chain: 'eip155-1',
|
|
3006
|
+
bridges: [{ url: 'https://bridge.soraai.bot' }]
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
2958
3009
|
148: {
|
|
2959
3010
|
name: 'ShimmerEVM',
|
|
2960
3011
|
title: 'ShimmerEVM',
|
|
@@ -3251,7 +3302,11 @@ exports.chains = {
|
|
|
3251
3302
|
169: {
|
|
3252
3303
|
name: 'Manta Pacific Mainnet',
|
|
3253
3304
|
chain: 'Manta Pacific',
|
|
3254
|
-
rpc: [
|
|
3305
|
+
rpc: [
|
|
3306
|
+
'https://pacific-rpc.manta.network/http',
|
|
3307
|
+
'https://manta-pacific.drpc.org',
|
|
3308
|
+
'wss://manta-pacific.drpc.org'
|
|
3309
|
+
],
|
|
3255
3310
|
faucets: [],
|
|
3256
3311
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3257
3312
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -3483,7 +3538,11 @@ exports.chains = {
|
|
|
3483
3538
|
199: {
|
|
3484
3539
|
name: 'BitTorrent Chain Mainnet',
|
|
3485
3540
|
chain: 'BTTC',
|
|
3486
|
-
rpc: [
|
|
3541
|
+
rpc: [
|
|
3542
|
+
'https://rpc.bt.io',
|
|
3543
|
+
'https://bittorrent.drpc.org',
|
|
3544
|
+
'wss://bittorrent.drpc.org'
|
|
3545
|
+
],
|
|
3487
3546
|
faucets: [],
|
|
3488
3547
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
|
3489
3548
|
infoURL: 'https://bt.io',
|
|
@@ -3547,7 +3606,9 @@ exports.chains = {
|
|
|
3547
3606
|
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3548
3607
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3549
3608
|
'https://opbnb-rpc.publicnode.com',
|
|
3550
|
-
'wss://opbnb-rpc.publicnode.com'
|
|
3609
|
+
'wss://opbnb-rpc.publicnode.com',
|
|
3610
|
+
'https://opbnb.drpc.org',
|
|
3611
|
+
'wss://opbnb.drpc.org'
|
|
3551
3612
|
],
|
|
3552
3613
|
faucets: [],
|
|
3553
3614
|
nativeCurrency: {
|
|
@@ -3969,7 +4030,9 @@ exports.chains = {
|
|
|
3969
4030
|
rpc: [
|
|
3970
4031
|
'https://rpc.ftm.tools',
|
|
3971
4032
|
'https://fantom-rpc.publicnode.com',
|
|
3972
|
-
'wss://fantom-rpc.publicnode.com'
|
|
4033
|
+
'wss://fantom-rpc.publicnode.com',
|
|
4034
|
+
'https://fantom.drpc.org',
|
|
4035
|
+
'wss://fantom.drpc.org'
|
|
3973
4036
|
],
|
|
3974
4037
|
faucets: [],
|
|
3975
4038
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -4003,6 +4066,7 @@ exports.chains = {
|
|
|
4003
4066
|
shortName: 'fraxtal',
|
|
4004
4067
|
chainId: 252,
|
|
4005
4068
|
networkId: 252,
|
|
4069
|
+
icon: 'fraxtal',
|
|
4006
4070
|
explorers: [
|
|
4007
4071
|
{
|
|
4008
4072
|
name: 'fraxscan',
|
|
@@ -4220,7 +4284,9 @@ exports.chains = {
|
|
|
4220
4284
|
'https://boba-ethereum.gateway.tenderly.co',
|
|
4221
4285
|
'https://gateway.tenderly.co/public/boba-ethereum',
|
|
4222
4286
|
'wss://boba-ethereum.gateway.tenderly.co/',
|
|
4223
|
-
'wss://gateway.tenderly.co/public/boba-ethereum'
|
|
4287
|
+
'wss://gateway.tenderly.co/public/boba-ethereum',
|
|
4288
|
+
'https://boba-eth.drpc.org',
|
|
4289
|
+
'wss://boba-eth.drpc.org'
|
|
4224
4290
|
],
|
|
4225
4291
|
faucets: [],
|
|
4226
4292
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -4386,7 +4452,11 @@ exports.chains = {
|
|
|
4386
4452
|
300: {
|
|
4387
4453
|
name: 'zkSync Sepolia Testnet',
|
|
4388
4454
|
chain: 'ETH',
|
|
4389
|
-
rpc: [
|
|
4455
|
+
rpc: [
|
|
4456
|
+
'https://sepolia.era.zksync.dev',
|
|
4457
|
+
'https://zksync-sepolia.drpc.org',
|
|
4458
|
+
'wss://zksync-sepolia.drpc.org'
|
|
4459
|
+
],
|
|
4390
4460
|
faucets: [],
|
|
4391
4461
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4392
4462
|
infoURL: 'https://zksync.io/',
|
|
@@ -4565,7 +4635,9 @@ exports.chains = {
|
|
|
4565
4635
|
'https://api.node.glif.io/',
|
|
4566
4636
|
'https://rpc.ankr.com/filecoin',
|
|
4567
4637
|
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
|
|
4568
|
-
'https://filfox.info/rpc/v1'
|
|
4638
|
+
'https://filfox.info/rpc/v1',
|
|
4639
|
+
'https://filecoin.drpc.org',
|
|
4640
|
+
'wss://filecoin.drpc.org'
|
|
4569
4641
|
],
|
|
4570
4642
|
faucets: [],
|
|
4571
4643
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
|
@@ -4663,7 +4735,11 @@ exports.chains = {
|
|
|
4663
4735
|
324: {
|
|
4664
4736
|
name: 'zkSync Mainnet',
|
|
4665
4737
|
chain: 'ETH',
|
|
4666
|
-
rpc: [
|
|
4738
|
+
rpc: [
|
|
4739
|
+
'https://mainnet.era.zksync.io',
|
|
4740
|
+
'https://zksync.drpc.org',
|
|
4741
|
+
'wss://zksync.drpc.org'
|
|
4742
|
+
],
|
|
4667
4743
|
faucets: [],
|
|
4668
4744
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4669
4745
|
infoURL: 'https://zksync.io/',
|
|
@@ -4760,7 +4836,11 @@ exports.chains = {
|
|
|
4760
4836
|
338: {
|
|
4761
4837
|
name: 'Cronos Testnet',
|
|
4762
4838
|
chain: 'CRO',
|
|
4763
|
-
rpc: [
|
|
4839
|
+
rpc: [
|
|
4840
|
+
'https://evm-t3.cronos.org',
|
|
4841
|
+
'https://cronos-testnet.drpc.org',
|
|
4842
|
+
'wss://cronos-testnet.drpc.org'
|
|
4843
|
+
],
|
|
4764
4844
|
faucets: ['https://cronos.org/faucet'],
|
|
4765
4845
|
nativeCurrency: { name: 'Cronos Test Coin', symbol: 'TCRO', decimals: 18 },
|
|
4766
4846
|
infoURL: 'https://cronos.org',
|
|
@@ -5105,7 +5185,9 @@ exports.chains = {
|
|
|
5105
5185
|
'https://optimism-goerli-rpc.publicnode.com',
|
|
5106
5186
|
'wss://optimism-goerli-rpc.publicnode.com',
|
|
5107
5187
|
'https://optimism-goerli.gateway.tenderly.co',
|
|
5108
|
-
'wss://optimism-goerli.gateway.tenderly.co'
|
|
5188
|
+
'wss://optimism-goerli.gateway.tenderly.co',
|
|
5189
|
+
'https://optimism-testnet.drpc.org',
|
|
5190
|
+
'wss://optimism-testnet.drpc.org'
|
|
5109
5191
|
],
|
|
5110
5192
|
faucets: [],
|
|
5111
5193
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -6590,15 +6672,13 @@ exports.chains = {
|
|
|
6590
6672
|
]
|
|
6591
6673
|
},
|
|
6592
6674
|
813: {
|
|
6593
|
-
name: 'Qitmeer',
|
|
6675
|
+
name: 'Qitmeer Network Mainnet',
|
|
6594
6676
|
chain: 'MEER',
|
|
6595
6677
|
rpc: [
|
|
6596
6678
|
'https://evm-dataseed1.meerscan.io',
|
|
6597
6679
|
'https://evm-dataseed2.meerscan.io',
|
|
6598
6680
|
'https://evm-dataseed3.meerscan.io',
|
|
6599
6681
|
'https://evm-dataseed.meerscan.com',
|
|
6600
|
-
'https://evm-dataseed1.meerscan.com',
|
|
6601
|
-
'https://evm-dataseed2.meerscan.com',
|
|
6602
6682
|
'https://qng.rpc.qitmeer.io',
|
|
6603
6683
|
'https://mainnet.meerlabs.com',
|
|
6604
6684
|
'https://rpc.dimai.ai',
|
|
@@ -6613,11 +6693,17 @@ exports.chains = {
|
|
|
6613
6693
|
slip44: 813,
|
|
6614
6694
|
icon: 'meer',
|
|
6615
6695
|
explorers: [
|
|
6696
|
+
{
|
|
6697
|
+
name: 'meerscan',
|
|
6698
|
+
icon: 'meer',
|
|
6699
|
+
url: 'https://qng.qitmeer.io',
|
|
6700
|
+
standard: 'EIP3091'
|
|
6701
|
+
},
|
|
6616
6702
|
{
|
|
6617
6703
|
name: 'meerscan',
|
|
6618
6704
|
icon: 'meer',
|
|
6619
6705
|
url: 'https://qng.meerscan.io',
|
|
6620
|
-
standard: '
|
|
6706
|
+
standard: 'EIP3091'
|
|
6621
6707
|
}
|
|
6622
6708
|
]
|
|
6623
6709
|
},
|
|
@@ -6886,6 +6972,26 @@ exports.chains = {
|
|
|
6886
6972
|
networkId: 888,
|
|
6887
6973
|
slip44: 5718350
|
|
6888
6974
|
},
|
|
6975
|
+
898: {
|
|
6976
|
+
name: 'MAXI Chain Testnet',
|
|
6977
|
+
chain: 'MAXI',
|
|
6978
|
+
rpc: ['https://rpc-testnet.maxi.network'],
|
|
6979
|
+
faucets: ['https://faucet.maxi.network'],
|
|
6980
|
+
nativeCurrency: { name: 'MAXICOIN', symbol: 'MAXI', decimals: 18 },
|
|
6981
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6982
|
+
infoURL: 'https://maxi.network',
|
|
6983
|
+
shortName: 'maxi-testnet',
|
|
6984
|
+
chainId: 898,
|
|
6985
|
+
networkId: 898,
|
|
6986
|
+
icon: 'maxi',
|
|
6987
|
+
explorers: [
|
|
6988
|
+
{
|
|
6989
|
+
name: 'Maxi Chain Testnet Explorer',
|
|
6990
|
+
url: 'https://testnet.maxi.network',
|
|
6991
|
+
standard: 'EIP3091'
|
|
6992
|
+
}
|
|
6993
|
+
]
|
|
6994
|
+
},
|
|
6889
6995
|
900: {
|
|
6890
6996
|
name: 'Garizon Testnet Stage0',
|
|
6891
6997
|
chain: 'GAR',
|
|
@@ -7429,7 +7535,11 @@ exports.chains = {
|
|
|
7429
7535
|
1001: {
|
|
7430
7536
|
name: 'Klaytn Testnet Baobab',
|
|
7431
7537
|
chain: 'KLAY',
|
|
7432
|
-
rpc: [
|
|
7538
|
+
rpc: [
|
|
7539
|
+
'https://api.baobab.klaytn.net:8651',
|
|
7540
|
+
'https://klaytn-baobab.drpc.org',
|
|
7541
|
+
'wss://klaytn-baobab.drpc.org'
|
|
7542
|
+
],
|
|
7433
7543
|
faucets: ['https://baobab.wallet.klaytn.com/access?next=faucet'],
|
|
7434
7544
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
7435
7545
|
infoURL: 'https://www.klaytn.com/',
|
|
@@ -7790,7 +7900,11 @@ exports.chains = {
|
|
|
7790
7900
|
1088: {
|
|
7791
7901
|
name: 'Metis Andromeda Mainnet',
|
|
7792
7902
|
chain: 'ETH',
|
|
7793
|
-
rpc: [
|
|
7903
|
+
rpc: [
|
|
7904
|
+
'https://andromeda.metis.io/?owner=1088',
|
|
7905
|
+
'https://metis.drpc.org',
|
|
7906
|
+
'wss://metis.drpc.org'
|
|
7907
|
+
],
|
|
7794
7908
|
faucets: [],
|
|
7795
7909
|
nativeCurrency: { name: 'Metis', symbol: 'METIS', decimals: 18 },
|
|
7796
7910
|
infoURL: 'https://www.metis.io',
|
|
@@ -7881,7 +7995,11 @@ exports.chains = {
|
|
|
7881
7995
|
name: 'Polygon zkEVM',
|
|
7882
7996
|
title: 'Polygon zkEVM',
|
|
7883
7997
|
chain: 'Polygon',
|
|
7884
|
-
rpc: [
|
|
7998
|
+
rpc: [
|
|
7999
|
+
'https://zkevm-rpc.com',
|
|
8000
|
+
'https://polygon-zkevm.drpc.org',
|
|
8001
|
+
'wss://polygon-zkevm.drpc.org'
|
|
8002
|
+
],
|
|
7885
8003
|
faucets: [],
|
|
7886
8004
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
7887
8005
|
infoURL: 'https://polygon.technology/polygon-zkevm',
|
|
@@ -8010,7 +8128,12 @@ exports.chains = {
|
|
|
8010
8128
|
name: 'Core Blockchain Mainnet',
|
|
8011
8129
|
chain: 'Core',
|
|
8012
8130
|
icon: 'core',
|
|
8013
|
-
rpc: [
|
|
8131
|
+
rpc: [
|
|
8132
|
+
'https://rpc.coredao.org/',
|
|
8133
|
+
'https://rpc-core.icecreamswap.com',
|
|
8134
|
+
'https://core.drpc.org',
|
|
8135
|
+
'wss://core.drpc.org'
|
|
8136
|
+
],
|
|
8014
8137
|
faucets: [],
|
|
8015
8138
|
nativeCurrency: {
|
|
8016
8139
|
name: 'Core Blockchain Native Token',
|
|
@@ -8531,7 +8654,9 @@ exports.chains = {
|
|
|
8531
8654
|
'https://rpc.api.moonbeam.network',
|
|
8532
8655
|
'wss://wss.api.moonbeam.network',
|
|
8533
8656
|
'https://moonbeam-rpc.publicnode.com',
|
|
8534
|
-
'wss://moonbeam-rpc.publicnode.com'
|
|
8657
|
+
'wss://moonbeam-rpc.publicnode.com',
|
|
8658
|
+
'https://moonbeam.drpc.org',
|
|
8659
|
+
'wss://moonbeam.drpc.org'
|
|
8535
8660
|
],
|
|
8536
8661
|
faucets: [],
|
|
8537
8662
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
|
@@ -8554,7 +8679,9 @@ exports.chains = {
|
|
|
8554
8679
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
8555
8680
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
8556
8681
|
'https://moonriver-rpc.publicnode.com',
|
|
8557
|
-
'wss://moonriver-rpc.publicnode.com'
|
|
8682
|
+
'wss://moonriver-rpc.publicnode.com',
|
|
8683
|
+
'https://moonriver.drpc.org',
|
|
8684
|
+
'wss://moonriver.drpc.org'
|
|
8558
8685
|
],
|
|
8559
8686
|
faucets: [],
|
|
8560
8687
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
|
@@ -8587,7 +8714,9 @@ exports.chains = {
|
|
|
8587
8714
|
chain: 'MOON',
|
|
8588
8715
|
rpc: [
|
|
8589
8716
|
'https://rpc.api.moonbase.moonbeam.network',
|
|
8590
|
-
'wss://wss.api.moonbase.moonbeam.network'
|
|
8717
|
+
'wss://wss.api.moonbase.moonbeam.network',
|
|
8718
|
+
'https://moonbase-alpha.drpc.org',
|
|
8719
|
+
'wss://moonbase-alpha.drpc.org'
|
|
8591
8720
|
],
|
|
8592
8721
|
faucets: [],
|
|
8593
8722
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
|
@@ -9029,7 +9158,11 @@ exports.chains = {
|
|
|
9029
9158
|
name: 'Polygon zkEVM Testnet',
|
|
9030
9159
|
title: 'Polygon zkEVM Testnet',
|
|
9031
9160
|
chain: 'Polygon',
|
|
9032
|
-
rpc: [
|
|
9161
|
+
rpc: [
|
|
9162
|
+
'https://rpc.public.zkevm-test.net',
|
|
9163
|
+
'https://polygon-zkevm-testnet.drpc.org',
|
|
9164
|
+
'wss://polygon-zkevm-testnet.drpc.org'
|
|
9165
|
+
],
|
|
9033
9166
|
faucets: [],
|
|
9034
9167
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
9035
9168
|
infoURL: 'https://polygon.technology/solutions/polygon-zkevm/',
|
|
@@ -9423,6 +9556,25 @@ exports.chains = {
|
|
|
9423
9556
|
}
|
|
9424
9557
|
]
|
|
9425
9558
|
},
|
|
9559
|
+
1717: {
|
|
9560
|
+
name: 'Doric Network',
|
|
9561
|
+
chain: 'DRC',
|
|
9562
|
+
icon: 'doric',
|
|
9563
|
+
rpc: ['https://mainnet.doric.network'],
|
|
9564
|
+
faucets: [],
|
|
9565
|
+
nativeCurrency: { name: 'Doric Native Token', symbol: 'DRC', decimals: 18 },
|
|
9566
|
+
infoURL: 'https://doric.network',
|
|
9567
|
+
shortName: 'DRC',
|
|
9568
|
+
chainId: 1717,
|
|
9569
|
+
networkId: 1717,
|
|
9570
|
+
explorers: [
|
|
9571
|
+
{
|
|
9572
|
+
name: 'Doric Explorer',
|
|
9573
|
+
url: 'https://explorer.doric.network',
|
|
9574
|
+
standard: 'EIP3091'
|
|
9575
|
+
}
|
|
9576
|
+
]
|
|
9577
|
+
},
|
|
9426
9578
|
1718: {
|
|
9427
9579
|
name: 'Palette Chain Mainnet',
|
|
9428
9580
|
chain: 'PLT',
|
|
@@ -9444,6 +9596,24 @@ exports.chains = {
|
|
|
9444
9596
|
}
|
|
9445
9597
|
]
|
|
9446
9598
|
},
|
|
9599
|
+
1729: {
|
|
9600
|
+
name: 'Reya Network',
|
|
9601
|
+
chain: 'Reya',
|
|
9602
|
+
rpc: ['https://rpc.reya.network', 'wss://ws.reya.network'],
|
|
9603
|
+
faucets: [],
|
|
9604
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
9605
|
+
infoURL: 'https://reya.network',
|
|
9606
|
+
shortName: 'reya',
|
|
9607
|
+
chainId: 1729,
|
|
9608
|
+
networkId: 1729,
|
|
9609
|
+
explorers: [
|
|
9610
|
+
{
|
|
9611
|
+
name: 'Reya Network Explorer',
|
|
9612
|
+
url: 'https://explorer.reya.network',
|
|
9613
|
+
standard: 'EIP3091'
|
|
9614
|
+
}
|
|
9615
|
+
]
|
|
9616
|
+
},
|
|
9447
9617
|
1773: {
|
|
9448
9618
|
name: 'PartyChain',
|
|
9449
9619
|
chain: 'mainnet',
|
|
@@ -10156,6 +10326,27 @@ exports.chains = {
|
|
|
10156
10326
|
networkId: 1987,
|
|
10157
10327
|
slip44: 1987
|
|
10158
10328
|
},
|
|
10329
|
+
1992: {
|
|
10330
|
+
name: 'Hubble Exchange',
|
|
10331
|
+
chain: 'Hubblenet',
|
|
10332
|
+
icon: 'hubblenet',
|
|
10333
|
+
rpc: ['https://rpc.hubble.exchange', 'wss://ws-rpc.hubble.exchange'],
|
|
10334
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10335
|
+
faucets: [],
|
|
10336
|
+
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
|
|
10337
|
+
infoURL: 'https://www.hubble.exchange',
|
|
10338
|
+
shortName: 'hubblenet',
|
|
10339
|
+
chainId: 1992,
|
|
10340
|
+
networkId: 1992,
|
|
10341
|
+
slip44: 60,
|
|
10342
|
+
explorers: [
|
|
10343
|
+
{
|
|
10344
|
+
name: 'routescan',
|
|
10345
|
+
url: 'https://explorer.hubble.exchange',
|
|
10346
|
+
standard: 'EIP3091'
|
|
10347
|
+
}
|
|
10348
|
+
]
|
|
10349
|
+
},
|
|
10159
10350
|
1994: {
|
|
10160
10351
|
name: 'Ekta',
|
|
10161
10352
|
chain: 'EKTA',
|
|
@@ -11068,7 +11259,9 @@ exports.chains = {
|
|
|
11068
11259
|
rpc: [
|
|
11069
11260
|
'https://evm.testnet.kava.io',
|
|
11070
11261
|
'https://kava-evm-testnet.rpc.thirdweb.com',
|
|
11071
|
-
'wss://wevm.testnet.kava.io'
|
|
11262
|
+
'wss://wevm.testnet.kava.io',
|
|
11263
|
+
'https://kava-testnet.drpc.org',
|
|
11264
|
+
'wss://kava-testnet.drpc.org'
|
|
11072
11265
|
],
|
|
11073
11266
|
faucets: ['https://faucet.kava.io'],
|
|
11074
11267
|
nativeCurrency: { name: 'TKava', symbol: 'TKAVA', decimals: 18 },
|
|
@@ -11098,7 +11291,9 @@ exports.chains = {
|
|
|
11098
11291
|
'wss://kava-evm-rpc.publicnode.com',
|
|
11099
11292
|
'https://evm.kava-rpc.com',
|
|
11100
11293
|
'https://rpc.ankr.com/kava_evm',
|
|
11101
|
-
'wss://wevm.kava-rpc.com'
|
|
11294
|
+
'wss://wevm.kava-rpc.com',
|
|
11295
|
+
'https://kava.drpc.org',
|
|
11296
|
+
'wss://kava.drpc.org'
|
|
11102
11297
|
],
|
|
11103
11298
|
faucets: [],
|
|
11104
11299
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
|
@@ -11276,6 +11471,27 @@ exports.chains = {
|
|
|
11276
11471
|
}
|
|
11277
11472
|
]
|
|
11278
11473
|
},
|
|
11474
|
+
2340: {
|
|
11475
|
+
name: 'Atleta Testnet',
|
|
11476
|
+
chain: 'Atleta',
|
|
11477
|
+
rpc: ['https://atleta-testnet-rpc.quark.blue:9944'],
|
|
11478
|
+
faucets: ['https://faucet.atleta.network'],
|
|
11479
|
+
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
|
11480
|
+
infoURL: 'https://atleta.network',
|
|
11481
|
+
shortName: 'atla',
|
|
11482
|
+
chainId: 2340,
|
|
11483
|
+
networkId: 2340,
|
|
11484
|
+
slip44: 1,
|
|
11485
|
+
icon: 'atleta',
|
|
11486
|
+
explorers: [
|
|
11487
|
+
{
|
|
11488
|
+
name: 'Atleta Testnet Explorer',
|
|
11489
|
+
icon: 'atleta',
|
|
11490
|
+
url: 'http://185.234.69.18/?rpc=wss%3A%2F%2Fatleta-testnet-rpc.quark.blue%3A9944#/explorer',
|
|
11491
|
+
standard: 'none'
|
|
11492
|
+
}
|
|
11493
|
+
]
|
|
11494
|
+
},
|
|
11279
11495
|
2357: {
|
|
11280
11496
|
name: '(deprecated) Kroma Sepolia',
|
|
11281
11497
|
title: '(deprecated) Kroma Testnet Sepolia',
|
|
@@ -11549,6 +11765,7 @@ exports.chains = {
|
|
|
11549
11765
|
chainId: 2522,
|
|
11550
11766
|
networkId: 2522,
|
|
11551
11767
|
slip44: 1,
|
|
11768
|
+
icon: 'fraxtal',
|
|
11552
11769
|
explorers: [
|
|
11553
11770
|
{
|
|
11554
11771
|
name: 'fraxscan',
|
|
@@ -11816,6 +12033,31 @@ exports.chains = {
|
|
|
11816
12033
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
11817
12034
|
}
|
|
11818
12035
|
},
|
|
12036
|
+
2911: {
|
|
12037
|
+
name: 'HYCHAIN',
|
|
12038
|
+
chainId: 2911,
|
|
12039
|
+
shortName: 'hychain',
|
|
12040
|
+
chain: 'ETH',
|
|
12041
|
+
networkId: 2911,
|
|
12042
|
+
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
|
12043
|
+
rpc: ['https://rpc.hychain.com/http'],
|
|
12044
|
+
faucets: [],
|
|
12045
|
+
infoURL: 'https://www.hychain.com',
|
|
12046
|
+
icon: 'hychain',
|
|
12047
|
+
explorers: [
|
|
12048
|
+
{
|
|
12049
|
+
name: 'blockscout',
|
|
12050
|
+
url: 'https://explorer.hychain.com',
|
|
12051
|
+
icon: 'hychain',
|
|
12052
|
+
standard: 'EIP3091'
|
|
12053
|
+
}
|
|
12054
|
+
],
|
|
12055
|
+
parent: {
|
|
12056
|
+
type: 'L2',
|
|
12057
|
+
chain: 'eip155-1',
|
|
12058
|
+
bridges: [{ url: 'https://bridge.hychain.com' }]
|
|
12059
|
+
}
|
|
12060
|
+
},
|
|
11819
12061
|
2941: {
|
|
11820
12062
|
name: 'Xenon Chain Testnet',
|
|
11821
12063
|
chain: 'XEN',
|
|
@@ -12725,7 +12967,9 @@ exports.chains = {
|
|
|
12725
12967
|
rpc: [
|
|
12726
12968
|
'https://rpc.testnet.fantom.network',
|
|
12727
12969
|
'https://fantom-testnet-rpc.publicnode.com',
|
|
12728
|
-
'wss://fantom-testnet-rpc.publicnode.com'
|
|
12970
|
+
'wss://fantom-testnet-rpc.publicnode.com',
|
|
12971
|
+
'https://fantom-testnet.drpc.org',
|
|
12972
|
+
'wss://fantom-testnet.drpc.org'
|
|
12729
12973
|
],
|
|
12730
12974
|
faucets: ['https://faucet.fantom.network'],
|
|
12731
12975
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -13580,6 +13824,57 @@ exports.chains = {
|
|
|
13580
13824
|
status: 'incubating',
|
|
13581
13825
|
icon: 'syndicate'
|
|
13582
13826
|
},
|
|
13827
|
+
5102: {
|
|
13828
|
+
name: 'SIC Testnet',
|
|
13829
|
+
chain: 'SIC Testnet',
|
|
13830
|
+
rpc: ['https://rpc-sic-testnet-zvr7tlkzsi.t.conduit.xyz'],
|
|
13831
|
+
faucets: [],
|
|
13832
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13833
|
+
infoURL: 'https://www.fwb.help/',
|
|
13834
|
+
shortName: 'sic-testnet',
|
|
13835
|
+
chainId: 5102,
|
|
13836
|
+
networkId: 5102,
|
|
13837
|
+
explorers: [
|
|
13838
|
+
{
|
|
13839
|
+
name: 'blockscout',
|
|
13840
|
+
url: 'https://explorerl2new-sic-testnet-zvr7tlkzsi.t.conduit.xyz',
|
|
13841
|
+
standard: 'EIP3091'
|
|
13842
|
+
}
|
|
13843
|
+
]
|
|
13844
|
+
},
|
|
13845
|
+
5103: {
|
|
13846
|
+
name: 'Coordinape Testnet',
|
|
13847
|
+
chain: 'Coordinape Testnet',
|
|
13848
|
+
rpc: ['https://rpc-coordinape-testnet-vs9se3oc4v.t.conduit.xyz'],
|
|
13849
|
+
faucets: [],
|
|
13850
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13851
|
+
infoURL: 'https://coordinape.com/',
|
|
13852
|
+
shortName: 'coordinape-testnet',
|
|
13853
|
+
chainId: 5103,
|
|
13854
|
+
networkId: 5103
|
|
13855
|
+
},
|
|
13856
|
+
5104: {
|
|
13857
|
+
name: 'Charmverse Testnet',
|
|
13858
|
+
chain: 'Charmverse Testnet',
|
|
13859
|
+
rpc: ['https://rpc-charmverse-testnet-g6blnaebes.t.conduit.xyz'],
|
|
13860
|
+
faucets: [],
|
|
13861
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13862
|
+
infoURL: 'https://charmverse.io/',
|
|
13863
|
+
shortName: 'charmverse-testnet',
|
|
13864
|
+
chainId: 5104,
|
|
13865
|
+
networkId: 5104
|
|
13866
|
+
},
|
|
13867
|
+
5105: {
|
|
13868
|
+
name: 'Superloyalty Testnet',
|
|
13869
|
+
chain: 'Superloyalty Testnet',
|
|
13870
|
+
rpc: ['https://rpc-superloyalty-testnet-1m5gwjbsv1.t.conduit.xyz'],
|
|
13871
|
+
faucets: [],
|
|
13872
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13873
|
+
infoURL: 'https://www.superloyal.com/',
|
|
13874
|
+
shortName: 'superloyalty-testnet',
|
|
13875
|
+
chainId: 5105,
|
|
13876
|
+
networkId: 5105
|
|
13877
|
+
},
|
|
13583
13878
|
5165: {
|
|
13584
13879
|
name: 'Bahamut',
|
|
13585
13880
|
title: 'Bahamut mainnet',
|
|
@@ -14862,6 +15157,31 @@ exports.chains = {
|
|
|
14862
15157
|
}
|
|
14863
15158
|
]
|
|
14864
15159
|
},
|
|
15160
|
+
7778: {
|
|
15161
|
+
name: 'Orenium Mainnet Protocol',
|
|
15162
|
+
chain: 'ORE',
|
|
15163
|
+
rpc: [
|
|
15164
|
+
'https://validator-mainnet.orenium.org',
|
|
15165
|
+
'https://rpc-oracle-mainnet.orenium.org',
|
|
15166
|
+
'https://portalmainnet.orenium.org'
|
|
15167
|
+
],
|
|
15168
|
+
nativeCurrency: { name: 'ORENIUM', symbol: 'ORE', decimals: 18 },
|
|
15169
|
+
infoURL: 'https://orenium.org',
|
|
15170
|
+
shortName: 'ore',
|
|
15171
|
+
chainId: 7778,
|
|
15172
|
+
networkId: 7778,
|
|
15173
|
+
slip44: 1,
|
|
15174
|
+
icon: 'ore',
|
|
15175
|
+
faucets: [],
|
|
15176
|
+
explorers: [
|
|
15177
|
+
{
|
|
15178
|
+
name: 'ORE Mainnet Explorer',
|
|
15179
|
+
icon: 'ore',
|
|
15180
|
+
url: 'https://oreniumscan.org',
|
|
15181
|
+
standard: 'none'
|
|
15182
|
+
}
|
|
15183
|
+
]
|
|
15184
|
+
},
|
|
14865
15185
|
7860: {
|
|
14866
15186
|
name: 'MaalChain Testnet',
|
|
14867
15187
|
chain: 'MaalChain Testnet',
|
|
@@ -15149,8 +15469,8 @@ exports.chains = {
|
|
|
15149
15469
|
{
|
|
15150
15470
|
name: 'meerscan testnet',
|
|
15151
15471
|
icon: 'meer',
|
|
15152
|
-
url: 'https://qng
|
|
15153
|
-
standard: '
|
|
15472
|
+
url: 'https://testnet-qng.qitmeer.io',
|
|
15473
|
+
standard: 'EIP3091'
|
|
15154
15474
|
}
|
|
15155
15475
|
]
|
|
15156
15476
|
},
|
|
@@ -15533,6 +15853,27 @@ exports.chains = {
|
|
|
15533
15853
|
chainId: 8768,
|
|
15534
15854
|
networkId: 8768
|
|
15535
15855
|
},
|
|
15856
|
+
8822: {
|
|
15857
|
+
name: 'IOTA EVM',
|
|
15858
|
+
title: 'IOTA EVM',
|
|
15859
|
+
chain: 'IOTA EVM',
|
|
15860
|
+
rpc: ['https://json-rpc.evm.iotaledger.net'],
|
|
15861
|
+
faucets: [],
|
|
15862
|
+
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
15863
|
+
infoURL: 'https://www.iota.org',
|
|
15864
|
+
shortName: 'iotaevm',
|
|
15865
|
+
chainId: 8822,
|
|
15866
|
+
networkId: 8822,
|
|
15867
|
+
icon: 'iotaevm',
|
|
15868
|
+
explorers: [
|
|
15869
|
+
{
|
|
15870
|
+
name: 'explorer',
|
|
15871
|
+
url: 'https://iota-evm.blockscout.com',
|
|
15872
|
+
icon: 'iotaevm',
|
|
15873
|
+
standard: 'EIP3091'
|
|
15874
|
+
}
|
|
15875
|
+
]
|
|
15876
|
+
},
|
|
15536
15877
|
8848: {
|
|
15537
15878
|
name: 'MARO Blockchain Mainnet',
|
|
15538
15879
|
chain: 'MARO Blockchain',
|
|
@@ -15552,6 +15893,25 @@ exports.chains = {
|
|
|
15552
15893
|
}
|
|
15553
15894
|
]
|
|
15554
15895
|
},
|
|
15896
|
+
8866: {
|
|
15897
|
+
name: 'SuperLumio',
|
|
15898
|
+
chain: 'SuperLumio',
|
|
15899
|
+
icon: 'superlumio',
|
|
15900
|
+
rpc: ['https://mainnet.lumio.io/'],
|
|
15901
|
+
faucets: [],
|
|
15902
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15903
|
+
infoURL: 'https://lumio.io/',
|
|
15904
|
+
shortName: 'superlumio',
|
|
15905
|
+
chainId: 8866,
|
|
15906
|
+
networkId: 8866,
|
|
15907
|
+
explorers: [
|
|
15908
|
+
{
|
|
15909
|
+
name: 'Lumio explorer',
|
|
15910
|
+
url: 'https://explorer.lumio.io',
|
|
15911
|
+
standard: 'none'
|
|
15912
|
+
}
|
|
15913
|
+
]
|
|
15914
|
+
},
|
|
15555
15915
|
8880: {
|
|
15556
15916
|
name: 'Unique',
|
|
15557
15917
|
icon: 'unique',
|
|
@@ -15686,7 +16046,10 @@ exports.chains = {
|
|
|
15686
16046
|
chain: 'ORE',
|
|
15687
16047
|
rpc: [
|
|
15688
16048
|
'https://rpc-dev-testnet.orenium.org/',
|
|
15689
|
-
'https://rpc-testnet.orenium.org/'
|
|
16049
|
+
'https://rpc-testnet.orenium.org/',
|
|
16050
|
+
'https://rpc-orc.oredex.finance',
|
|
16051
|
+
'https://testnet-rpc.oredex.finance',
|
|
16052
|
+
'https://oredex-node.oredex.finance'
|
|
15690
16053
|
],
|
|
15691
16054
|
nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
|
|
15692
16055
|
infoURL: 'https://orenium.org',
|
|
@@ -15882,7 +16245,11 @@ exports.chains = {
|
|
|
15882
16245
|
9025: {
|
|
15883
16246
|
name: 'Nexa Mainnet Block',
|
|
15884
16247
|
chain: 'Nexa Mainnet',
|
|
15885
|
-
rpc: [
|
|
16248
|
+
rpc: [
|
|
16249
|
+
'https://rpc-nodes.nexablockscan.io',
|
|
16250
|
+
'wss://wss-nodes.nexablockscan.io',
|
|
16251
|
+
'https://rpc-nodes-delta.nexablockscan.io'
|
|
16252
|
+
],
|
|
15886
16253
|
faucets: [],
|
|
15887
16254
|
nativeCurrency: {
|
|
15888
16255
|
name: 'Nexa Mainnet Token',
|
|
@@ -16260,6 +16627,28 @@ exports.chains = {
|
|
|
16260
16627
|
}
|
|
16261
16628
|
]
|
|
16262
16629
|
},
|
|
16630
|
+
9898: {
|
|
16631
|
+
name: 'Larissa Chain',
|
|
16632
|
+
title: 'Larissa Chain',
|
|
16633
|
+
chain: 'Larissa',
|
|
16634
|
+
rpc: ['https://rpc.larissa.network'],
|
|
16635
|
+
faucets: [],
|
|
16636
|
+
nativeCurrency: { name: 'Larissa', symbol: 'LRS', decimals: 18 },
|
|
16637
|
+
infoURL: 'https://larissa.network',
|
|
16638
|
+
shortName: 'lrs',
|
|
16639
|
+
chainId: 9898,
|
|
16640
|
+
networkId: 1,
|
|
16641
|
+
slip44: 9898,
|
|
16642
|
+
status: 'active',
|
|
16643
|
+
icon: 'larissa',
|
|
16644
|
+
explorers: [
|
|
16645
|
+
{
|
|
16646
|
+
name: 'Larissa Scan',
|
|
16647
|
+
url: 'https://scan.larissa.network',
|
|
16648
|
+
standard: 'EIP3091'
|
|
16649
|
+
}
|
|
16650
|
+
]
|
|
16651
|
+
},
|
|
16263
16652
|
9977: {
|
|
16264
16653
|
name: 'Mind Smart Chain Testnet',
|
|
16265
16654
|
chain: 'tMIND',
|
|
@@ -16511,7 +16900,9 @@ exports.chains = {
|
|
|
16511
16900
|
'https://rpc.chiado.gnosis.gateway.fm',
|
|
16512
16901
|
'wss://rpc.chiadochain.net/wss',
|
|
16513
16902
|
'https://gnosis-chiado-rpc.publicnode.com',
|
|
16514
|
-
'wss://gnosis-chiado-rpc.publicnode.com'
|
|
16903
|
+
'wss://gnosis-chiado-rpc.publicnode.com',
|
|
16904
|
+
'https://gnosis-chiado.drpc.org',
|
|
16905
|
+
'wss://gnosis-chiado.drpc.org'
|
|
16515
16906
|
],
|
|
16516
16907
|
faucets: ['https://gnosisfaucet.com'],
|
|
16517
16908
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
@@ -16851,7 +17242,9 @@ exports.chains = {
|
|
|
16851
17242
|
rpc: [
|
|
16852
17243
|
'https://rpc.eth.haqq.network',
|
|
16853
17244
|
'https://haqq-evm-rpc.publicnode.com',
|
|
16854
|
-
'wss://haqq-evm-rpc.publicnode.com'
|
|
17245
|
+
'wss://haqq-evm-rpc.publicnode.com',
|
|
17246
|
+
'https://haqq.drpc.org',
|
|
17247
|
+
'wss://haqq.drpc.org'
|
|
16855
17248
|
],
|
|
16856
17249
|
faucets: [],
|
|
16857
17250
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
|
@@ -16891,6 +17284,25 @@ exports.chains = {
|
|
|
16891
17284
|
}
|
|
16892
17285
|
]
|
|
16893
17286
|
},
|
|
17287
|
+
11501: {
|
|
17288
|
+
name: 'BEVM Mainnet',
|
|
17289
|
+
chain: 'BEVM',
|
|
17290
|
+
rpc: ['https://rpc-mainnet-1.bevm.io/', 'https://rpc-mainnet-2.bevm.io/'],
|
|
17291
|
+
faucets: [],
|
|
17292
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
17293
|
+
infoURL: 'https://bevm.io',
|
|
17294
|
+
shortName: 'bevm',
|
|
17295
|
+
chainId: 11501,
|
|
17296
|
+
networkId: 11501,
|
|
17297
|
+
icon: 'bevm',
|
|
17298
|
+
explorers: [
|
|
17299
|
+
{
|
|
17300
|
+
name: 'bevm mainnet scan',
|
|
17301
|
+
url: 'https://scan-mainnet.bevm.io',
|
|
17302
|
+
standard: 'none'
|
|
17303
|
+
}
|
|
17304
|
+
]
|
|
17305
|
+
},
|
|
16894
17306
|
11503: {
|
|
16895
17307
|
name: 'BEVM Testnet',
|
|
16896
17308
|
chain: 'BEVM',
|
|
@@ -16898,10 +17310,10 @@ exports.chains = {
|
|
|
16898
17310
|
faucets: [],
|
|
16899
17311
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
16900
17312
|
infoURL: 'https://bevm.io',
|
|
16901
|
-
shortName: 'bevm',
|
|
17313
|
+
shortName: 'bevm-test',
|
|
16902
17314
|
chainId: 11503,
|
|
16903
17315
|
networkId: 11503,
|
|
16904
|
-
icon: '
|
|
17316
|
+
icon: 'bevm',
|
|
16905
17317
|
explorers: [
|
|
16906
17318
|
{
|
|
16907
17319
|
name: 'bevm testnet scan',
|
|
@@ -17259,7 +17671,11 @@ exports.chains = {
|
|
|
17259
17671
|
13371: {
|
|
17260
17672
|
name: 'Immutable zkEVM',
|
|
17261
17673
|
chain: 'Immutable zkEVM',
|
|
17262
|
-
rpc: [
|
|
17674
|
+
rpc: [
|
|
17675
|
+
'https://rpc.immutable.com',
|
|
17676
|
+
'https://immutable-zkevm.drpc.org',
|
|
17677
|
+
'wss://immutable-zkevm.drpc.org'
|
|
17678
|
+
],
|
|
17263
17679
|
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
17264
17680
|
nativeCurrency: { name: 'IMX', symbol: 'IMX', decimals: 18 },
|
|
17265
17681
|
infoURL: 'https://www.immutable.com',
|
|
@@ -17298,7 +17714,11 @@ exports.chains = {
|
|
|
17298
17714
|
13473: {
|
|
17299
17715
|
name: 'Immutable zkEVM Testnet',
|
|
17300
17716
|
chain: 'Immutable zkEVM',
|
|
17301
|
-
rpc: [
|
|
17717
|
+
rpc: [
|
|
17718
|
+
'https://rpc.testnet.immutable.com',
|
|
17719
|
+
'https://immutable-zkevm-testnet.drpc.org',
|
|
17720
|
+
'wss://immutable-zkevm-testnet.drpc.org'
|
|
17721
|
+
],
|
|
17302
17722
|
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
17303
17723
|
nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
|
|
17304
17724
|
infoURL: 'https://www.immutable.com',
|
|
@@ -17591,7 +18011,9 @@ exports.chains = {
|
|
|
17591
18011
|
rpc: [
|
|
17592
18012
|
'https://rpc.holesky.ethpandaops.io',
|
|
17593
18013
|
'https://ethereum-holesky-rpc.publicnode.com',
|
|
17594
|
-
'wss://ethereum-holesky-rpc.publicnode.com'
|
|
18014
|
+
'wss://ethereum-holesky-rpc.publicnode.com',
|
|
18015
|
+
'https://holesky.drpc.org',
|
|
18016
|
+
'wss://holesky.drpc.org'
|
|
17595
18017
|
],
|
|
17596
18018
|
faucets: [
|
|
17597
18019
|
'https://faucet.holesky.ethpandaops.io',
|
|
@@ -18314,7 +18736,7 @@ exports.chains = {
|
|
|
18314
18736
|
explorers: [
|
|
18315
18737
|
{
|
|
18316
18738
|
name: 'Oasis Sapphire Explorer',
|
|
18317
|
-
url: 'https://explorer.
|
|
18739
|
+
url: 'https://explorer.oasis.io/mainnet/sapphire',
|
|
18318
18740
|
standard: 'EIP3091'
|
|
18319
18741
|
}
|
|
18320
18742
|
]
|
|
@@ -18324,8 +18746,8 @@ exports.chains = {
|
|
|
18324
18746
|
chain: 'Sapphire',
|
|
18325
18747
|
icon: 'oasis',
|
|
18326
18748
|
rpc: [
|
|
18327
|
-
'https://testnet.sapphire.oasis.
|
|
18328
|
-
'wss://testnet.sapphire.oasis.
|
|
18749
|
+
'https://testnet.sapphire.oasis.io',
|
|
18750
|
+
'wss://testnet.sapphire.oasis.io/ws'
|
|
18329
18751
|
],
|
|
18330
18752
|
faucets: [],
|
|
18331
18753
|
nativeCurrency: {
|
|
@@ -18341,7 +18763,7 @@ exports.chains = {
|
|
|
18341
18763
|
explorers: [
|
|
18342
18764
|
{
|
|
18343
18765
|
name: 'Oasis Sapphire Testnet Explorer',
|
|
18344
|
-
url: 'https://
|
|
18766
|
+
url: 'https://explorer.oasis.io/testnet/sapphire',
|
|
18345
18767
|
standard: 'EIP3091'
|
|
18346
18768
|
}
|
|
18347
18769
|
]
|
|
@@ -18556,6 +18978,27 @@ exports.chains = {
|
|
|
18556
18978
|
}
|
|
18557
18979
|
]
|
|
18558
18980
|
},
|
|
18981
|
+
29112: {
|
|
18982
|
+
name: 'HYCHAIN Testnet',
|
|
18983
|
+
chainId: 29112,
|
|
18984
|
+
shortName: 'hychain-testnet',
|
|
18985
|
+
chain: 'ETH',
|
|
18986
|
+
networkId: 29112,
|
|
18987
|
+
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
|
18988
|
+
rpc: ['https://testnet-rpc.hychain.com/http'],
|
|
18989
|
+
faucets: [],
|
|
18990
|
+
infoURL: 'https://www.hychain.com',
|
|
18991
|
+
icon: 'hychain',
|
|
18992
|
+
explorers: [
|
|
18993
|
+
{
|
|
18994
|
+
name: 'blockscout',
|
|
18995
|
+
url: 'https://testnet.explorer.hychain.com',
|
|
18996
|
+
icon: 'hychain',
|
|
18997
|
+
standard: 'EIP3091'
|
|
18998
|
+
}
|
|
18999
|
+
],
|
|
19000
|
+
parent: { type: 'L2', chain: 'eip155-58008', bridges: [] }
|
|
19001
|
+
},
|
|
18559
19002
|
29548: {
|
|
18560
19003
|
name: 'MCH Verse Mainnet',
|
|
18561
19004
|
chain: 'MCH Verse',
|
|
@@ -18934,7 +19377,11 @@ exports.chains = {
|
|
|
18934
19377
|
34443: {
|
|
18935
19378
|
name: 'Mode',
|
|
18936
19379
|
chain: 'ETH',
|
|
18937
|
-
rpc: [
|
|
19380
|
+
rpc: [
|
|
19381
|
+
'https://mainnet.mode.network',
|
|
19382
|
+
'https://mode.drpc.org',
|
|
19383
|
+
'wss://mode.drpc.org'
|
|
19384
|
+
],
|
|
18938
19385
|
faucets: [],
|
|
18939
19386
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18940
19387
|
infoURL: 'https://docs.mode.network/',
|
|
@@ -19220,10 +19667,10 @@ exports.chains = {
|
|
|
19220
19667
|
chain: 'Emerald',
|
|
19221
19668
|
icon: 'oasis',
|
|
19222
19669
|
rpc: [
|
|
19223
|
-
'https://testnet.emerald.oasis.
|
|
19224
|
-
'wss://testnet.emerald.oasis.
|
|
19670
|
+
'https://testnet.emerald.oasis.io/',
|
|
19671
|
+
'wss://testnet.emerald.oasis.io/ws'
|
|
19225
19672
|
],
|
|
19226
|
-
faucets: ['https://faucet.testnet.oasis.
|
|
19673
|
+
faucets: ['https://faucet.testnet.oasis.io/'],
|
|
19227
19674
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
|
19228
19675
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
|
19229
19676
|
shortName: 'emerald-testnet',
|
|
@@ -19233,7 +19680,7 @@ exports.chains = {
|
|
|
19233
19680
|
explorers: [
|
|
19234
19681
|
{
|
|
19235
19682
|
name: 'Oasis Emerald Testnet Explorer',
|
|
19236
|
-
url: 'https://
|
|
19683
|
+
url: 'https://explorer.oasis.io/testnet/emerald',
|
|
19237
19684
|
standard: 'EIP3091'
|
|
19238
19685
|
}
|
|
19239
19686
|
]
|
|
@@ -19242,7 +19689,7 @@ exports.chains = {
|
|
|
19242
19689
|
name: 'Oasis Emerald',
|
|
19243
19690
|
chain: 'Emerald',
|
|
19244
19691
|
icon: 'oasis',
|
|
19245
|
-
rpc: ['https://emerald.oasis.
|
|
19692
|
+
rpc: ['https://emerald.oasis.io', 'wss://emerald.oasis.io/ws'],
|
|
19246
19693
|
faucets: [],
|
|
19247
19694
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
|
19248
19695
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
|
@@ -19252,7 +19699,7 @@ exports.chains = {
|
|
|
19252
19699
|
explorers: [
|
|
19253
19700
|
{
|
|
19254
19701
|
name: 'Oasis Emerald Explorer',
|
|
19255
|
-
url: 'https://explorer.
|
|
19702
|
+
url: 'https://explorer.oasis.io/mainnet/emerald',
|
|
19256
19703
|
standard: 'EIP3091'
|
|
19257
19704
|
}
|
|
19258
19705
|
]
|
|
@@ -19512,6 +19959,26 @@ exports.chains = {
|
|
|
19512
19959
|
}
|
|
19513
19960
|
]
|
|
19514
19961
|
},
|
|
19962
|
+
45454: {
|
|
19963
|
+
name: 'Swamps L2',
|
|
19964
|
+
chain: 'SWP',
|
|
19965
|
+
icon: 'swamps',
|
|
19966
|
+
rpc: ['https://swamps.tc.l2aas.com'],
|
|
19967
|
+
faucets: [],
|
|
19968
|
+
nativeCurrency: { name: 'SWP', symbol: 'SWP', decimals: 18 },
|
|
19969
|
+
infoURL: 'https://www.swamps.fi',
|
|
19970
|
+
shortName: 'SWP',
|
|
19971
|
+
chainId: 45454,
|
|
19972
|
+
networkId: 45454,
|
|
19973
|
+
explorers: [
|
|
19974
|
+
{
|
|
19975
|
+
name: 'blockscout',
|
|
19976
|
+
url: 'https://swamps-explorer.tc.l2aas.com',
|
|
19977
|
+
icon: 'blockscout',
|
|
19978
|
+
standard: 'EIP3091'
|
|
19979
|
+
}
|
|
19980
|
+
]
|
|
19981
|
+
},
|
|
19515
19982
|
45510: {
|
|
19516
19983
|
name: 'Deelance Mainnet',
|
|
19517
19984
|
title: 'Deelance Network Mainnet',
|
|
@@ -19774,7 +20241,7 @@ exports.chains = {
|
|
|
19774
20241
|
52014: {
|
|
19775
20242
|
name: 'Electroneum Mainnet',
|
|
19776
20243
|
chain: 'Electroneum',
|
|
19777
|
-
rpc: ['https://
|
|
20244
|
+
rpc: ['https://rpc.electroneum.com'],
|
|
19778
20245
|
faucets: [],
|
|
19779
20246
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
|
19780
20247
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -20955,6 +21422,27 @@ exports.chains = {
|
|
|
20955
21422
|
}
|
|
20956
21423
|
]
|
|
20957
21424
|
},
|
|
21425
|
+
80002: {
|
|
21426
|
+
name: 'Amoy',
|
|
21427
|
+
title: 'Polygon Amoy Testnet',
|
|
21428
|
+
chain: 'Polygon',
|
|
21429
|
+
icon: 'polygon',
|
|
21430
|
+
rpc: ['https://rpc-amoy.polygon.technology'],
|
|
21431
|
+
faucets: ['https://faucet.polygon.technology/'],
|
|
21432
|
+
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
|
21433
|
+
infoURL: 'https://polygon.technology/',
|
|
21434
|
+
shortName: 'polygonamoy',
|
|
21435
|
+
chainId: 80002,
|
|
21436
|
+
networkId: 80002,
|
|
21437
|
+
slip44: 1,
|
|
21438
|
+
explorers: [
|
|
21439
|
+
{
|
|
21440
|
+
name: 'polygonamoy',
|
|
21441
|
+
url: 'https://www.oklink.com/amoy',
|
|
21442
|
+
standard: 'EIP3091'
|
|
21443
|
+
}
|
|
21444
|
+
]
|
|
21445
|
+
},
|
|
20958
21446
|
80085: {
|
|
20959
21447
|
name: 'Berachain Artio',
|
|
20960
21448
|
chain: 'Berachain Artio',
|
|
@@ -21832,21 +22320,42 @@ exports.chains = {
|
|
|
21832
22320
|
status: 'deprecated'
|
|
21833
22321
|
},
|
|
21834
22322
|
101010: {
|
|
21835
|
-
name: '
|
|
21836
|
-
chain: '
|
|
21837
|
-
icon: '
|
|
21838
|
-
rpc: ['https://
|
|
21839
|
-
faucets: [
|
|
21840
|
-
nativeCurrency: { name: '
|
|
21841
|
-
infoURL: 'https://
|
|
21842
|
-
shortName: '
|
|
22323
|
+
name: 'Global Trust Network',
|
|
22324
|
+
chain: 'GTN',
|
|
22325
|
+
icon: 'gtn',
|
|
22326
|
+
rpc: ['https://gtn.stabilityprotocol.com'],
|
|
22327
|
+
faucets: [],
|
|
22328
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
22329
|
+
infoURL: 'https://stabilityprotocol.com',
|
|
22330
|
+
shortName: 'stabilityprotocol',
|
|
21843
22331
|
chainId: 101010,
|
|
21844
22332
|
networkId: 101010,
|
|
21845
|
-
slip44: 1,
|
|
21846
22333
|
explorers: [
|
|
21847
22334
|
{
|
|
21848
|
-
name: '
|
|
21849
|
-
url: 'https://
|
|
22335
|
+
name: 'blockscout',
|
|
22336
|
+
url: 'https://stability.blockscout.com',
|
|
22337
|
+
standard: 'EIP3091'
|
|
22338
|
+
}
|
|
22339
|
+
],
|
|
22340
|
+
redFlags: ['reusedChainId']
|
|
22341
|
+
},
|
|
22342
|
+
102031: {
|
|
22343
|
+
name: 'Creditcoin Testnet',
|
|
22344
|
+
chain: 'CTC',
|
|
22345
|
+
icon: 'creditcoin',
|
|
22346
|
+
rpc: ['https://rpc.cc3-testnet.creditcoin.network'],
|
|
22347
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22348
|
+
nativeCurrency: { name: 'Testnet CTC', symbol: 'tCTC', decimals: 18 },
|
|
22349
|
+
infoURL: 'https://creditcoin.org',
|
|
22350
|
+
shortName: 'ctctest',
|
|
22351
|
+
chainId: 102031,
|
|
22352
|
+
networkId: 102031,
|
|
22353
|
+
faucets: [],
|
|
22354
|
+
explorers: [
|
|
22355
|
+
{
|
|
22356
|
+
name: 'blockscout',
|
|
22357
|
+
url: 'https://creditcoin-testnet.blockscout.com',
|
|
22358
|
+
icon: 'blockscout',
|
|
21850
22359
|
standard: 'EIP3091'
|
|
21851
22360
|
}
|
|
21852
22361
|
]
|
|
@@ -21890,6 +22399,25 @@ exports.chains = {
|
|
|
21890
22399
|
}
|
|
21891
22400
|
]
|
|
21892
22401
|
},
|
|
22402
|
+
105105: {
|
|
22403
|
+
name: 'Stratis Mainnet',
|
|
22404
|
+
chain: 'Stratis',
|
|
22405
|
+
rpc: ['https://rpc.stratisevm.com'],
|
|
22406
|
+
faucets: [],
|
|
22407
|
+
nativeCurrency: { name: 'Stratis', symbol: 'STRAX', decimals: 18 },
|
|
22408
|
+
infoURL: 'https://www.stratisplatform.com',
|
|
22409
|
+
shortName: 'stratis',
|
|
22410
|
+
chainId: 105105,
|
|
22411
|
+
networkId: 105105,
|
|
22412
|
+
icon: 'stratis',
|
|
22413
|
+
explorers: [
|
|
22414
|
+
{
|
|
22415
|
+
name: 'Stratis Explorer',
|
|
22416
|
+
url: 'https://explorer.stratisevm.com',
|
|
22417
|
+
standard: 'EIP3091'
|
|
22418
|
+
}
|
|
22419
|
+
]
|
|
22420
|
+
},
|
|
21893
22421
|
108801: {
|
|
21894
22422
|
name: 'BROChain Mainnet',
|
|
21895
22423
|
chain: 'BRO',
|
|
@@ -22354,7 +22882,12 @@ exports.chains = {
|
|
|
22354
22882
|
chain: 'ETH',
|
|
22355
22883
|
status: 'active',
|
|
22356
22884
|
icon: 'taiko',
|
|
22357
|
-
rpc: [
|
|
22885
|
+
rpc: [
|
|
22886
|
+
'https://rpc.katla.taiko.xyz',
|
|
22887
|
+
'wss://rpc.katla.taiko.xyz',
|
|
22888
|
+
'https://taiko-katla.drpc.org',
|
|
22889
|
+
'wss://taiko-katla.drpc.org'
|
|
22890
|
+
],
|
|
22358
22891
|
faucets: [],
|
|
22359
22892
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22360
22893
|
infoURL: 'https://taiko.xyz',
|
|
@@ -23003,7 +23536,9 @@ exports.chains = {
|
|
|
23003
23536
|
'https://rpc.ankr.com/filecoin_testnet',
|
|
23004
23537
|
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
|
23005
23538
|
'https://filecoin-calibration.chainup.net/rpc/v1',
|
|
23006
|
-
'https://calibration.filfox.info/rpc/v1'
|
|
23539
|
+
'https://calibration.filfox.info/rpc/v1',
|
|
23540
|
+
'https://filecoin-calibration.drpc.org',
|
|
23541
|
+
'wss://filecoin-calibration.drpc.org'
|
|
23007
23542
|
],
|
|
23008
23543
|
faucets: ['https://faucet.calibration.fildev.network/'],
|
|
23009
23544
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
|
@@ -23940,6 +24475,28 @@ exports.chains = {
|
|
|
23940
24475
|
}
|
|
23941
24476
|
]
|
|
23942
24477
|
},
|
|
24478
|
+
696969: {
|
|
24479
|
+
name: 'Galadriel Testnet',
|
|
24480
|
+
chain: 'Galadriel',
|
|
24481
|
+
rpc: ['https://testnet.galadriel.com'],
|
|
24482
|
+
faucets: ['https://docs.galadriel.com/faucet'],
|
|
24483
|
+
nativeCurrency: {
|
|
24484
|
+
name: 'Galadriel Testnet token',
|
|
24485
|
+
symbol: 'GAL',
|
|
24486
|
+
decimals: 18
|
|
24487
|
+
},
|
|
24488
|
+
infoURL: 'https://galadriel.com',
|
|
24489
|
+
shortName: 'galadriel-testnet',
|
|
24490
|
+
chainId: 696969,
|
|
24491
|
+
networkId: 696969,
|
|
24492
|
+
explorers: [
|
|
24493
|
+
{
|
|
24494
|
+
name: 'Galadriel Explorer',
|
|
24495
|
+
url: 'https://explorer.galadriel.com',
|
|
24496
|
+
standard: 'none'
|
|
24497
|
+
}
|
|
24498
|
+
]
|
|
24499
|
+
},
|
|
23943
24500
|
710420: {
|
|
23944
24501
|
name: 'Tiltyard Mainnet Subnet',
|
|
23945
24502
|
chain: 'TILTYARD',
|
|
@@ -24438,7 +24995,9 @@ exports.chains = {
|
|
|
24438
24995
|
icon: 'astarzk',
|
|
24439
24996
|
rpc: [
|
|
24440
24997
|
'https://rpc.zkatana.gelato.digital',
|
|
24441
|
-
'https://rpc.startale.com/zkatana'
|
|
24998
|
+
'https://rpc.startale.com/zkatana',
|
|
24999
|
+
'https://astar-zkatana.drpc.org',
|
|
25000
|
+
'wss://astar-zkatana.drpc.org'
|
|
24442
25001
|
],
|
|
24443
25002
|
faucets: [],
|
|
24444
25003
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -24691,7 +25250,11 @@ exports.chains = {
|
|
|
24691
25250
|
3441005: {
|
|
24692
25251
|
name: 'Manta Pacific Testnet',
|
|
24693
25252
|
chain: 'Manta Pacific',
|
|
24694
|
-
rpc: [
|
|
25253
|
+
rpc: [
|
|
25254
|
+
'https://manta-testnet.calderachain.xyz/http',
|
|
25255
|
+
'https://manta-pacific-testnet.drpc.org',
|
|
25256
|
+
'wss://manta-pacific-testnet.drpc.org'
|
|
25257
|
+
],
|
|
24695
25258
|
faucets: [],
|
|
24696
25259
|
nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
|
|
24697
25260
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -24709,6 +25272,27 @@ exports.chains = {
|
|
|
24709
25272
|
}
|
|
24710
25273
|
]
|
|
24711
25274
|
},
|
|
25275
|
+
3441006: {
|
|
25276
|
+
name: 'Manta Pacific Sepolia Testnet',
|
|
25277
|
+
chain: 'Manta Pacific',
|
|
25278
|
+
rpc: ['https://pacific-rpc.sepolia-testnet.manta.network/http'],
|
|
25279
|
+
faucets: [],
|
|
25280
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25281
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
25282
|
+
infoURL: 'https://manta-testnet.caldera.dev/',
|
|
25283
|
+
shortName: 'mantaSepoliaTestnet',
|
|
25284
|
+
chainId: 3441006,
|
|
25285
|
+
networkId: 3441006,
|
|
25286
|
+
slip44: 1,
|
|
25287
|
+
icon: 'manta',
|
|
25288
|
+
explorers: [
|
|
25289
|
+
{
|
|
25290
|
+
name: 'manta-testnet Explorer',
|
|
25291
|
+
url: 'https://pacific-explorer.sepolia-testnet.manta.network',
|
|
25292
|
+
standard: 'EIP3091'
|
|
25293
|
+
}
|
|
25294
|
+
]
|
|
25295
|
+
},
|
|
24712
25296
|
4000003: {
|
|
24713
25297
|
name: 'AltLayer Zero Gas Network',
|
|
24714
25298
|
chain: 'ETH',
|
|
@@ -24771,7 +25355,7 @@ exports.chains = {
|
|
|
24771
25355
|
5201420: {
|
|
24772
25356
|
name: 'Electroneum Testnet',
|
|
24773
25357
|
chain: 'Electroneum',
|
|
24774
|
-
rpc: ['https://
|
|
25358
|
+
rpc: ['https://testnet-rpc.electroneum.com'],
|
|
24775
25359
|
faucets: [],
|
|
24776
25360
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
|
24777
25361
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -25157,7 +25741,9 @@ exports.chains = {
|
|
|
25157
25741
|
'https://sepolia.gateway.tenderly.co',
|
|
25158
25742
|
'wss://sepolia.gateway.tenderly.co',
|
|
25159
25743
|
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
25160
|
-
'wss://ethereum-sepolia-rpc.publicnode.com'
|
|
25744
|
+
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
25745
|
+
'https://sepolia.drpc.org',
|
|
25746
|
+
'wss://sepolia.drpc.org'
|
|
25161
25747
|
],
|
|
25162
25748
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
25163
25749
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -25182,7 +25768,11 @@ exports.chains = {
|
|
|
25182
25768
|
11155420: {
|
|
25183
25769
|
name: 'OP Sepolia Testnet',
|
|
25184
25770
|
chain: 'ETH',
|
|
25185
|
-
rpc: [
|
|
25771
|
+
rpc: [
|
|
25772
|
+
'https://sepolia.optimism.io',
|
|
25773
|
+
'https://optimism-sepolia.drpc.org',
|
|
25774
|
+
'wss://optimism-sepolia.drpc.org'
|
|
25775
|
+
],
|
|
25186
25776
|
faucets: ['https://app.optimism.io/faucet'],
|
|
25187
25777
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25188
25778
|
infoURL: 'https://optimism.io',
|
|
@@ -25267,6 +25857,26 @@ exports.chains = {
|
|
|
25267
25857
|
chainId: 18289463,
|
|
25268
25858
|
networkId: 18289463
|
|
25269
25859
|
},
|
|
25860
|
+
20180427: {
|
|
25861
|
+
name: 'Stability Testnet',
|
|
25862
|
+
chain: 'stabilityTestnet',
|
|
25863
|
+
icon: 'stabilitytestnet',
|
|
25864
|
+
rpc: ['https://free.testnet.stabilityprotocol.com'],
|
|
25865
|
+
faucets: [],
|
|
25866
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
25867
|
+
infoURL: 'https://stabilityprotocol.com',
|
|
25868
|
+
shortName: 'stabilitytestnet',
|
|
25869
|
+
chainId: 20180427,
|
|
25870
|
+
networkId: 20180427,
|
|
25871
|
+
slip44: 1,
|
|
25872
|
+
explorers: [
|
|
25873
|
+
{
|
|
25874
|
+
name: 'blockscout',
|
|
25875
|
+
url: 'https://stability-testnet.blockscout.com',
|
|
25876
|
+
standard: 'EIP3091'
|
|
25877
|
+
}
|
|
25878
|
+
]
|
|
25879
|
+
},
|
|
25270
25880
|
20180430: {
|
|
25271
25881
|
name: 'SmartMesh Mainnet',
|
|
25272
25882
|
chain: 'Spectrum',
|
|
@@ -25697,6 +26307,33 @@ exports.chains = {
|
|
|
25697
26307
|
}
|
|
25698
26308
|
]
|
|
25699
26309
|
},
|
|
26310
|
+
77787778: {
|
|
26311
|
+
name: '0xHash Testnet',
|
|
26312
|
+
chain: 'HETH',
|
|
26313
|
+
icon: 'ethereum',
|
|
26314
|
+
rpc: ['https://rpc-test.0xhash.io'],
|
|
26315
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26316
|
+
faucets: [],
|
|
26317
|
+
nativeCurrency: { name: '0xHash', symbol: 'HETH', decimals: 18 },
|
|
26318
|
+
infoURL: 'https://0xhash.io',
|
|
26319
|
+
shortName: 'HETH',
|
|
26320
|
+
chainId: 77787778,
|
|
26321
|
+
networkId: 77787778,
|
|
26322
|
+
slip44: 1,
|
|
26323
|
+
explorers: [
|
|
26324
|
+
{
|
|
26325
|
+
name: 'blockscout',
|
|
26326
|
+
url: 'https://test.0xhashscan.io',
|
|
26327
|
+
icon: 'blockscout',
|
|
26328
|
+
standard: 'EIP3091'
|
|
26329
|
+
}
|
|
26330
|
+
],
|
|
26331
|
+
parent: {
|
|
26332
|
+
type: 'L2',
|
|
26333
|
+
chain: 'eip155-1',
|
|
26334
|
+
bridges: [{ url: 'https://app.optimism.io/bridge/deposit' }]
|
|
26335
|
+
}
|
|
26336
|
+
},
|
|
25700
26337
|
88888888: {
|
|
25701
26338
|
name: 'T.E.A.M Blockchain',
|
|
25702
26339
|
chain: 'TEAM',
|
|
@@ -25763,7 +26400,11 @@ exports.chains = {
|
|
|
25763
26400
|
168587773: {
|
|
25764
26401
|
name: 'Blast Sepolia Testnet',
|
|
25765
26402
|
chain: 'ETH',
|
|
25766
|
-
rpc: [
|
|
26403
|
+
rpc: [
|
|
26404
|
+
'https://sepolia.blast.io',
|
|
26405
|
+
'https://blast-sepolia.drpc.org',
|
|
26406
|
+
'wss://blast-sepolia.drpc.org'
|
|
26407
|
+
],
|
|
25767
26408
|
faucets: ['https://faucet.quicknode.com/blast/sepolia'],
|
|
25768
26409
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25769
26410
|
infoURL: 'https://blast.io/',
|
|
@@ -25833,7 +26474,11 @@ exports.chains = {
|
|
|
25833
26474
|
245022926: {
|
|
25834
26475
|
name: 'Neon EVM Devnet',
|
|
25835
26476
|
chain: 'Solana',
|
|
25836
|
-
rpc: [
|
|
26477
|
+
rpc: [
|
|
26478
|
+
'https://devnet.neonevm.org',
|
|
26479
|
+
'https://neon-evm-devnet.drpc.org',
|
|
26480
|
+
'wss://neon-evm-devnet.drpc.org'
|
|
26481
|
+
],
|
|
25837
26482
|
faucets: ['https://neonfaucet.org'],
|
|
25838
26483
|
icon: 'neon',
|
|
25839
26484
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
@@ -25858,7 +26503,11 @@ exports.chains = {
|
|
|
25858
26503
|
245022934: {
|
|
25859
26504
|
name: 'Neon EVM Mainnet',
|
|
25860
26505
|
chain: 'Solana',
|
|
25861
|
-
rpc: [
|
|
26506
|
+
rpc: [
|
|
26507
|
+
'https://neon-proxy-mainnet.solana.p2p.org',
|
|
26508
|
+
'https://neon-evm.drpc.org',
|
|
26509
|
+
'wss://neon-evm.drpc.org'
|
|
26510
|
+
],
|
|
25862
26511
|
faucets: [],
|
|
25863
26512
|
icon: 'neon',
|
|
25864
26513
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
@@ -26235,7 +26884,11 @@ exports.chains = {
|
|
|
26235
26884
|
1313161554: {
|
|
26236
26885
|
name: 'Aurora Mainnet',
|
|
26237
26886
|
chain: 'NEAR',
|
|
26238
|
-
rpc: [
|
|
26887
|
+
rpc: [
|
|
26888
|
+
'https://mainnet.aurora.dev',
|
|
26889
|
+
'https://aurora.drpc.org',
|
|
26890
|
+
'wss://aurora.drpc.org'
|
|
26891
|
+
],
|
|
26239
26892
|
faucets: [],
|
|
26240
26893
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26241
26894
|
infoURL: 'https://aurora.dev',
|
|
@@ -26253,7 +26906,11 @@ exports.chains = {
|
|
|
26253
26906
|
1313161555: {
|
|
26254
26907
|
name: 'Aurora Testnet',
|
|
26255
26908
|
chain: 'NEAR',
|
|
26256
|
-
rpc: [
|
|
26909
|
+
rpc: [
|
|
26910
|
+
'https://testnet.aurora.dev/',
|
|
26911
|
+
'https://aurora-testnet.drpc.org',
|
|
26912
|
+
'wss://aurora-testnet.drpc.org'
|
|
26913
|
+
],
|
|
26257
26914
|
faucets: [],
|
|
26258
26915
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26259
26916
|
infoURL: 'https://aurora.dev',
|
|
@@ -26458,7 +27115,9 @@ exports.chains = {
|
|
|
26458
27115
|
'https://api.s0.t.hmny.io',
|
|
26459
27116
|
'https://rpc.ankr.com/harmony',
|
|
26460
27117
|
'https://harmony.api.onfinality.io/public',
|
|
26461
|
-
'https://1rpc.io/one'
|
|
27118
|
+
'https://1rpc.io/one',
|
|
27119
|
+
'https://harmony-0.drpc.org',
|
|
27120
|
+
'wss://harmony-0.drpc.org'
|
|
26462
27121
|
],
|
|
26463
27122
|
faucets: [],
|
|
26464
27123
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
@@ -26479,7 +27138,11 @@ exports.chains = {
|
|
|
26479
27138
|
1666600001: {
|
|
26480
27139
|
name: 'Harmony Mainnet Shard 1',
|
|
26481
27140
|
chain: 'Harmony',
|
|
26482
|
-
rpc: [
|
|
27141
|
+
rpc: [
|
|
27142
|
+
'https://api.s1.t.hmny.io',
|
|
27143
|
+
'https://harmony-1.drpc.org',
|
|
27144
|
+
'wss://harmony-1.drpc.org'
|
|
27145
|
+
],
|
|
26483
27146
|
faucets: [],
|
|
26484
27147
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
26485
27148
|
infoURL: 'https://www.harmony.one/',
|