eth-chainlist 0.0.542 → 0.0.543
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +246 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.542 (2024-11-19)
|
4
12
|
|
5
13
|
|
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',
|
@@ -4329,6 +4343,30 @@ const chainArray = [
|
|
4329
4343
|
}
|
4330
4344
|
]
|
4331
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
|
+
},
|
4332
4370
|
{
|
4333
4371
|
name: 'Mind Network Mainnet',
|
4334
4372
|
chain: 'FHE',
|
@@ -4714,6 +4752,26 @@ const chainArray = [
|
|
4714
4752
|
}
|
4715
4753
|
]
|
4716
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
|
+
},
|
4717
4775
|
{
|
4718
4776
|
name: 'Guru Network Testnet',
|
4719
4777
|
chain: 'tGURU',
|
@@ -4729,7 +4787,7 @@ const chainArray = [
|
|
4729
4787
|
explorers: [
|
4730
4788
|
{
|
4731
4789
|
name: 'guruscan',
|
4732
|
-
url: 'https://
|
4790
|
+
url: 'https://sepolia.gurunetwork.ai',
|
4733
4791
|
standard: 'EIP3091'
|
4734
4792
|
}
|
4735
4793
|
]
|
@@ -5540,6 +5598,26 @@ const chainArray = [
|
|
5540
5598
|
icon: 'grvt',
|
5541
5599
|
explorers: []
|
5542
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
|
+
},
|
5543
5621
|
{
|
5544
5622
|
name: 'Web3Q Mainnet',
|
5545
5623
|
chain: 'Web3Q',
|
@@ -7346,7 +7424,7 @@ const chainArray = [
|
|
7346
7424
|
faucets: [ 'https://faucet-testnet.nerochain.io' ],
|
7347
7425
|
nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
|
7348
7426
|
infoURL: 'https://docs.nerochain.io/',
|
7349
|
-
shortName: '
|
7427
|
+
shortName: 'NEROT',
|
7350
7428
|
chainId: 689,
|
7351
7429
|
networkId: 689,
|
7352
7430
|
slip44: 1,
|
@@ -11693,6 +11771,26 @@ const chainArray = [
|
|
11693
11771
|
}
|
11694
11772
|
]
|
11695
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
|
+
},
|
11696
11794
|
{
|
11697
11795
|
name: 'Ethereum Inscription Mainnet',
|
11698
11796
|
chain: 'ETINS',
|
@@ -11902,6 +12000,26 @@ const chainArray = [
|
|
11902
12000
|
chainId: 1688,
|
11903
12001
|
networkId: 1688
|
11904
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
|
+
},
|
11905
12023
|
{
|
11906
12024
|
name: 'Anytype EVM Chain',
|
11907
12025
|
chain: 'ETH',
|
@@ -14894,7 +15012,7 @@ const chainArray = [
|
|
14894
15012
|
],
|
14895
15013
|
parent: {
|
14896
15014
|
type: 'L2',
|
14897
|
-
chain: 'eip155-
|
15015
|
+
chain: 'eip155-11155111',
|
14898
15016
|
bridges: [ { url: 'https://bridge-ui.cardona.zkevm-rpc.com' } ]
|
14899
15017
|
}
|
14900
15018
|
},
|
@@ -15960,6 +16078,20 @@ const chainArray = [
|
|
15960
16078
|
networkId: 3331,
|
15961
16079
|
slip44: 1
|
15962
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
|
+
},
|
15963
16095
|
{
|
15964
16096
|
name: 'EthStorage Testnet',
|
15965
16097
|
chain: 'EthStorage',
|
@@ -15991,16 +16123,45 @@ const chainArray = [
|
|
15991
16123
|
]
|
15992
16124
|
},
|
15993
16125
|
{
|
15994
|
-
name: 'EthStorage
|
16126
|
+
name: 'EthStorage L2 Devnet',
|
15995
16127
|
chain: 'EthStorage',
|
15996
|
-
rpc: [ 'http://
|
16128
|
+
rpc: [ 'http://devnet.l2.ethstorage.io:9540' ],
|
15997
16129
|
faucets: [],
|
15998
16130
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15999
16131
|
infoURL: 'https://ethstorage.io/',
|
16000
|
-
shortName: '
|
16132
|
+
shortName: 'esl2-d',
|
16001
16133
|
chainId: 3335,
|
16002
16134
|
networkId: 3335,
|
16003
|
-
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'
|
16004
16165
|
},
|
16005
16166
|
{
|
16006
16167
|
name: 'peaq',
|
@@ -16026,6 +16187,19 @@ const chainArray = [
|
|
16026
16187
|
}
|
16027
16188
|
]
|
16028
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
|
+
},
|
16029
16203
|
{
|
16030
16204
|
name: 'Paribu Net Mainnet',
|
16031
16205
|
chain: 'PRB',
|
@@ -17934,6 +18108,25 @@ const chainArray = [
|
|
17934
18108
|
],
|
17935
18109
|
status: 'active'
|
17936
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
|
+
},
|
17937
18130
|
{
|
17938
18131
|
name: 'Syndicate Testnet',
|
17939
18132
|
title: 'Syndicate Testnet',
|
@@ -26846,6 +27039,7 @@ const chainArray = [
|
|
26846
27039
|
{
|
26847
27040
|
name: 'Mezo Matsnet Testnet',
|
26848
27041
|
chain: 'Mezo',
|
27042
|
+
icon: 'mezo',
|
26849
27043
|
rpc: [ 'https://rpc.test.mezo.org' ],
|
26850
27044
|
faucets: [ 'https://mezo.org/matsnet' ],
|
26851
27045
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
@@ -27372,6 +27566,30 @@ const chainArray = [
|
|
27372
27566
|
}
|
27373
27567
|
]
|
27374
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
|
+
},
|
27375
27593
|
{
|
27376
27594
|
name: 'ConnectorManager',
|
27377
27595
|
chain: 'Rangers',
|
@@ -31188,6 +31406,27 @@ const chainArray = [
|
|
31188
31406
|
}
|
31189
31407
|
]
|
31190
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
|
+
},
|
31191
31430
|
{
|
31192
31431
|
name: 'Chiliz Scoville Testnet',
|
31193
31432
|
chain: 'CHZ',
|