eth-chainlist 0.0.541 → 0.0.543
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/CHANGELOG.md +16 -0
- package/data/chain.js +378 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.543 (2024-11-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.542 ([0d11e96](https://github.com/poowf/eth-chainlist/commit/0d11e9617f654bf27fd62619e343d171ae6336b6))
|
|
9
|
+
* update chain data ([d799ade](https://github.com/poowf/eth-chainlist/commit/d799ade74deba6f7525cbc55040c1e4210052003))
|
|
10
|
+
|
|
11
|
+
### 0.0.542 (2024-11-19)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.541 ([56305f8](https://github.com/poowf/eth-chainlist/commit/56305f86040120145924abdef1306c8e44e844f1))
|
|
17
|
+
* update chain data ([81628d4](https://github.com/poowf/eth-chainlist/commit/81628d419374375e6e97340d3dfe13897ce4d9df))
|
|
18
|
+
|
|
3
19
|
### 0.0.541 (2024-11-16)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -3517,6 +3517,20 @@ const chainArray = [
|
|
|
3517
3517
|
}
|
|
3518
3518
|
]
|
|
3519
3519
|
},
|
|
3520
|
+
{
|
|
3521
|
+
name: 'HashKey Chain',
|
|
3522
|
+
title: 'HashKey Chain',
|
|
3523
|
+
chain: 'HashKey Chain',
|
|
3524
|
+
rpc: [],
|
|
3525
|
+
faucets: [],
|
|
3526
|
+
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
3527
|
+
infoURL: 'https://hsk.xyz',
|
|
3528
|
+
shortName: 'HSK',
|
|
3529
|
+
chainId: 177,
|
|
3530
|
+
networkId: 177,
|
|
3531
|
+
explorers: [],
|
|
3532
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
3533
|
+
},
|
|
3520
3534
|
{
|
|
3521
3535
|
name: 'ABEY Testnet',
|
|
3522
3536
|
chain: 'ABEY',
|
|
@@ -3587,6 +3601,35 @@ const chainArray = [
|
|
|
3587
3601
|
icon: 'waterfall-main',
|
|
3588
3602
|
explorers: []
|
|
3589
3603
|
},
|
|
3604
|
+
{
|
|
3605
|
+
name: 'IOST Mainnet',
|
|
3606
|
+
chain: 'iost',
|
|
3607
|
+
rpc: [ 'https://iost-mainnet.alt.technology' ],
|
|
3608
|
+
faucets: [],
|
|
3609
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
|
3610
|
+
infoURL: 'https://iost.io',
|
|
3611
|
+
shortName: 'iost-mainnet',
|
|
3612
|
+
chainId: 182,
|
|
3613
|
+
networkId: 182,
|
|
3614
|
+
icon: 'bnbchain',
|
|
3615
|
+
slip44: 714,
|
|
3616
|
+
explorers: [
|
|
3617
|
+
{
|
|
3618
|
+
name: 'IOSTscan',
|
|
3619
|
+
url: 'https://iost-mainnet-explorer.alt.technology',
|
|
3620
|
+
standard: 'EIP3091'
|
|
3621
|
+
}
|
|
3622
|
+
],
|
|
3623
|
+
parent: {
|
|
3624
|
+
type: 'L2',
|
|
3625
|
+
chain: 'eip155-56',
|
|
3626
|
+
bridges: [
|
|
3627
|
+
{
|
|
3628
|
+
url: 'https://10910bc5-8382-4ef5-bdc7-4c54c8f57e75.bridges.rollbridge.app/'
|
|
3629
|
+
}
|
|
3630
|
+
]
|
|
3631
|
+
}
|
|
3632
|
+
},
|
|
3590
3633
|
{
|
|
3591
3634
|
name: 'Ethernity',
|
|
3592
3635
|
chain: 'Ethernity',
|
|
@@ -4300,6 +4343,30 @@ const chainArray = [
|
|
|
4300
4343
|
}
|
|
4301
4344
|
]
|
|
4302
4345
|
},
|
|
4346
|
+
{
|
|
4347
|
+
name: 'Prom',
|
|
4348
|
+
chain: 'Prom',
|
|
4349
|
+
icon: 'prom',
|
|
4350
|
+
rpc: [ 'https://prom-rpc.eu-north-2.gateway.fm' ],
|
|
4351
|
+
faucets: [],
|
|
4352
|
+
nativeCurrency: { name: 'Prom', symbol: 'PROM', decimals: 18 },
|
|
4353
|
+
infoURL: 'https://prom.io',
|
|
4354
|
+
shortName: 'PROM',
|
|
4355
|
+
chainId: 227,
|
|
4356
|
+
networkId: 227,
|
|
4357
|
+
explorers: [
|
|
4358
|
+
{
|
|
4359
|
+
name: 'blockscout',
|
|
4360
|
+
url: 'https://prom-blockscout.eu-north-2.gateway.fm',
|
|
4361
|
+
standard: 'EIP3091'
|
|
4362
|
+
}
|
|
4363
|
+
],
|
|
4364
|
+
parent: {
|
|
4365
|
+
type: 'L2',
|
|
4366
|
+
chain: 'eip155-1',
|
|
4367
|
+
bridges: [ { url: 'https://prom-bridge.eu-north-2.gateway.fm/' } ]
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4303
4370
|
{
|
|
4304
4371
|
name: 'Mind Network Mainnet',
|
|
4305
4372
|
chain: 'FHE',
|
|
@@ -4685,6 +4752,26 @@ const chainArray = [
|
|
|
4685
4752
|
}
|
|
4686
4753
|
]
|
|
4687
4754
|
},
|
|
4755
|
+
{
|
|
4756
|
+
name: 'Guru Network',
|
|
4757
|
+
chain: 'GURU',
|
|
4758
|
+
icon: 'GuruNetwork',
|
|
4759
|
+
rpc: [ 'https://rpc.gurunetwork.ai/archive/260' ],
|
|
4760
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
4761
|
+
faucets: [],
|
|
4762
|
+
nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
|
|
4763
|
+
infoURL: 'https://gurunetwork.ai',
|
|
4764
|
+
shortName: 'guru',
|
|
4765
|
+
chainId: 260,
|
|
4766
|
+
networkId: 260,
|
|
4767
|
+
explorers: [
|
|
4768
|
+
{
|
|
4769
|
+
name: 'guruscan',
|
|
4770
|
+
url: 'https://scan.gurunetwork.ai',
|
|
4771
|
+
standard: 'EIP3091'
|
|
4772
|
+
}
|
|
4773
|
+
]
|
|
4774
|
+
},
|
|
4688
4775
|
{
|
|
4689
4776
|
name: 'Guru Network Testnet',
|
|
4690
4777
|
chain: 'tGURU',
|
|
@@ -4700,7 +4787,7 @@ const chainArray = [
|
|
|
4700
4787
|
explorers: [
|
|
4701
4788
|
{
|
|
4702
4789
|
name: 'guruscan',
|
|
4703
|
-
url: 'https://
|
|
4790
|
+
url: 'https://sepolia.gurunetwork.ai',
|
|
4704
4791
|
standard: 'EIP3091'
|
|
4705
4792
|
}
|
|
4706
4793
|
]
|
|
@@ -4984,6 +5071,28 @@ const chainArray = [
|
|
|
4984
5071
|
}
|
|
4985
5072
|
]
|
|
4986
5073
|
},
|
|
5074
|
+
{
|
|
5075
|
+
name: 'DaVinci',
|
|
5076
|
+
chain: 'DCOIN',
|
|
5077
|
+
rpc: [ 'https://rpc.davinci.bz' ],
|
|
5078
|
+
faucets: [],
|
|
5079
|
+
nativeCurrency: { name: 'DaVinci', symbol: 'DCOIN', decimals: 18 },
|
|
5080
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
5081
|
+
infoURL: 'https://davinci.bz',
|
|
5082
|
+
shortName: 'davinci',
|
|
5083
|
+
chainId: 293,
|
|
5084
|
+
networkId: 293,
|
|
5085
|
+
icon: 'davinci',
|
|
5086
|
+
explorers: [
|
|
5087
|
+
{
|
|
5088
|
+
name: 'davinciscan',
|
|
5089
|
+
icon: 'blockscout',
|
|
5090
|
+
url: 'https://mainnet-explorer.davinci.bz',
|
|
5091
|
+
standard: 'EIP3091'
|
|
5092
|
+
}
|
|
5093
|
+
],
|
|
5094
|
+
status: 'active'
|
|
5095
|
+
},
|
|
4987
5096
|
{
|
|
4988
5097
|
name: 'Hedera Mainnet',
|
|
4989
5098
|
chain: 'Hedera',
|
|
@@ -5489,6 +5598,26 @@ const chainArray = [
|
|
|
5489
5598
|
icon: 'grvt',
|
|
5490
5599
|
explorers: []
|
|
5491
5600
|
},
|
|
5601
|
+
{
|
|
5602
|
+
name: 'Omax Testnet',
|
|
5603
|
+
chain: 'Omax Chain',
|
|
5604
|
+
rpc: [ 'https://testapi.omaxray.com' ],
|
|
5605
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
5606
|
+
faucets: [ 'https://faucet.omaxray.com/' ],
|
|
5607
|
+
nativeCurrency: { name: 'OMAX TESTCOIN', symbol: 'OMAXT', decimals: 18 },
|
|
5608
|
+
infoURL: 'https://www.omaxcoin.com/',
|
|
5609
|
+
shortName: 'omaxt',
|
|
5610
|
+
chainId: 332,
|
|
5611
|
+
networkId: 332,
|
|
5612
|
+
icon: 'omaxchain',
|
|
5613
|
+
explorers: [
|
|
5614
|
+
{
|
|
5615
|
+
name: 'Omax Chain Explorer',
|
|
5616
|
+
url: 'https://testnet.omaxscan.com',
|
|
5617
|
+
standard: 'EIP3091'
|
|
5618
|
+
}
|
|
5619
|
+
]
|
|
5620
|
+
},
|
|
5492
5621
|
{
|
|
5493
5622
|
name: 'Web3Q Mainnet',
|
|
5494
5623
|
chain: 'Web3Q',
|
|
@@ -7295,7 +7424,7 @@ const chainArray = [
|
|
|
7295
7424
|
faucets: [ 'https://faucet-testnet.nerochain.io' ],
|
|
7296
7425
|
nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
|
|
7297
7426
|
infoURL: 'https://docs.nerochain.io/',
|
|
7298
|
-
shortName: '
|
|
7427
|
+
shortName: 'NEROT',
|
|
7299
7428
|
chainId: 689,
|
|
7300
7429
|
networkId: 689,
|
|
7301
7430
|
slip44: 1,
|
|
@@ -11642,6 +11771,26 @@ const chainArray = [
|
|
|
11642
11771
|
}
|
|
11643
11772
|
]
|
|
11644
11773
|
},
|
|
11774
|
+
{
|
|
11775
|
+
name: 'Betherance',
|
|
11776
|
+
chain: 'Beth',
|
|
11777
|
+
rpc: [ 'https://rpc.bethscan.io' ],
|
|
11778
|
+
faucets: [],
|
|
11779
|
+
nativeCurrency: { name: 'Betherance', symbol: 'BETH', decimals: 18 },
|
|
11780
|
+
infoURL: 'https://rpc.bethscan.io',
|
|
11781
|
+
shortName: 'Beth',
|
|
11782
|
+
chainId: 1605,
|
|
11783
|
+
networkId: 1605,
|
|
11784
|
+
icon: 'betherance',
|
|
11785
|
+
explorers: [
|
|
11786
|
+
{
|
|
11787
|
+
name: 'bethscan',
|
|
11788
|
+
url: 'https://bethscan.io',
|
|
11789
|
+
icon: 'betherance',
|
|
11790
|
+
standard: 'none'
|
|
11791
|
+
}
|
|
11792
|
+
]
|
|
11793
|
+
},
|
|
11645
11794
|
{
|
|
11646
11795
|
name: 'Ethereum Inscription Mainnet',
|
|
11647
11796
|
chain: 'ETINS',
|
|
@@ -11851,6 +12000,26 @@ const chainArray = [
|
|
|
11851
12000
|
chainId: 1688,
|
|
11852
12001
|
networkId: 1688
|
|
11853
12002
|
},
|
|
12003
|
+
{
|
|
12004
|
+
name: 'NERO Mainnet',
|
|
12005
|
+
chain: 'NERO Chain',
|
|
12006
|
+
rpc: [ 'https://rpc.nerochain.io', 'wss://ws.nerochain.io' ],
|
|
12007
|
+
faucets: [],
|
|
12008
|
+
nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
|
|
12009
|
+
infoURL: 'https://docs.nerochain.io/',
|
|
12010
|
+
shortName: 'NERO',
|
|
12011
|
+
chainId: 1689,
|
|
12012
|
+
networkId: 1689,
|
|
12013
|
+
slip44: 1,
|
|
12014
|
+
icon: 'nero',
|
|
12015
|
+
explorers: [
|
|
12016
|
+
{
|
|
12017
|
+
name: 'nero mainnet scan',
|
|
12018
|
+
url: 'https://www.neroscan.io',
|
|
12019
|
+
standard: 'EIP3091'
|
|
12020
|
+
}
|
|
12021
|
+
]
|
|
12022
|
+
},
|
|
11854
12023
|
{
|
|
11855
12024
|
name: 'Anytype EVM Chain',
|
|
11856
12025
|
chain: 'ETH',
|
|
@@ -12693,6 +12862,25 @@ const chainArray = [
|
|
|
12693
12862
|
bridges: [ { url: 'https://bridge.soneium.org/testnet' } ]
|
|
12694
12863
|
}
|
|
12695
12864
|
},
|
|
12865
|
+
{
|
|
12866
|
+
name: 'Bionix Testnet',
|
|
12867
|
+
chain: 'Bionix',
|
|
12868
|
+
rpc: [ 'https://testnet-chain.bionixnetwork.com' ],
|
|
12869
|
+
faucets: [],
|
|
12870
|
+
nativeCurrency: { name: 'Bionix', symbol: 'tBIO', decimals: 18 },
|
|
12871
|
+
icon: 'bionix',
|
|
12872
|
+
infoURL: 'https://bionixnetwork.com',
|
|
12873
|
+
shortName: 'tbio',
|
|
12874
|
+
chainId: 1949,
|
|
12875
|
+
networkId: 1949,
|
|
12876
|
+
explorers: [
|
|
12877
|
+
{
|
|
12878
|
+
name: 'Bionix Testnet Explorer',
|
|
12879
|
+
url: 'https://testnet.bionixnetwork.com',
|
|
12880
|
+
standard: 'none'
|
|
12881
|
+
}
|
|
12882
|
+
]
|
|
12883
|
+
},
|
|
12696
12884
|
{
|
|
12697
12885
|
name: 'D-Chain Mainnet',
|
|
12698
12886
|
chain: 'D-Chain',
|
|
@@ -14824,7 +15012,7 @@ const chainArray = [
|
|
|
14824
15012
|
],
|
|
14825
15013
|
parent: {
|
|
14826
15014
|
type: 'L2',
|
|
14827
|
-
chain: 'eip155-
|
|
15015
|
+
chain: 'eip155-11155111',
|
|
14828
15016
|
bridges: [ { url: 'https://bridge-ui.cardona.zkevm-rpc.com' } ]
|
|
14829
15017
|
}
|
|
14830
15018
|
},
|
|
@@ -15890,6 +16078,20 @@ const chainArray = [
|
|
|
15890
16078
|
networkId: 3331,
|
|
15891
16079
|
slip44: 1
|
|
15892
16080
|
},
|
|
16081
|
+
{
|
|
16082
|
+
name: 'EthStorage L2 Mainnet',
|
|
16083
|
+
chain: 'EthStorage',
|
|
16084
|
+
rpc: [ 'http://mainnet.l2.ethstorage.io:9540' ],
|
|
16085
|
+
faucets: [],
|
|
16086
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16087
|
+
infoURL: 'https://ethstorage.io/',
|
|
16088
|
+
shortName: 'esl2-m',
|
|
16089
|
+
chainId: 3332,
|
|
16090
|
+
networkId: 3332,
|
|
16091
|
+
slip44: 1,
|
|
16092
|
+
status: 'incubating',
|
|
16093
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
16094
|
+
},
|
|
15893
16095
|
{
|
|
15894
16096
|
name: 'EthStorage Testnet',
|
|
15895
16097
|
chain: 'EthStorage',
|
|
@@ -15921,16 +16123,45 @@ const chainArray = [
|
|
|
15921
16123
|
]
|
|
15922
16124
|
},
|
|
15923
16125
|
{
|
|
15924
|
-
name: 'EthStorage
|
|
16126
|
+
name: 'EthStorage L2 Devnet',
|
|
15925
16127
|
chain: 'EthStorage',
|
|
15926
|
-
rpc: [ 'http://
|
|
16128
|
+
rpc: [ 'http://devnet.l2.ethstorage.io:9540' ],
|
|
15927
16129
|
faucets: [],
|
|
15928
16130
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15929
16131
|
infoURL: 'https://ethstorage.io/',
|
|
15930
|
-
shortName: '
|
|
16132
|
+
shortName: 'esl2-d',
|
|
15931
16133
|
chainId: 3335,
|
|
15932
16134
|
networkId: 3335,
|
|
15933
|
-
slip44: 1
|
|
16135
|
+
slip44: 1,
|
|
16136
|
+
status: 'incubating',
|
|
16137
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
16138
|
+
},
|
|
16139
|
+
{
|
|
16140
|
+
name: 'EthStorage L2 Testnet',
|
|
16141
|
+
chain: 'EthStorage',
|
|
16142
|
+
rpc: [ 'http://testnet.l2.ethstorage.io:9540' ],
|
|
16143
|
+
faucets: [],
|
|
16144
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16145
|
+
infoURL: 'https://ethstorage.io/',
|
|
16146
|
+
shortName: 'esl2-t',
|
|
16147
|
+
chainId: 3336,
|
|
16148
|
+
networkId: 3336,
|
|
16149
|
+
slip44: 1,
|
|
16150
|
+
status: 'incubating',
|
|
16151
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
16152
|
+
},
|
|
16153
|
+
{
|
|
16154
|
+
name: 'EthStorage Devnet',
|
|
16155
|
+
chain: 'EthStorage',
|
|
16156
|
+
rpc: [ 'http://devnet.ethstorage.io:9540' ],
|
|
16157
|
+
faucets: [],
|
|
16158
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16159
|
+
infoURL: 'https://ethstorage.io/',
|
|
16160
|
+
shortName: 'es-d',
|
|
16161
|
+
chainId: 3337,
|
|
16162
|
+
networkId: 3337,
|
|
16163
|
+
slip44: 1,
|
|
16164
|
+
status: 'incubating'
|
|
15934
16165
|
},
|
|
15935
16166
|
{
|
|
15936
16167
|
name: 'peaq',
|
|
@@ -15956,6 +16187,19 @@ const chainArray = [
|
|
|
15956
16187
|
}
|
|
15957
16188
|
]
|
|
15958
16189
|
},
|
|
16190
|
+
{
|
|
16191
|
+
name: 'EthStorage Mainnet',
|
|
16192
|
+
chain: 'EthStorage',
|
|
16193
|
+
rpc: [ 'http://mainnet.ethstorage.io:9540' ],
|
|
16194
|
+
faucets: [],
|
|
16195
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16196
|
+
infoURL: 'https://ethstorage.io/',
|
|
16197
|
+
shortName: 'es-m',
|
|
16198
|
+
chainId: 3339,
|
|
16199
|
+
networkId: 3339,
|
|
16200
|
+
slip44: 1,
|
|
16201
|
+
status: 'incubating'
|
|
16202
|
+
},
|
|
15959
16203
|
{
|
|
15960
16204
|
name: 'Paribu Net Mainnet',
|
|
15961
16205
|
chain: 'PRB',
|
|
@@ -17864,6 +18108,25 @@ const chainArray = [
|
|
|
17864
18108
|
],
|
|
17865
18109
|
status: 'active'
|
|
17866
18110
|
},
|
|
18111
|
+
{
|
|
18112
|
+
name: 'Pioneer Chain Testnet',
|
|
18113
|
+
chain: 'PIO',
|
|
18114
|
+
icon: 'pio',
|
|
18115
|
+
rpc: [ 'https://rpc.pionescan.com' ],
|
|
18116
|
+
faucets: [],
|
|
18117
|
+
nativeCurrency: { name: 'Pioneer', symbol: 'PIO', decimals: 18 },
|
|
18118
|
+
infoURL: 'https://pionechain.com',
|
|
18119
|
+
shortName: 'pio',
|
|
18120
|
+
chainId: 5090,
|
|
18121
|
+
networkId: 5090,
|
|
18122
|
+
explorers: [
|
|
18123
|
+
{
|
|
18124
|
+
name: 'Pioneer Chain Explorer',
|
|
18125
|
+
url: 'https://pionescan.com',
|
|
18126
|
+
standard: 'EIP3091'
|
|
18127
|
+
}
|
|
18128
|
+
]
|
|
18129
|
+
},
|
|
17867
18130
|
{
|
|
17868
18131
|
name: 'Syndicate Testnet',
|
|
17869
18132
|
title: 'Syndicate Testnet',
|
|
@@ -20354,6 +20617,32 @@ const chainArray = [
|
|
|
20354
20617
|
}
|
|
20355
20618
|
]
|
|
20356
20619
|
},
|
|
20620
|
+
{
|
|
20621
|
+
name: 'arena-z',
|
|
20622
|
+
title: 'arena-z',
|
|
20623
|
+
chain: 'arena-z',
|
|
20624
|
+
rpc: [ 'https://rpc.arena-z.gg', 'wss://ws.arena-z.gg' ],
|
|
20625
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20626
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z',
|
|
20627
|
+
faucets: [],
|
|
20628
|
+
shortName: 'arena-z',
|
|
20629
|
+
chainId: 7897,
|
|
20630
|
+
networkId: 7897,
|
|
20631
|
+
slip44: 60,
|
|
20632
|
+
icon: 'arena-z-mainnet',
|
|
20633
|
+
explorers: [
|
|
20634
|
+
{
|
|
20635
|
+
name: 'blockscout',
|
|
20636
|
+
url: 'https://explorer.arena-z.gg',
|
|
20637
|
+
standard: 'EIP3091'
|
|
20638
|
+
}
|
|
20639
|
+
],
|
|
20640
|
+
parent: {
|
|
20641
|
+
type: 'L2',
|
|
20642
|
+
chain: 'eip155-1',
|
|
20643
|
+
bridges: [ { url: 'https://bridge.gelato.network/bridge/arena-z' } ]
|
|
20644
|
+
}
|
|
20645
|
+
},
|
|
20357
20646
|
{
|
|
20358
20647
|
name: 'Dot Blox',
|
|
20359
20648
|
chain: 'DTBX',
|
|
@@ -26747,6 +27036,27 @@ const chainArray = [
|
|
|
26747
27036
|
],
|
|
26748
27037
|
redFlags: [ 'reusedChainId' ]
|
|
26749
27038
|
},
|
|
27039
|
+
{
|
|
27040
|
+
name: 'Mezo Matsnet Testnet',
|
|
27041
|
+
chain: 'Mezo',
|
|
27042
|
+
icon: 'mezo',
|
|
27043
|
+
rpc: [ 'https://rpc.test.mezo.org' ],
|
|
27044
|
+
faucets: [ 'https://mezo.org/matsnet' ],
|
|
27045
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
27046
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
27047
|
+
infoURL: 'https://mezo.org/',
|
|
27048
|
+
shortName: 'mezo',
|
|
27049
|
+
chainId: 31611,
|
|
27050
|
+
networkId: 31611,
|
|
27051
|
+
explorers: [
|
|
27052
|
+
{
|
|
27053
|
+
name: 'blockscout',
|
|
27054
|
+
url: 'https://explorer.test.mezo.org',
|
|
27055
|
+
icon: 'blockscout',
|
|
27056
|
+
standard: 'EIP3091'
|
|
27057
|
+
}
|
|
27058
|
+
]
|
|
27059
|
+
},
|
|
26750
27060
|
{
|
|
26751
27061
|
name: 'Xchain Mainnet',
|
|
26752
27062
|
chain: 'Xchain',
|
|
@@ -27256,6 +27566,30 @@ const chainArray = [
|
|
|
27256
27566
|
}
|
|
27257
27567
|
]
|
|
27258
27568
|
},
|
|
27569
|
+
{
|
|
27570
|
+
name: 'Lens Testnet',
|
|
27571
|
+
title: 'Lens Network Sepolia Testnet',
|
|
27572
|
+
chain: 'Lens',
|
|
27573
|
+
rpc: [ 'https://rpc.testnet.lens.dev' ],
|
|
27574
|
+
faucets: [ 'https://www.alchemy.com/faucets/lens-sepolia' ],
|
|
27575
|
+
chainId: 37111,
|
|
27576
|
+
networkId: 37111,
|
|
27577
|
+
nativeCurrency: { name: 'GRASS', symbol: 'GRASS', decimals: 18 },
|
|
27578
|
+
infoURL: 'https://www.lens.xyz',
|
|
27579
|
+
shortName: 'lens-sepolia',
|
|
27580
|
+
parent: {
|
|
27581
|
+
type: 'L2',
|
|
27582
|
+
chain: 'eip155-11155111',
|
|
27583
|
+
bridges: [ { url: 'https://portal.testnet.abs.xyz/bridge' } ]
|
|
27584
|
+
},
|
|
27585
|
+
explorers: [
|
|
27586
|
+
{
|
|
27587
|
+
name: 'Abstract Block Explorer',
|
|
27588
|
+
url: 'https://block-explorer.testnet.lens.dev',
|
|
27589
|
+
standard: 'none'
|
|
27590
|
+
}
|
|
27591
|
+
]
|
|
27592
|
+
},
|
|
27259
27593
|
{
|
|
27260
27594
|
name: 'ConnectorManager',
|
|
27261
27595
|
chain: 'Rangers',
|
|
@@ -28846,6 +29180,20 @@ const chainArray = [
|
|
|
28846
29180
|
}
|
|
28847
29181
|
]
|
|
28848
29182
|
},
|
|
29183
|
+
{
|
|
29184
|
+
name: 'Ink',
|
|
29185
|
+
chain: 'ETH',
|
|
29186
|
+
rpc: [],
|
|
29187
|
+
faucets: [],
|
|
29188
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
29189
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
29190
|
+
infoURL: 'https://inkonchain.com',
|
|
29191
|
+
shortName: 'ink',
|
|
29192
|
+
chainId: 57073,
|
|
29193
|
+
networkId: 57073,
|
|
29194
|
+
explorers: [],
|
|
29195
|
+
status: 'incubating'
|
|
29196
|
+
},
|
|
28849
29197
|
{
|
|
28850
29198
|
name: 'COINSEC Network',
|
|
28851
29199
|
title: 'COINSEC Network',
|
|
@@ -31058,6 +31406,27 @@ const chainArray = [
|
|
|
31058
31406
|
}
|
|
31059
31407
|
]
|
|
31060
31408
|
},
|
|
31409
|
+
{
|
|
31410
|
+
name: 'Matr1x Testnet',
|
|
31411
|
+
title: 'Matr1x Testnet',
|
|
31412
|
+
chain: 'Matr1x',
|
|
31413
|
+
rpc: [ 'https://testnet-rpc.m1chain.io' ],
|
|
31414
|
+
faucets: [],
|
|
31415
|
+
nativeCurrency: { name: 'MAX', symbol: 'MAX', decimals: 18 },
|
|
31416
|
+
infoURL: 'https://matr1x.io',
|
|
31417
|
+
shortName: 'Matr1x-Testnet',
|
|
31418
|
+
chainId: 88866,
|
|
31419
|
+
networkId: 88866,
|
|
31420
|
+
icon: 'matr1x',
|
|
31421
|
+
explorers: [
|
|
31422
|
+
{
|
|
31423
|
+
name: 'matr1x testnet',
|
|
31424
|
+
url: 'https://testnet-scan.m1chain.io',
|
|
31425
|
+
icon: 'matr1x',
|
|
31426
|
+
standard: 'EIP3091'
|
|
31427
|
+
}
|
|
31428
|
+
]
|
|
31429
|
+
},
|
|
31061
31430
|
{
|
|
31062
31431
|
name: 'Chiliz Scoville Testnet',
|
|
31063
31432
|
chain: 'CHZ',
|
|
@@ -36916,7 +37285,7 @@ const chainArray = [
|
|
|
36916
37285
|
networkId: 2611555
|
|
36917
37286
|
},
|
|
36918
37287
|
{
|
|
36919
|
-
name: 'Xterio Chain',
|
|
37288
|
+
name: 'Xterio Chain (ETH)',
|
|
36920
37289
|
chain: 'Xterio',
|
|
36921
37290
|
rpc: [ 'https://xterio-eth.alt.technology' ],
|
|
36922
37291
|
faucets: [],
|
|
@@ -36927,7 +37296,7 @@ const chainArray = [
|
|
|
36927
37296
|
networkId: 2702128,
|
|
36928
37297
|
explorers: [
|
|
36929
37298
|
{
|
|
36930
|
-
name: 'Xterio Chain Explorer',
|
|
37299
|
+
name: 'Xterio Chain (ETH) Explorer',
|
|
36931
37300
|
url: 'https://eth.xterscan.io',
|
|
36932
37301
|
standard: 'EIP3091'
|
|
36933
37302
|
}
|