@revoke.cash/chains 34.0.0 → 35.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 +594 -92
- package/dist/src/enums.d.ts +42 -6
- package/dist/src/enums.js +42 -6
- 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 },
|
|
@@ -3251,7 +3275,11 @@ exports.chains = {
|
|
|
3251
3275
|
169: {
|
|
3252
3276
|
name: 'Manta Pacific Mainnet',
|
|
3253
3277
|
chain: 'Manta Pacific',
|
|
3254
|
-
rpc: [
|
|
3278
|
+
rpc: [
|
|
3279
|
+
'https://pacific-rpc.manta.network/http',
|
|
3280
|
+
'https://manta-pacific.drpc.org',
|
|
3281
|
+
'wss://manta-pacific.drpc.org'
|
|
3282
|
+
],
|
|
3255
3283
|
faucets: [],
|
|
3256
3284
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3257
3285
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -3483,7 +3511,11 @@ exports.chains = {
|
|
|
3483
3511
|
199: {
|
|
3484
3512
|
name: 'BitTorrent Chain Mainnet',
|
|
3485
3513
|
chain: 'BTTC',
|
|
3486
|
-
rpc: [
|
|
3514
|
+
rpc: [
|
|
3515
|
+
'https://rpc.bt.io',
|
|
3516
|
+
'https://bittorrent.drpc.org',
|
|
3517
|
+
'wss://bittorrent.drpc.org'
|
|
3518
|
+
],
|
|
3487
3519
|
faucets: [],
|
|
3488
3520
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
|
3489
3521
|
infoURL: 'https://bt.io',
|
|
@@ -3547,7 +3579,9 @@ exports.chains = {
|
|
|
3547
3579
|
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3548
3580
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3549
3581
|
'https://opbnb-rpc.publicnode.com',
|
|
3550
|
-
'wss://opbnb-rpc.publicnode.com'
|
|
3582
|
+
'wss://opbnb-rpc.publicnode.com',
|
|
3583
|
+
'https://opbnb.drpc.org',
|
|
3584
|
+
'wss://opbnb.drpc.org'
|
|
3551
3585
|
],
|
|
3552
3586
|
faucets: [],
|
|
3553
3587
|
nativeCurrency: {
|
|
@@ -3969,7 +4003,9 @@ exports.chains = {
|
|
|
3969
4003
|
rpc: [
|
|
3970
4004
|
'https://rpc.ftm.tools',
|
|
3971
4005
|
'https://fantom-rpc.publicnode.com',
|
|
3972
|
-
'wss://fantom-rpc.publicnode.com'
|
|
4006
|
+
'wss://fantom-rpc.publicnode.com',
|
|
4007
|
+
'https://fantom.drpc.org',
|
|
4008
|
+
'wss://fantom.drpc.org'
|
|
3973
4009
|
],
|
|
3974
4010
|
faucets: [],
|
|
3975
4011
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -4003,6 +4039,7 @@ exports.chains = {
|
|
|
4003
4039
|
shortName: 'fraxtal',
|
|
4004
4040
|
chainId: 252,
|
|
4005
4041
|
networkId: 252,
|
|
4042
|
+
icon: 'fraxtal',
|
|
4006
4043
|
explorers: [
|
|
4007
4044
|
{
|
|
4008
4045
|
name: 'fraxscan',
|
|
@@ -4220,7 +4257,9 @@ exports.chains = {
|
|
|
4220
4257
|
'https://boba-ethereum.gateway.tenderly.co',
|
|
4221
4258
|
'https://gateway.tenderly.co/public/boba-ethereum',
|
|
4222
4259
|
'wss://boba-ethereum.gateway.tenderly.co/',
|
|
4223
|
-
'wss://gateway.tenderly.co/public/boba-ethereum'
|
|
4260
|
+
'wss://gateway.tenderly.co/public/boba-ethereum',
|
|
4261
|
+
'https://boba-eth.drpc.org',
|
|
4262
|
+
'wss://boba-eth.drpc.org'
|
|
4224
4263
|
],
|
|
4225
4264
|
faucets: [],
|
|
4226
4265
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -4386,7 +4425,11 @@ exports.chains = {
|
|
|
4386
4425
|
300: {
|
|
4387
4426
|
name: 'zkSync Sepolia Testnet',
|
|
4388
4427
|
chain: 'ETH',
|
|
4389
|
-
rpc: [
|
|
4428
|
+
rpc: [
|
|
4429
|
+
'https://sepolia.era.zksync.dev',
|
|
4430
|
+
'https://zksync-sepolia.drpc.org',
|
|
4431
|
+
'wss://zksync-sepolia.drpc.org'
|
|
4432
|
+
],
|
|
4390
4433
|
faucets: [],
|
|
4391
4434
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4392
4435
|
infoURL: 'https://zksync.io/',
|
|
@@ -4565,7 +4608,9 @@ exports.chains = {
|
|
|
4565
4608
|
'https://api.node.glif.io/',
|
|
4566
4609
|
'https://rpc.ankr.com/filecoin',
|
|
4567
4610
|
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
|
|
4568
|
-
'https://filfox.info/rpc/v1'
|
|
4611
|
+
'https://filfox.info/rpc/v1',
|
|
4612
|
+
'https://filecoin.drpc.org',
|
|
4613
|
+
'wss://filecoin.drpc.org'
|
|
4569
4614
|
],
|
|
4570
4615
|
faucets: [],
|
|
4571
4616
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
|
@@ -4663,7 +4708,11 @@ exports.chains = {
|
|
|
4663
4708
|
324: {
|
|
4664
4709
|
name: 'zkSync Mainnet',
|
|
4665
4710
|
chain: 'ETH',
|
|
4666
|
-
rpc: [
|
|
4711
|
+
rpc: [
|
|
4712
|
+
'https://mainnet.era.zksync.io',
|
|
4713
|
+
'https://zksync.drpc.org',
|
|
4714
|
+
'wss://zksync.drpc.org'
|
|
4715
|
+
],
|
|
4667
4716
|
faucets: [],
|
|
4668
4717
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4669
4718
|
infoURL: 'https://zksync.io/',
|
|
@@ -4760,7 +4809,11 @@ exports.chains = {
|
|
|
4760
4809
|
338: {
|
|
4761
4810
|
name: 'Cronos Testnet',
|
|
4762
4811
|
chain: 'CRO',
|
|
4763
|
-
rpc: [
|
|
4812
|
+
rpc: [
|
|
4813
|
+
'https://evm-t3.cronos.org',
|
|
4814
|
+
'https://cronos-testnet.drpc.org',
|
|
4815
|
+
'wss://cronos-testnet.drpc.org'
|
|
4816
|
+
],
|
|
4764
4817
|
faucets: ['https://cronos.org/faucet'],
|
|
4765
4818
|
nativeCurrency: { name: 'Cronos Test Coin', symbol: 'TCRO', decimals: 18 },
|
|
4766
4819
|
infoURL: 'https://cronos.org',
|
|
@@ -5105,7 +5158,9 @@ exports.chains = {
|
|
|
5105
5158
|
'https://optimism-goerli-rpc.publicnode.com',
|
|
5106
5159
|
'wss://optimism-goerli-rpc.publicnode.com',
|
|
5107
5160
|
'https://optimism-goerli.gateway.tenderly.co',
|
|
5108
|
-
'wss://optimism-goerli.gateway.tenderly.co'
|
|
5161
|
+
'wss://optimism-goerli.gateway.tenderly.co',
|
|
5162
|
+
'https://optimism-testnet.drpc.org',
|
|
5163
|
+
'wss://optimism-testnet.drpc.org'
|
|
5109
5164
|
],
|
|
5110
5165
|
faucets: [],
|
|
5111
5166
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -6597,8 +6652,6 @@ exports.chains = {
|
|
|
6597
6652
|
'https://evm-dataseed2.meerscan.io',
|
|
6598
6653
|
'https://evm-dataseed3.meerscan.io',
|
|
6599
6654
|
'https://evm-dataseed.meerscan.com',
|
|
6600
|
-
'https://evm-dataseed1.meerscan.com',
|
|
6601
|
-
'https://evm-dataseed2.meerscan.com',
|
|
6602
6655
|
'https://qng.rpc.qitmeer.io',
|
|
6603
6656
|
'https://mainnet.meerlabs.com',
|
|
6604
6657
|
'https://rpc.dimai.ai',
|
|
@@ -6613,11 +6666,17 @@ exports.chains = {
|
|
|
6613
6666
|
slip44: 813,
|
|
6614
6667
|
icon: 'meer',
|
|
6615
6668
|
explorers: [
|
|
6669
|
+
{
|
|
6670
|
+
name: 'meerscan',
|
|
6671
|
+
icon: 'meer',
|
|
6672
|
+
url: 'https://qng.qitmeer.io',
|
|
6673
|
+
standard: 'EIP3091'
|
|
6674
|
+
},
|
|
6616
6675
|
{
|
|
6617
6676
|
name: 'meerscan',
|
|
6618
6677
|
icon: 'meer',
|
|
6619
6678
|
url: 'https://qng.meerscan.io',
|
|
6620
|
-
standard: '
|
|
6679
|
+
standard: 'EIP3091'
|
|
6621
6680
|
}
|
|
6622
6681
|
]
|
|
6623
6682
|
},
|
|
@@ -7429,7 +7488,11 @@ exports.chains = {
|
|
|
7429
7488
|
1001: {
|
|
7430
7489
|
name: 'Klaytn Testnet Baobab',
|
|
7431
7490
|
chain: 'KLAY',
|
|
7432
|
-
rpc: [
|
|
7491
|
+
rpc: [
|
|
7492
|
+
'https://api.baobab.klaytn.net:8651',
|
|
7493
|
+
'https://klaytn-baobab.drpc.org',
|
|
7494
|
+
'wss://klaytn-baobab.drpc.org'
|
|
7495
|
+
],
|
|
7433
7496
|
faucets: ['https://baobab.wallet.klaytn.com/access?next=faucet'],
|
|
7434
7497
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
7435
7498
|
infoURL: 'https://www.klaytn.com/',
|
|
@@ -7790,7 +7853,11 @@ exports.chains = {
|
|
|
7790
7853
|
1088: {
|
|
7791
7854
|
name: 'Metis Andromeda Mainnet',
|
|
7792
7855
|
chain: 'ETH',
|
|
7793
|
-
rpc: [
|
|
7856
|
+
rpc: [
|
|
7857
|
+
'https://andromeda.metis.io/?owner=1088',
|
|
7858
|
+
'https://metis.drpc.org',
|
|
7859
|
+
'wss://metis.drpc.org'
|
|
7860
|
+
],
|
|
7794
7861
|
faucets: [],
|
|
7795
7862
|
nativeCurrency: { name: 'Metis', symbol: 'METIS', decimals: 18 },
|
|
7796
7863
|
infoURL: 'https://www.metis.io',
|
|
@@ -7881,7 +7948,11 @@ exports.chains = {
|
|
|
7881
7948
|
name: 'Polygon zkEVM',
|
|
7882
7949
|
title: 'Polygon zkEVM',
|
|
7883
7950
|
chain: 'Polygon',
|
|
7884
|
-
rpc: [
|
|
7951
|
+
rpc: [
|
|
7952
|
+
'https://zkevm-rpc.com',
|
|
7953
|
+
'https://polygon-zkevm.drpc.org',
|
|
7954
|
+
'wss://polygon-zkevm.drpc.org'
|
|
7955
|
+
],
|
|
7885
7956
|
faucets: [],
|
|
7886
7957
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
7887
7958
|
infoURL: 'https://polygon.technology/polygon-zkevm',
|
|
@@ -8010,7 +8081,12 @@ exports.chains = {
|
|
|
8010
8081
|
name: 'Core Blockchain Mainnet',
|
|
8011
8082
|
chain: 'Core',
|
|
8012
8083
|
icon: 'core',
|
|
8013
|
-
rpc: [
|
|
8084
|
+
rpc: [
|
|
8085
|
+
'https://rpc.coredao.org/',
|
|
8086
|
+
'https://rpc-core.icecreamswap.com',
|
|
8087
|
+
'https://core.drpc.org',
|
|
8088
|
+
'wss://core.drpc.org'
|
|
8089
|
+
],
|
|
8014
8090
|
faucets: [],
|
|
8015
8091
|
nativeCurrency: {
|
|
8016
8092
|
name: 'Core Blockchain Native Token',
|
|
@@ -8531,7 +8607,9 @@ exports.chains = {
|
|
|
8531
8607
|
'https://rpc.api.moonbeam.network',
|
|
8532
8608
|
'wss://wss.api.moonbeam.network',
|
|
8533
8609
|
'https://moonbeam-rpc.publicnode.com',
|
|
8534
|
-
'wss://moonbeam-rpc.publicnode.com'
|
|
8610
|
+
'wss://moonbeam-rpc.publicnode.com',
|
|
8611
|
+
'https://moonbeam.drpc.org',
|
|
8612
|
+
'wss://moonbeam.drpc.org'
|
|
8535
8613
|
],
|
|
8536
8614
|
faucets: [],
|
|
8537
8615
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
|
@@ -8554,7 +8632,9 @@ exports.chains = {
|
|
|
8554
8632
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
8555
8633
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
8556
8634
|
'https://moonriver-rpc.publicnode.com',
|
|
8557
|
-
'wss://moonriver-rpc.publicnode.com'
|
|
8635
|
+
'wss://moonriver-rpc.publicnode.com',
|
|
8636
|
+
'https://moonriver.drpc.org',
|
|
8637
|
+
'wss://moonriver.drpc.org'
|
|
8558
8638
|
],
|
|
8559
8639
|
faucets: [],
|
|
8560
8640
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
|
@@ -8587,7 +8667,9 @@ exports.chains = {
|
|
|
8587
8667
|
chain: 'MOON',
|
|
8588
8668
|
rpc: [
|
|
8589
8669
|
'https://rpc.api.moonbase.moonbeam.network',
|
|
8590
|
-
'wss://wss.api.moonbase.moonbeam.network'
|
|
8670
|
+
'wss://wss.api.moonbase.moonbeam.network',
|
|
8671
|
+
'https://moonbase-alpha.drpc.org',
|
|
8672
|
+
'wss://moonbase-alpha.drpc.org'
|
|
8591
8673
|
],
|
|
8592
8674
|
faucets: [],
|
|
8593
8675
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
|
@@ -9029,7 +9111,11 @@ exports.chains = {
|
|
|
9029
9111
|
name: 'Polygon zkEVM Testnet',
|
|
9030
9112
|
title: 'Polygon zkEVM Testnet',
|
|
9031
9113
|
chain: 'Polygon',
|
|
9032
|
-
rpc: [
|
|
9114
|
+
rpc: [
|
|
9115
|
+
'https://rpc.public.zkevm-test.net',
|
|
9116
|
+
'https://polygon-zkevm-testnet.drpc.org',
|
|
9117
|
+
'wss://polygon-zkevm-testnet.drpc.org'
|
|
9118
|
+
],
|
|
9033
9119
|
faucets: [],
|
|
9034
9120
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
9035
9121
|
infoURL: 'https://polygon.technology/solutions/polygon-zkevm/',
|
|
@@ -9423,6 +9509,25 @@ exports.chains = {
|
|
|
9423
9509
|
}
|
|
9424
9510
|
]
|
|
9425
9511
|
},
|
|
9512
|
+
1717: {
|
|
9513
|
+
name: 'Doric Network',
|
|
9514
|
+
chain: 'DRC',
|
|
9515
|
+
icon: 'doric',
|
|
9516
|
+
rpc: ['https://mainnet.doric.network'],
|
|
9517
|
+
faucets: [],
|
|
9518
|
+
nativeCurrency: { name: 'Doric Native Token', symbol: 'DRC', decimals: 18 },
|
|
9519
|
+
infoURL: 'https://doric.network',
|
|
9520
|
+
shortName: 'DRC',
|
|
9521
|
+
chainId: 1717,
|
|
9522
|
+
networkId: 1717,
|
|
9523
|
+
explorers: [
|
|
9524
|
+
{
|
|
9525
|
+
name: 'Doric Explorer',
|
|
9526
|
+
url: 'https://explorer.doric.network',
|
|
9527
|
+
standard: 'EIP3091'
|
|
9528
|
+
}
|
|
9529
|
+
]
|
|
9530
|
+
},
|
|
9426
9531
|
1718: {
|
|
9427
9532
|
name: 'Palette Chain Mainnet',
|
|
9428
9533
|
chain: 'PLT',
|
|
@@ -9444,6 +9549,24 @@ exports.chains = {
|
|
|
9444
9549
|
}
|
|
9445
9550
|
]
|
|
9446
9551
|
},
|
|
9552
|
+
1729: {
|
|
9553
|
+
name: 'Reya Network',
|
|
9554
|
+
chain: 'Reya',
|
|
9555
|
+
rpc: ['https://rpc.reya.network', 'wss://ws.reya.network'],
|
|
9556
|
+
faucets: [],
|
|
9557
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
9558
|
+
infoURL: 'https://reya.network',
|
|
9559
|
+
shortName: 'reya',
|
|
9560
|
+
chainId: 1729,
|
|
9561
|
+
networkId: 1729,
|
|
9562
|
+
explorers: [
|
|
9563
|
+
{
|
|
9564
|
+
name: 'Reya Network Explorer',
|
|
9565
|
+
url: 'https://explorer.reya.network',
|
|
9566
|
+
standard: 'EIP3091'
|
|
9567
|
+
}
|
|
9568
|
+
]
|
|
9569
|
+
},
|
|
9447
9570
|
1773: {
|
|
9448
9571
|
name: 'PartyChain',
|
|
9449
9572
|
chain: 'mainnet',
|
|
@@ -10156,6 +10279,27 @@ exports.chains = {
|
|
|
10156
10279
|
networkId: 1987,
|
|
10157
10280
|
slip44: 1987
|
|
10158
10281
|
},
|
|
10282
|
+
1992: {
|
|
10283
|
+
name: 'Hubble Exchange',
|
|
10284
|
+
chain: 'Hubblenet',
|
|
10285
|
+
icon: 'hubblenet',
|
|
10286
|
+
rpc: ['https://rpc.hubble.exchange', 'wss://ws-rpc.hubble.exchange'],
|
|
10287
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10288
|
+
faucets: [],
|
|
10289
|
+
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
|
|
10290
|
+
infoURL: 'https://www.hubble.exchange',
|
|
10291
|
+
shortName: 'hubblenet',
|
|
10292
|
+
chainId: 1992,
|
|
10293
|
+
networkId: 1992,
|
|
10294
|
+
slip44: 60,
|
|
10295
|
+
explorers: [
|
|
10296
|
+
{
|
|
10297
|
+
name: 'routescan',
|
|
10298
|
+
url: 'https://explorer.hubble.exchange',
|
|
10299
|
+
standard: 'EIP3091'
|
|
10300
|
+
}
|
|
10301
|
+
]
|
|
10302
|
+
},
|
|
10159
10303
|
1994: {
|
|
10160
10304
|
name: 'Ekta',
|
|
10161
10305
|
chain: 'EKTA',
|
|
@@ -11068,7 +11212,9 @@ exports.chains = {
|
|
|
11068
11212
|
rpc: [
|
|
11069
11213
|
'https://evm.testnet.kava.io',
|
|
11070
11214
|
'https://kava-evm-testnet.rpc.thirdweb.com',
|
|
11071
|
-
'wss://wevm.testnet.kava.io'
|
|
11215
|
+
'wss://wevm.testnet.kava.io',
|
|
11216
|
+
'https://kava-testnet.drpc.org',
|
|
11217
|
+
'wss://kava-testnet.drpc.org'
|
|
11072
11218
|
],
|
|
11073
11219
|
faucets: ['https://faucet.kava.io'],
|
|
11074
11220
|
nativeCurrency: { name: 'TKava', symbol: 'TKAVA', decimals: 18 },
|
|
@@ -11098,7 +11244,9 @@ exports.chains = {
|
|
|
11098
11244
|
'wss://kava-evm-rpc.publicnode.com',
|
|
11099
11245
|
'https://evm.kava-rpc.com',
|
|
11100
11246
|
'https://rpc.ankr.com/kava_evm',
|
|
11101
|
-
'wss://wevm.kava-rpc.com'
|
|
11247
|
+
'wss://wevm.kava-rpc.com',
|
|
11248
|
+
'https://kava.drpc.org',
|
|
11249
|
+
'wss://kava.drpc.org'
|
|
11102
11250
|
],
|
|
11103
11251
|
faucets: [],
|
|
11104
11252
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
|
@@ -11276,6 +11424,27 @@ exports.chains = {
|
|
|
11276
11424
|
}
|
|
11277
11425
|
]
|
|
11278
11426
|
},
|
|
11427
|
+
2340: {
|
|
11428
|
+
name: 'Atleta Testnet',
|
|
11429
|
+
chain: 'Atleta',
|
|
11430
|
+
rpc: ['https://atleta-testnet-rpc.quark.blue:9944'],
|
|
11431
|
+
faucets: ['https://faucet.atleta.network'],
|
|
11432
|
+
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
|
11433
|
+
infoURL: 'https://atleta.network',
|
|
11434
|
+
shortName: 'atla',
|
|
11435
|
+
chainId: 2340,
|
|
11436
|
+
networkId: 2340,
|
|
11437
|
+
slip44: 1,
|
|
11438
|
+
icon: 'atleta',
|
|
11439
|
+
explorers: [
|
|
11440
|
+
{
|
|
11441
|
+
name: 'Atleta Testnet Explorer',
|
|
11442
|
+
icon: 'atleta',
|
|
11443
|
+
url: 'http://185.234.69.18/?rpc=wss%3A%2F%2Fatleta-testnet-rpc.quark.blue%3A9944#/explorer',
|
|
11444
|
+
standard: 'none'
|
|
11445
|
+
}
|
|
11446
|
+
]
|
|
11447
|
+
},
|
|
11279
11448
|
2357: {
|
|
11280
11449
|
name: '(deprecated) Kroma Sepolia',
|
|
11281
11450
|
title: '(deprecated) Kroma Testnet Sepolia',
|
|
@@ -11549,6 +11718,7 @@ exports.chains = {
|
|
|
11549
11718
|
chainId: 2522,
|
|
11550
11719
|
networkId: 2522,
|
|
11551
11720
|
slip44: 1,
|
|
11721
|
+
icon: 'fraxtal',
|
|
11552
11722
|
explorers: [
|
|
11553
11723
|
{
|
|
11554
11724
|
name: 'fraxscan',
|
|
@@ -11816,6 +11986,31 @@ exports.chains = {
|
|
|
11816
11986
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
11817
11987
|
}
|
|
11818
11988
|
},
|
|
11989
|
+
2911: {
|
|
11990
|
+
name: 'HYCHAIN',
|
|
11991
|
+
chainId: 2911,
|
|
11992
|
+
shortName: 'hychain',
|
|
11993
|
+
chain: 'ETH',
|
|
11994
|
+
networkId: 2911,
|
|
11995
|
+
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
|
11996
|
+
rpc: ['https://rpc.hychain.com/http'],
|
|
11997
|
+
faucets: [],
|
|
11998
|
+
infoURL: 'https://www.hychain.com',
|
|
11999
|
+
icon: 'hychain',
|
|
12000
|
+
explorers: [
|
|
12001
|
+
{
|
|
12002
|
+
name: 'blockscout',
|
|
12003
|
+
url: 'https://explorer.hychain.com',
|
|
12004
|
+
icon: 'hychain',
|
|
12005
|
+
standard: 'EIP3091'
|
|
12006
|
+
}
|
|
12007
|
+
],
|
|
12008
|
+
parent: {
|
|
12009
|
+
type: 'L2',
|
|
12010
|
+
chain: 'eip155-1',
|
|
12011
|
+
bridges: [{ url: 'https://bridge.hychain.com' }]
|
|
12012
|
+
}
|
|
12013
|
+
},
|
|
11819
12014
|
2941: {
|
|
11820
12015
|
name: 'Xenon Chain Testnet',
|
|
11821
12016
|
chain: 'XEN',
|
|
@@ -12725,7 +12920,9 @@ exports.chains = {
|
|
|
12725
12920
|
rpc: [
|
|
12726
12921
|
'https://rpc.testnet.fantom.network',
|
|
12727
12922
|
'https://fantom-testnet-rpc.publicnode.com',
|
|
12728
|
-
'wss://fantom-testnet-rpc.publicnode.com'
|
|
12923
|
+
'wss://fantom-testnet-rpc.publicnode.com',
|
|
12924
|
+
'https://fantom-testnet.drpc.org',
|
|
12925
|
+
'wss://fantom-testnet.drpc.org'
|
|
12729
12926
|
],
|
|
12730
12927
|
faucets: ['https://faucet.fantom.network'],
|
|
12731
12928
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
@@ -13580,6 +13777,57 @@ exports.chains = {
|
|
|
13580
13777
|
status: 'incubating',
|
|
13581
13778
|
icon: 'syndicate'
|
|
13582
13779
|
},
|
|
13780
|
+
5102: {
|
|
13781
|
+
name: 'SIC Testnet',
|
|
13782
|
+
chain: 'SIC Testnet',
|
|
13783
|
+
rpc: ['https://rpc-sic-testnet-zvr7tlkzsi.t.conduit.xyz'],
|
|
13784
|
+
faucets: [],
|
|
13785
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13786
|
+
infoURL: 'https://www.fwb.help/',
|
|
13787
|
+
shortName: 'sic-testnet',
|
|
13788
|
+
chainId: 5102,
|
|
13789
|
+
networkId: 5102,
|
|
13790
|
+
explorers: [
|
|
13791
|
+
{
|
|
13792
|
+
name: 'blockscout',
|
|
13793
|
+
url: 'https://explorerl2new-sic-testnet-zvr7tlkzsi.t.conduit.xyz',
|
|
13794
|
+
standard: 'EIP3091'
|
|
13795
|
+
}
|
|
13796
|
+
]
|
|
13797
|
+
},
|
|
13798
|
+
5103: {
|
|
13799
|
+
name: 'Coordinape Testnet',
|
|
13800
|
+
chain: 'Coordinape Testnet',
|
|
13801
|
+
rpc: ['https://rpc-coordinape-testnet-vs9se3oc4v.t.conduit.xyz'],
|
|
13802
|
+
faucets: [],
|
|
13803
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13804
|
+
infoURL: 'https://coordinape.com/',
|
|
13805
|
+
shortName: 'coordinape-testnet',
|
|
13806
|
+
chainId: 5103,
|
|
13807
|
+
networkId: 5103
|
|
13808
|
+
},
|
|
13809
|
+
5104: {
|
|
13810
|
+
name: 'Charmverse Testnet',
|
|
13811
|
+
chain: 'Charmverse Testnet',
|
|
13812
|
+
rpc: ['https://rpc-charmverse-testnet-g6blnaebes.t.conduit.xyz'],
|
|
13813
|
+
faucets: [],
|
|
13814
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13815
|
+
infoURL: 'https://charmverse.io/',
|
|
13816
|
+
shortName: 'charmverse-testnet',
|
|
13817
|
+
chainId: 5104,
|
|
13818
|
+
networkId: 5104
|
|
13819
|
+
},
|
|
13820
|
+
5105: {
|
|
13821
|
+
name: 'Superloyalty Testnet',
|
|
13822
|
+
chain: 'Superloyalty Testnet',
|
|
13823
|
+
rpc: ['https://rpc-superloyalty-testnet-1m5gwjbsv1.t.conduit.xyz'],
|
|
13824
|
+
faucets: [],
|
|
13825
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
13826
|
+
infoURL: 'https://www.superloyal.com/',
|
|
13827
|
+
shortName: 'superloyalty-testnet',
|
|
13828
|
+
chainId: 5105,
|
|
13829
|
+
networkId: 5105
|
|
13830
|
+
},
|
|
13583
13831
|
5165: {
|
|
13584
13832
|
name: 'Bahamut',
|
|
13585
13833
|
title: 'Bahamut mainnet',
|
|
@@ -14862,6 +15110,31 @@ exports.chains = {
|
|
|
14862
15110
|
}
|
|
14863
15111
|
]
|
|
14864
15112
|
},
|
|
15113
|
+
7778: {
|
|
15114
|
+
name: 'Orenium Mainnet Protocol',
|
|
15115
|
+
chain: 'ORE',
|
|
15116
|
+
rpc: [
|
|
15117
|
+
'https://validator-mainnet.orenium.org',
|
|
15118
|
+
'https://rpc-oracle-mainnet.orenium.org',
|
|
15119
|
+
'https://portalmainnet.orenium.org'
|
|
15120
|
+
],
|
|
15121
|
+
nativeCurrency: { name: 'ORENIUM', symbol: 'ORE', decimals: 18 },
|
|
15122
|
+
infoURL: 'https://orenium.org',
|
|
15123
|
+
shortName: 'ore',
|
|
15124
|
+
chainId: 7778,
|
|
15125
|
+
networkId: 7778,
|
|
15126
|
+
slip44: 1,
|
|
15127
|
+
icon: 'ore',
|
|
15128
|
+
faucets: [],
|
|
15129
|
+
explorers: [
|
|
15130
|
+
{
|
|
15131
|
+
name: 'ORE Mainnet Explorer',
|
|
15132
|
+
icon: 'ore',
|
|
15133
|
+
url: 'https://oreniumscan.org',
|
|
15134
|
+
standard: 'none'
|
|
15135
|
+
}
|
|
15136
|
+
]
|
|
15137
|
+
},
|
|
14865
15138
|
7860: {
|
|
14866
15139
|
name: 'MaalChain Testnet',
|
|
14867
15140
|
chain: 'MaalChain Testnet',
|
|
@@ -15149,8 +15422,8 @@ exports.chains = {
|
|
|
15149
15422
|
{
|
|
15150
15423
|
name: 'meerscan testnet',
|
|
15151
15424
|
icon: 'meer',
|
|
15152
|
-
url: 'https://qng
|
|
15153
|
-
standard: '
|
|
15425
|
+
url: 'https://testnet-qng.qitmeer.io',
|
|
15426
|
+
standard: 'EIP3091'
|
|
15154
15427
|
}
|
|
15155
15428
|
]
|
|
15156
15429
|
},
|
|
@@ -15552,6 +15825,25 @@ exports.chains = {
|
|
|
15552
15825
|
}
|
|
15553
15826
|
]
|
|
15554
15827
|
},
|
|
15828
|
+
8866: {
|
|
15829
|
+
name: 'SuperLumio',
|
|
15830
|
+
chain: 'SuperLumio',
|
|
15831
|
+
icon: 'superlumio',
|
|
15832
|
+
rpc: ['https://mainnet.lumio.io/'],
|
|
15833
|
+
faucets: [],
|
|
15834
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15835
|
+
infoURL: 'https://lumio.io/',
|
|
15836
|
+
shortName: 'superlumio',
|
|
15837
|
+
chainId: 8866,
|
|
15838
|
+
networkId: 8866,
|
|
15839
|
+
explorers: [
|
|
15840
|
+
{
|
|
15841
|
+
name: 'Lumio explorer',
|
|
15842
|
+
url: 'https://explorer.lumio.io',
|
|
15843
|
+
standard: 'none'
|
|
15844
|
+
}
|
|
15845
|
+
]
|
|
15846
|
+
},
|
|
15555
15847
|
8880: {
|
|
15556
15848
|
name: 'Unique',
|
|
15557
15849
|
icon: 'unique',
|
|
@@ -15686,7 +15978,10 @@ exports.chains = {
|
|
|
15686
15978
|
chain: 'ORE',
|
|
15687
15979
|
rpc: [
|
|
15688
15980
|
'https://rpc-dev-testnet.orenium.org/',
|
|
15689
|
-
'https://rpc-testnet.orenium.org/'
|
|
15981
|
+
'https://rpc-testnet.orenium.org/',
|
|
15982
|
+
'https://rpc-orc.oredex.finance',
|
|
15983
|
+
'https://testnet-rpc.oredex.finance',
|
|
15984
|
+
'https://oredex-node.oredex.finance'
|
|
15690
15985
|
],
|
|
15691
15986
|
nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
|
|
15692
15987
|
infoURL: 'https://orenium.org',
|
|
@@ -16260,6 +16555,28 @@ exports.chains = {
|
|
|
16260
16555
|
}
|
|
16261
16556
|
]
|
|
16262
16557
|
},
|
|
16558
|
+
9898: {
|
|
16559
|
+
name: 'Larissa Chain',
|
|
16560
|
+
title: 'Larissa Chain',
|
|
16561
|
+
chain: 'Larissa',
|
|
16562
|
+
rpc: ['https://rpc.larissa.network'],
|
|
16563
|
+
faucets: [],
|
|
16564
|
+
nativeCurrency: { name: 'Larissa', symbol: 'LRS', decimals: 18 },
|
|
16565
|
+
infoURL: 'https://larissa.network',
|
|
16566
|
+
shortName: 'lrs',
|
|
16567
|
+
chainId: 9898,
|
|
16568
|
+
networkId: 1,
|
|
16569
|
+
slip44: 9898,
|
|
16570
|
+
status: 'active',
|
|
16571
|
+
icon: 'larissa',
|
|
16572
|
+
explorers: [
|
|
16573
|
+
{
|
|
16574
|
+
name: 'Larissa Scan',
|
|
16575
|
+
url: 'https://scan.larissa.network',
|
|
16576
|
+
standard: 'EIP3091'
|
|
16577
|
+
}
|
|
16578
|
+
]
|
|
16579
|
+
},
|
|
16263
16580
|
9977: {
|
|
16264
16581
|
name: 'Mind Smart Chain Testnet',
|
|
16265
16582
|
chain: 'tMIND',
|
|
@@ -16511,7 +16828,9 @@ exports.chains = {
|
|
|
16511
16828
|
'https://rpc.chiado.gnosis.gateway.fm',
|
|
16512
16829
|
'wss://rpc.chiadochain.net/wss',
|
|
16513
16830
|
'https://gnosis-chiado-rpc.publicnode.com',
|
|
16514
|
-
'wss://gnosis-chiado-rpc.publicnode.com'
|
|
16831
|
+
'wss://gnosis-chiado-rpc.publicnode.com',
|
|
16832
|
+
'https://gnosis-chiado.drpc.org',
|
|
16833
|
+
'wss://gnosis-chiado.drpc.org'
|
|
16515
16834
|
],
|
|
16516
16835
|
faucets: ['https://gnosisfaucet.com'],
|
|
16517
16836
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
@@ -16851,7 +17170,9 @@ exports.chains = {
|
|
|
16851
17170
|
rpc: [
|
|
16852
17171
|
'https://rpc.eth.haqq.network',
|
|
16853
17172
|
'https://haqq-evm-rpc.publicnode.com',
|
|
16854
|
-
'wss://haqq-evm-rpc.publicnode.com'
|
|
17173
|
+
'wss://haqq-evm-rpc.publicnode.com',
|
|
17174
|
+
'https://haqq.drpc.org',
|
|
17175
|
+
'wss://haqq.drpc.org'
|
|
16855
17176
|
],
|
|
16856
17177
|
faucets: [],
|
|
16857
17178
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
|
@@ -16891,6 +17212,25 @@ exports.chains = {
|
|
|
16891
17212
|
}
|
|
16892
17213
|
]
|
|
16893
17214
|
},
|
|
17215
|
+
11501: {
|
|
17216
|
+
name: 'BEVM Mainnet',
|
|
17217
|
+
chain: 'BEVM',
|
|
17218
|
+
rpc: ['https://rpc-mainnet-1.bevm.io/', 'https://rpc-mainnet-2.bevm.io/'],
|
|
17219
|
+
faucets: [],
|
|
17220
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
17221
|
+
infoURL: 'https://bevm.io',
|
|
17222
|
+
shortName: 'bevm',
|
|
17223
|
+
chainId: 11501,
|
|
17224
|
+
networkId: 11501,
|
|
17225
|
+
icon: 'bevm',
|
|
17226
|
+
explorers: [
|
|
17227
|
+
{
|
|
17228
|
+
name: 'bevm mainnet scan',
|
|
17229
|
+
url: 'https://scan-mainnet.bevm.io',
|
|
17230
|
+
standard: 'none'
|
|
17231
|
+
}
|
|
17232
|
+
]
|
|
17233
|
+
},
|
|
16894
17234
|
11503: {
|
|
16895
17235
|
name: 'BEVM Testnet',
|
|
16896
17236
|
chain: 'BEVM',
|
|
@@ -16898,10 +17238,10 @@ exports.chains = {
|
|
|
16898
17238
|
faucets: [],
|
|
16899
17239
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
16900
17240
|
infoURL: 'https://bevm.io',
|
|
16901
|
-
shortName: 'bevm',
|
|
17241
|
+
shortName: 'bevm-test',
|
|
16902
17242
|
chainId: 11503,
|
|
16903
17243
|
networkId: 11503,
|
|
16904
|
-
icon: '
|
|
17244
|
+
icon: 'bevm',
|
|
16905
17245
|
explorers: [
|
|
16906
17246
|
{
|
|
16907
17247
|
name: 'bevm testnet scan',
|
|
@@ -17259,7 +17599,11 @@ exports.chains = {
|
|
|
17259
17599
|
13371: {
|
|
17260
17600
|
name: 'Immutable zkEVM',
|
|
17261
17601
|
chain: 'Immutable zkEVM',
|
|
17262
|
-
rpc: [
|
|
17602
|
+
rpc: [
|
|
17603
|
+
'https://rpc.immutable.com',
|
|
17604
|
+
'https://immutable-zkevm.drpc.org',
|
|
17605
|
+
'wss://immutable-zkevm.drpc.org'
|
|
17606
|
+
],
|
|
17263
17607
|
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
17264
17608
|
nativeCurrency: { name: 'IMX', symbol: 'IMX', decimals: 18 },
|
|
17265
17609
|
infoURL: 'https://www.immutable.com',
|
|
@@ -17298,7 +17642,11 @@ exports.chains = {
|
|
|
17298
17642
|
13473: {
|
|
17299
17643
|
name: 'Immutable zkEVM Testnet',
|
|
17300
17644
|
chain: 'Immutable zkEVM',
|
|
17301
|
-
rpc: [
|
|
17645
|
+
rpc: [
|
|
17646
|
+
'https://rpc.testnet.immutable.com',
|
|
17647
|
+
'https://immutable-zkevm-testnet.drpc.org',
|
|
17648
|
+
'wss://immutable-zkevm-testnet.drpc.org'
|
|
17649
|
+
],
|
|
17302
17650
|
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
17303
17651
|
nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
|
|
17304
17652
|
infoURL: 'https://www.immutable.com',
|
|
@@ -17591,7 +17939,9 @@ exports.chains = {
|
|
|
17591
17939
|
rpc: [
|
|
17592
17940
|
'https://rpc.holesky.ethpandaops.io',
|
|
17593
17941
|
'https://ethereum-holesky-rpc.publicnode.com',
|
|
17594
|
-
'wss://ethereum-holesky-rpc.publicnode.com'
|
|
17942
|
+
'wss://ethereum-holesky-rpc.publicnode.com',
|
|
17943
|
+
'https://holesky.drpc.org',
|
|
17944
|
+
'wss://holesky.drpc.org'
|
|
17595
17945
|
],
|
|
17596
17946
|
faucets: [
|
|
17597
17947
|
'https://faucet.holesky.ethpandaops.io',
|
|
@@ -18314,7 +18664,7 @@ exports.chains = {
|
|
|
18314
18664
|
explorers: [
|
|
18315
18665
|
{
|
|
18316
18666
|
name: 'Oasis Sapphire Explorer',
|
|
18317
|
-
url: 'https://explorer.
|
|
18667
|
+
url: 'https://explorer.oasis.io/mainnet/sapphire',
|
|
18318
18668
|
standard: 'EIP3091'
|
|
18319
18669
|
}
|
|
18320
18670
|
]
|
|
@@ -18324,8 +18674,8 @@ exports.chains = {
|
|
|
18324
18674
|
chain: 'Sapphire',
|
|
18325
18675
|
icon: 'oasis',
|
|
18326
18676
|
rpc: [
|
|
18327
|
-
'https://testnet.sapphire.oasis.
|
|
18328
|
-
'wss://testnet.sapphire.oasis.
|
|
18677
|
+
'https://testnet.sapphire.oasis.io',
|
|
18678
|
+
'wss://testnet.sapphire.oasis.io/ws'
|
|
18329
18679
|
],
|
|
18330
18680
|
faucets: [],
|
|
18331
18681
|
nativeCurrency: {
|
|
@@ -18341,7 +18691,7 @@ exports.chains = {
|
|
|
18341
18691
|
explorers: [
|
|
18342
18692
|
{
|
|
18343
18693
|
name: 'Oasis Sapphire Testnet Explorer',
|
|
18344
|
-
url: 'https://
|
|
18694
|
+
url: 'https://explorer.oasis.io/testnet/sapphire',
|
|
18345
18695
|
standard: 'EIP3091'
|
|
18346
18696
|
}
|
|
18347
18697
|
]
|
|
@@ -18556,6 +18906,27 @@ exports.chains = {
|
|
|
18556
18906
|
}
|
|
18557
18907
|
]
|
|
18558
18908
|
},
|
|
18909
|
+
29112: {
|
|
18910
|
+
name: 'HYCHAIN Testnet',
|
|
18911
|
+
chainId: 29112,
|
|
18912
|
+
shortName: 'hychain-testnet',
|
|
18913
|
+
chain: 'ETH',
|
|
18914
|
+
networkId: 29112,
|
|
18915
|
+
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
|
18916
|
+
rpc: ['https://testnet-rpc.hychain.com/http'],
|
|
18917
|
+
faucets: [],
|
|
18918
|
+
infoURL: 'https://www.hychain.com',
|
|
18919
|
+
icon: 'hychain',
|
|
18920
|
+
explorers: [
|
|
18921
|
+
{
|
|
18922
|
+
name: 'blockscout',
|
|
18923
|
+
url: 'https://testnet.explorer.hychain.com',
|
|
18924
|
+
icon: 'hychain',
|
|
18925
|
+
standard: 'EIP3091'
|
|
18926
|
+
}
|
|
18927
|
+
],
|
|
18928
|
+
parent: { type: 'L2', chain: 'eip155-58008', bridges: [] }
|
|
18929
|
+
},
|
|
18559
18930
|
29548: {
|
|
18560
18931
|
name: 'MCH Verse Mainnet',
|
|
18561
18932
|
chain: 'MCH Verse',
|
|
@@ -18934,7 +19305,11 @@ exports.chains = {
|
|
|
18934
19305
|
34443: {
|
|
18935
19306
|
name: 'Mode',
|
|
18936
19307
|
chain: 'ETH',
|
|
18937
|
-
rpc: [
|
|
19308
|
+
rpc: [
|
|
19309
|
+
'https://mainnet.mode.network',
|
|
19310
|
+
'https://mode.drpc.org',
|
|
19311
|
+
'wss://mode.drpc.org'
|
|
19312
|
+
],
|
|
18938
19313
|
faucets: [],
|
|
18939
19314
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18940
19315
|
infoURL: 'https://docs.mode.network/',
|
|
@@ -19220,10 +19595,10 @@ exports.chains = {
|
|
|
19220
19595
|
chain: 'Emerald',
|
|
19221
19596
|
icon: 'oasis',
|
|
19222
19597
|
rpc: [
|
|
19223
|
-
'https://testnet.emerald.oasis.
|
|
19224
|
-
'wss://testnet.emerald.oasis.
|
|
19598
|
+
'https://testnet.emerald.oasis.io/',
|
|
19599
|
+
'wss://testnet.emerald.oasis.io/ws'
|
|
19225
19600
|
],
|
|
19226
|
-
faucets: ['https://faucet.testnet.oasis.
|
|
19601
|
+
faucets: ['https://faucet.testnet.oasis.io/'],
|
|
19227
19602
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
|
19228
19603
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
|
19229
19604
|
shortName: 'emerald-testnet',
|
|
@@ -19233,7 +19608,7 @@ exports.chains = {
|
|
|
19233
19608
|
explorers: [
|
|
19234
19609
|
{
|
|
19235
19610
|
name: 'Oasis Emerald Testnet Explorer',
|
|
19236
|
-
url: 'https://
|
|
19611
|
+
url: 'https://explorer.oasis.io/testnet/emerald',
|
|
19237
19612
|
standard: 'EIP3091'
|
|
19238
19613
|
}
|
|
19239
19614
|
]
|
|
@@ -19242,7 +19617,7 @@ exports.chains = {
|
|
|
19242
19617
|
name: 'Oasis Emerald',
|
|
19243
19618
|
chain: 'Emerald',
|
|
19244
19619
|
icon: 'oasis',
|
|
19245
|
-
rpc: ['https://emerald.oasis.
|
|
19620
|
+
rpc: ['https://emerald.oasis.io', 'wss://emerald.oasis.io/ws'],
|
|
19246
19621
|
faucets: [],
|
|
19247
19622
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
|
19248
19623
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
|
@@ -19252,7 +19627,7 @@ exports.chains = {
|
|
|
19252
19627
|
explorers: [
|
|
19253
19628
|
{
|
|
19254
19629
|
name: 'Oasis Emerald Explorer',
|
|
19255
|
-
url: 'https://explorer.
|
|
19630
|
+
url: 'https://explorer.oasis.io/mainnet/emerald',
|
|
19256
19631
|
standard: 'EIP3091'
|
|
19257
19632
|
}
|
|
19258
19633
|
]
|
|
@@ -19774,7 +20149,7 @@ exports.chains = {
|
|
|
19774
20149
|
52014: {
|
|
19775
20150
|
name: 'Electroneum Mainnet',
|
|
19776
20151
|
chain: 'Electroneum',
|
|
19777
|
-
rpc: ['https://
|
|
20152
|
+
rpc: ['https://rpc.electroneum.com'],
|
|
19778
20153
|
faucets: [],
|
|
19779
20154
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
|
19780
20155
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -21832,24 +22207,24 @@ exports.chains = {
|
|
|
21832
22207
|
status: 'deprecated'
|
|
21833
22208
|
},
|
|
21834
22209
|
101010: {
|
|
21835
|
-
name: '
|
|
21836
|
-
chain: '
|
|
21837
|
-
icon: '
|
|
21838
|
-
rpc: ['https://
|
|
21839
|
-
faucets: [
|
|
21840
|
-
nativeCurrency: { name: '
|
|
21841
|
-
infoURL: 'https://
|
|
21842
|
-
shortName: '
|
|
22210
|
+
name: 'Global Trust Network',
|
|
22211
|
+
chain: 'GTN',
|
|
22212
|
+
icon: 'gtn',
|
|
22213
|
+
rpc: ['https://gtn.stabilityprotocol.com'],
|
|
22214
|
+
faucets: [],
|
|
22215
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
22216
|
+
infoURL: 'https://stabilityprotocol.com',
|
|
22217
|
+
shortName: 'stabilityprotocol',
|
|
21843
22218
|
chainId: 101010,
|
|
21844
22219
|
networkId: 101010,
|
|
21845
|
-
slip44: 1,
|
|
21846
22220
|
explorers: [
|
|
21847
22221
|
{
|
|
21848
|
-
name: '
|
|
21849
|
-
url: 'https://
|
|
22222
|
+
name: 'blockscout',
|
|
22223
|
+
url: 'https://stability.blockscout.com',
|
|
21850
22224
|
standard: 'EIP3091'
|
|
21851
22225
|
}
|
|
21852
|
-
]
|
|
22226
|
+
],
|
|
22227
|
+
redFlags: ['reusedChainId']
|
|
21853
22228
|
},
|
|
21854
22229
|
103090: {
|
|
21855
22230
|
name: 'Crystaleum',
|
|
@@ -21890,6 +22265,25 @@ exports.chains = {
|
|
|
21890
22265
|
}
|
|
21891
22266
|
]
|
|
21892
22267
|
},
|
|
22268
|
+
105105: {
|
|
22269
|
+
name: 'Stratis Mainnet',
|
|
22270
|
+
chain: 'Stratis',
|
|
22271
|
+
rpc: ['https://rpc.stratisevm.com'],
|
|
22272
|
+
faucets: [],
|
|
22273
|
+
nativeCurrency: { name: 'Stratis', symbol: 'STRAX', decimals: 18 },
|
|
22274
|
+
infoURL: 'https://www.stratisplatform.com',
|
|
22275
|
+
shortName: 'stratis',
|
|
22276
|
+
chainId: 105105,
|
|
22277
|
+
networkId: 105105,
|
|
22278
|
+
icon: 'stratis',
|
|
22279
|
+
explorers: [
|
|
22280
|
+
{
|
|
22281
|
+
name: 'Stratis Explorer',
|
|
22282
|
+
url: 'https://explorer.stratisevm.com',
|
|
22283
|
+
standard: 'EIP3091'
|
|
22284
|
+
}
|
|
22285
|
+
]
|
|
22286
|
+
},
|
|
21893
22287
|
108801: {
|
|
21894
22288
|
name: 'BROChain Mainnet',
|
|
21895
22289
|
chain: 'BRO',
|
|
@@ -22354,7 +22748,12 @@ exports.chains = {
|
|
|
22354
22748
|
chain: 'ETH',
|
|
22355
22749
|
status: 'active',
|
|
22356
22750
|
icon: 'taiko',
|
|
22357
|
-
rpc: [
|
|
22751
|
+
rpc: [
|
|
22752
|
+
'https://rpc.katla.taiko.xyz',
|
|
22753
|
+
'wss://rpc.katla.taiko.xyz',
|
|
22754
|
+
'https://taiko-katla.drpc.org',
|
|
22755
|
+
'wss://taiko-katla.drpc.org'
|
|
22756
|
+
],
|
|
22358
22757
|
faucets: [],
|
|
22359
22758
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22360
22759
|
infoURL: 'https://taiko.xyz',
|
|
@@ -23003,7 +23402,9 @@ exports.chains = {
|
|
|
23003
23402
|
'https://rpc.ankr.com/filecoin_testnet',
|
|
23004
23403
|
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
|
23005
23404
|
'https://filecoin-calibration.chainup.net/rpc/v1',
|
|
23006
|
-
'https://calibration.filfox.info/rpc/v1'
|
|
23405
|
+
'https://calibration.filfox.info/rpc/v1',
|
|
23406
|
+
'https://filecoin-calibration.drpc.org',
|
|
23407
|
+
'wss://filecoin-calibration.drpc.org'
|
|
23007
23408
|
],
|
|
23008
23409
|
faucets: ['https://faucet.calibration.fildev.network/'],
|
|
23009
23410
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
|
@@ -23940,6 +24341,28 @@ exports.chains = {
|
|
|
23940
24341
|
}
|
|
23941
24342
|
]
|
|
23942
24343
|
},
|
|
24344
|
+
696969: {
|
|
24345
|
+
name: 'Galadriel Testnet',
|
|
24346
|
+
chain: 'Galadriel',
|
|
24347
|
+
rpc: ['https://testnet.galadriel.com'],
|
|
24348
|
+
faucets: ['https://docs.galadriel.com/faucet'],
|
|
24349
|
+
nativeCurrency: {
|
|
24350
|
+
name: 'Galadriel Testnet token',
|
|
24351
|
+
symbol: 'GAL',
|
|
24352
|
+
decimals: 18
|
|
24353
|
+
},
|
|
24354
|
+
infoURL: 'https://galadriel.com',
|
|
24355
|
+
shortName: 'galadriel-testnet',
|
|
24356
|
+
chainId: 696969,
|
|
24357
|
+
networkId: 696969,
|
|
24358
|
+
explorers: [
|
|
24359
|
+
{
|
|
24360
|
+
name: 'Galadriel Explorer',
|
|
24361
|
+
url: 'https://explorer.galadriel.com',
|
|
24362
|
+
standard: 'none'
|
|
24363
|
+
}
|
|
24364
|
+
]
|
|
24365
|
+
},
|
|
23943
24366
|
710420: {
|
|
23944
24367
|
name: 'Tiltyard Mainnet Subnet',
|
|
23945
24368
|
chain: 'TILTYARD',
|
|
@@ -24438,7 +24861,9 @@ exports.chains = {
|
|
|
24438
24861
|
icon: 'astarzk',
|
|
24439
24862
|
rpc: [
|
|
24440
24863
|
'https://rpc.zkatana.gelato.digital',
|
|
24441
|
-
'https://rpc.startale.com/zkatana'
|
|
24864
|
+
'https://rpc.startale.com/zkatana',
|
|
24865
|
+
'https://astar-zkatana.drpc.org',
|
|
24866
|
+
'wss://astar-zkatana.drpc.org'
|
|
24442
24867
|
],
|
|
24443
24868
|
faucets: [],
|
|
24444
24869
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -24691,7 +25116,11 @@ exports.chains = {
|
|
|
24691
25116
|
3441005: {
|
|
24692
25117
|
name: 'Manta Pacific Testnet',
|
|
24693
25118
|
chain: 'Manta Pacific',
|
|
24694
|
-
rpc: [
|
|
25119
|
+
rpc: [
|
|
25120
|
+
'https://manta-testnet.calderachain.xyz/http',
|
|
25121
|
+
'https://manta-pacific-testnet.drpc.org',
|
|
25122
|
+
'wss://manta-pacific-testnet.drpc.org'
|
|
25123
|
+
],
|
|
24695
25124
|
faucets: [],
|
|
24696
25125
|
nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
|
|
24697
25126
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -24709,6 +25138,27 @@ exports.chains = {
|
|
|
24709
25138
|
}
|
|
24710
25139
|
]
|
|
24711
25140
|
},
|
|
25141
|
+
3441006: {
|
|
25142
|
+
name: 'Manta Pacific Sepolia Testnet',
|
|
25143
|
+
chain: 'Manta Pacific',
|
|
25144
|
+
rpc: ['https://pacific-rpc.sepolia-testnet.manta.network/http'],
|
|
25145
|
+
faucets: [],
|
|
25146
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25147
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
25148
|
+
infoURL: 'https://manta-testnet.caldera.dev/',
|
|
25149
|
+
shortName: 'mantaSepoliaTestnet',
|
|
25150
|
+
chainId: 3441006,
|
|
25151
|
+
networkId: 3441006,
|
|
25152
|
+
slip44: 1,
|
|
25153
|
+
icon: 'manta',
|
|
25154
|
+
explorers: [
|
|
25155
|
+
{
|
|
25156
|
+
name: 'manta-testnet Explorer',
|
|
25157
|
+
url: 'https://pacific-explorer.sepolia-testnet.manta.network',
|
|
25158
|
+
standard: 'EIP3091'
|
|
25159
|
+
}
|
|
25160
|
+
]
|
|
25161
|
+
},
|
|
24712
25162
|
4000003: {
|
|
24713
25163
|
name: 'AltLayer Zero Gas Network',
|
|
24714
25164
|
chain: 'ETH',
|
|
@@ -24771,7 +25221,7 @@ exports.chains = {
|
|
|
24771
25221
|
5201420: {
|
|
24772
25222
|
name: 'Electroneum Testnet',
|
|
24773
25223
|
chain: 'Electroneum',
|
|
24774
|
-
rpc: ['https://
|
|
25224
|
+
rpc: ['https://testnet-rpc.electroneum.com'],
|
|
24775
25225
|
faucets: [],
|
|
24776
25226
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
|
24777
25227
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -25157,7 +25607,9 @@ exports.chains = {
|
|
|
25157
25607
|
'https://sepolia.gateway.tenderly.co',
|
|
25158
25608
|
'wss://sepolia.gateway.tenderly.co',
|
|
25159
25609
|
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
25160
|
-
'wss://ethereum-sepolia-rpc.publicnode.com'
|
|
25610
|
+
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
25611
|
+
'https://sepolia.drpc.org',
|
|
25612
|
+
'wss://sepolia.drpc.org'
|
|
25161
25613
|
],
|
|
25162
25614
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
25163
25615
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -25182,7 +25634,11 @@ exports.chains = {
|
|
|
25182
25634
|
11155420: {
|
|
25183
25635
|
name: 'OP Sepolia Testnet',
|
|
25184
25636
|
chain: 'ETH',
|
|
25185
|
-
rpc: [
|
|
25637
|
+
rpc: [
|
|
25638
|
+
'https://sepolia.optimism.io',
|
|
25639
|
+
'https://optimism-sepolia.drpc.org',
|
|
25640
|
+
'wss://optimism-sepolia.drpc.org'
|
|
25641
|
+
],
|
|
25186
25642
|
faucets: ['https://app.optimism.io/faucet'],
|
|
25187
25643
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25188
25644
|
infoURL: 'https://optimism.io',
|
|
@@ -25267,6 +25723,26 @@ exports.chains = {
|
|
|
25267
25723
|
chainId: 18289463,
|
|
25268
25724
|
networkId: 18289463
|
|
25269
25725
|
},
|
|
25726
|
+
20180427: {
|
|
25727
|
+
name: 'Stability Testnet',
|
|
25728
|
+
chain: 'stabilityTestnet',
|
|
25729
|
+
icon: 'stabilitytestnet',
|
|
25730
|
+
rpc: ['https://free.testnet.stabilityprotocol.com'],
|
|
25731
|
+
faucets: [],
|
|
25732
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
25733
|
+
infoURL: 'https://stabilityprotocol.com',
|
|
25734
|
+
shortName: 'stabilitytestnet',
|
|
25735
|
+
chainId: 20180427,
|
|
25736
|
+
networkId: 20180427,
|
|
25737
|
+
slip44: 1,
|
|
25738
|
+
explorers: [
|
|
25739
|
+
{
|
|
25740
|
+
name: 'blockscout',
|
|
25741
|
+
url: 'https://stability-testnet.blockscout.com',
|
|
25742
|
+
standard: 'EIP3091'
|
|
25743
|
+
}
|
|
25744
|
+
]
|
|
25745
|
+
},
|
|
25270
25746
|
20180430: {
|
|
25271
25747
|
name: 'SmartMesh Mainnet',
|
|
25272
25748
|
chain: 'Spectrum',
|
|
@@ -25763,7 +26239,11 @@ exports.chains = {
|
|
|
25763
26239
|
168587773: {
|
|
25764
26240
|
name: 'Blast Sepolia Testnet',
|
|
25765
26241
|
chain: 'ETH',
|
|
25766
|
-
rpc: [
|
|
26242
|
+
rpc: [
|
|
26243
|
+
'https://sepolia.blast.io',
|
|
26244
|
+
'https://blast-sepolia.drpc.org',
|
|
26245
|
+
'wss://blast-sepolia.drpc.org'
|
|
26246
|
+
],
|
|
25767
26247
|
faucets: ['https://faucet.quicknode.com/blast/sepolia'],
|
|
25768
26248
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25769
26249
|
infoURL: 'https://blast.io/',
|
|
@@ -25833,7 +26313,11 @@ exports.chains = {
|
|
|
25833
26313
|
245022926: {
|
|
25834
26314
|
name: 'Neon EVM Devnet',
|
|
25835
26315
|
chain: 'Solana',
|
|
25836
|
-
rpc: [
|
|
26316
|
+
rpc: [
|
|
26317
|
+
'https://devnet.neonevm.org',
|
|
26318
|
+
'https://neon-evm-devnet.drpc.org',
|
|
26319
|
+
'wss://neon-evm-devnet.drpc.org'
|
|
26320
|
+
],
|
|
25837
26321
|
faucets: ['https://neonfaucet.org'],
|
|
25838
26322
|
icon: 'neon',
|
|
25839
26323
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
@@ -25858,7 +26342,11 @@ exports.chains = {
|
|
|
25858
26342
|
245022934: {
|
|
25859
26343
|
name: 'Neon EVM Mainnet',
|
|
25860
26344
|
chain: 'Solana',
|
|
25861
|
-
rpc: [
|
|
26345
|
+
rpc: [
|
|
26346
|
+
'https://neon-proxy-mainnet.solana.p2p.org',
|
|
26347
|
+
'https://neon-evm.drpc.org',
|
|
26348
|
+
'wss://neon-evm.drpc.org'
|
|
26349
|
+
],
|
|
25862
26350
|
faucets: [],
|
|
25863
26351
|
icon: 'neon',
|
|
25864
26352
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
@@ -26235,7 +26723,11 @@ exports.chains = {
|
|
|
26235
26723
|
1313161554: {
|
|
26236
26724
|
name: 'Aurora Mainnet',
|
|
26237
26725
|
chain: 'NEAR',
|
|
26238
|
-
rpc: [
|
|
26726
|
+
rpc: [
|
|
26727
|
+
'https://mainnet.aurora.dev',
|
|
26728
|
+
'https://aurora.drpc.org',
|
|
26729
|
+
'wss://aurora.drpc.org'
|
|
26730
|
+
],
|
|
26239
26731
|
faucets: [],
|
|
26240
26732
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26241
26733
|
infoURL: 'https://aurora.dev',
|
|
@@ -26253,7 +26745,11 @@ exports.chains = {
|
|
|
26253
26745
|
1313161555: {
|
|
26254
26746
|
name: 'Aurora Testnet',
|
|
26255
26747
|
chain: 'NEAR',
|
|
26256
|
-
rpc: [
|
|
26748
|
+
rpc: [
|
|
26749
|
+
'https://testnet.aurora.dev/',
|
|
26750
|
+
'https://aurora-testnet.drpc.org',
|
|
26751
|
+
'wss://aurora-testnet.drpc.org'
|
|
26752
|
+
],
|
|
26257
26753
|
faucets: [],
|
|
26258
26754
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26259
26755
|
infoURL: 'https://aurora.dev',
|
|
@@ -26458,7 +26954,9 @@ exports.chains = {
|
|
|
26458
26954
|
'https://api.s0.t.hmny.io',
|
|
26459
26955
|
'https://rpc.ankr.com/harmony',
|
|
26460
26956
|
'https://harmony.api.onfinality.io/public',
|
|
26461
|
-
'https://1rpc.io/one'
|
|
26957
|
+
'https://1rpc.io/one',
|
|
26958
|
+
'https://harmony-0.drpc.org',
|
|
26959
|
+
'wss://harmony-0.drpc.org'
|
|
26462
26960
|
],
|
|
26463
26961
|
faucets: [],
|
|
26464
26962
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
@@ -26479,7 +26977,11 @@ exports.chains = {
|
|
|
26479
26977
|
1666600001: {
|
|
26480
26978
|
name: 'Harmony Mainnet Shard 1',
|
|
26481
26979
|
chain: 'Harmony',
|
|
26482
|
-
rpc: [
|
|
26980
|
+
rpc: [
|
|
26981
|
+
'https://api.s1.t.hmny.io',
|
|
26982
|
+
'https://harmony-1.drpc.org',
|
|
26983
|
+
'wss://harmony-1.drpc.org'
|
|
26984
|
+
],
|
|
26483
26985
|
faucets: [],
|
|
26484
26986
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
26485
26987
|
infoURL: 'https://www.harmony.one/',
|