eth-chainlist 0.0.502 → 0.0.504
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +82 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.504 (2024-09-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.503 ([44724fb](https://github.com/poowf/eth-chainlist/commit/44724fba63618939402608f22e70d30ffcdfdbdf))
|
9
|
+
* update chain data ([762c114](https://github.com/poowf/eth-chainlist/commit/762c1144e2842b277c30c2e92d13b6f62b60717b))
|
10
|
+
|
11
|
+
### 0.0.503 (2024-09-27)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.502 ([3650b34](https://github.com/poowf/eth-chainlist/commit/3650b346e9dfde6f79c4d8b549913291728a9f61))
|
17
|
+
* update chain data ([a62e998](https://github.com/poowf/eth-chainlist/commit/a62e998daf0f33d13776a24c6d2594f101b292ef))
|
18
|
+
|
3
19
|
### 0.0.502 (2024-09-25)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -5476,14 +5476,25 @@ const chainArray = [
|
|
5476
5476
|
{
|
5477
5477
|
name: 'Shape',
|
5478
5478
|
chain: 'ETH',
|
5479
|
-
rpc: [
|
5479
|
+
rpc: [
|
5480
|
+
'https://mainnet.shape.network',
|
5481
|
+
'https://shape-mainnet.g.alchemy.com/public'
|
5482
|
+
],
|
5480
5483
|
faucets: [],
|
5481
5484
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5482
5485
|
infoURL: 'https://shape.network',
|
5483
5486
|
shortName: 'shape',
|
5484
5487
|
chainId: 360,
|
5485
5488
|
networkId: 360,
|
5486
|
-
|
5489
|
+
icon: 'shape',
|
5490
|
+
explorers: [
|
5491
|
+
{
|
5492
|
+
name: 'shapescan',
|
5493
|
+
url: 'https://shapescan.xyz',
|
5494
|
+
standard: 'EIP3091'
|
5495
|
+
}
|
5496
|
+
],
|
5497
|
+
status: 'active'
|
5487
5498
|
},
|
5488
5499
|
{
|
5489
5500
|
name: 'Theta Mainnet',
|
@@ -11224,7 +11235,12 @@ const chainArray = [
|
|
11224
11235
|
url: 'https://explorer.gravity.xyz',
|
11225
11236
|
standard: 'EIP3091'
|
11226
11237
|
},
|
11227
|
-
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
|
11238
|
+
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' },
|
11239
|
+
{
|
11240
|
+
name: 'OKLink',
|
11241
|
+
url: 'https://www.oklink.com/gravity-alpha',
|
11242
|
+
standard: 'EIP3091'
|
11243
|
+
}
|
11228
11244
|
],
|
11229
11245
|
parent: {
|
11230
11246
|
type: 'L2',
|
@@ -17924,9 +17940,9 @@ const chainArray = [
|
|
17924
17940
|
]
|
17925
17941
|
},
|
17926
17942
|
{
|
17927
|
-
name: 'BC Hyper
|
17928
|
-
chain: 'BC Hyper
|
17929
|
-
rpc: [ 'https://rpc.
|
17943
|
+
name: 'BC Hyper Chain Testnet',
|
17944
|
+
chain: 'BC Hyper Chain',
|
17945
|
+
rpc: [ 'https://rpc.bchscan.io' ],
|
17930
17946
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17931
17947
|
faucets: [],
|
17932
17948
|
nativeCurrency: { name: 'TEST VERSATIZE COIN', symbol: 'TVTCN', decimals: 18 },
|
@@ -17938,7 +17954,7 @@ const chainArray = [
|
|
17938
17954
|
explorers: [
|
17939
17955
|
{
|
17940
17956
|
name: 'bcexplorer testnet',
|
17941
|
-
url: 'https://testnet.
|
17957
|
+
url: 'https://testnet.bchscan.io',
|
17942
17958
|
standard: 'EIP3091'
|
17943
17959
|
}
|
17944
17960
|
]
|
@@ -22094,6 +22110,7 @@ const chainArray = [
|
|
22094
22110
|
shortName: 'shapesep',
|
22095
22111
|
chainId: 11011,
|
22096
22112
|
networkId: 11011,
|
22113
|
+
icon: 'shapeTestnet',
|
22097
22114
|
explorers: [
|
22098
22115
|
{
|
22099
22116
|
name: 'blockscout',
|
@@ -25374,19 +25391,24 @@ const chainArray = [
|
|
25374
25391
|
]
|
25375
25392
|
},
|
25376
25393
|
{
|
25377
|
-
name: '
|
25378
|
-
|
25379
|
-
|
25380
|
-
|
25381
|
-
rpc: [],
|
25394
|
+
name: 'Wirex Pay Mainnet',
|
25395
|
+
chain: 'WirexPay',
|
25396
|
+
icon: 'wpay',
|
25397
|
+
rpc: [ 'https://rpc.wirexpaychain.com' ],
|
25382
25398
|
faucets: [],
|
25383
|
-
nativeCurrency: { name: '
|
25384
|
-
infoURL: 'https://
|
25385
|
-
shortName: '
|
25399
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
25400
|
+
infoURL: 'https://docs.wirexpaychain.com/tech/wirex-pay-chain',
|
25401
|
+
shortName: 'wpay',
|
25386
25402
|
chainId: 31415,
|
25387
25403
|
networkId: 31415,
|
25388
|
-
|
25389
|
-
|
25404
|
+
explorers: [
|
25405
|
+
{
|
25406
|
+
name: 'Wirex Pay Explorer',
|
25407
|
+
url: 'https://blockscout.wirexpaychain.com',
|
25408
|
+
standard: 'EIP3091'
|
25409
|
+
}
|
25410
|
+
],
|
25411
|
+
redFlags: [ 'reusedChainId' ]
|
25390
25412
|
},
|
25391
25413
|
{
|
25392
25414
|
name: 'Xchain Mainnet',
|
@@ -27151,6 +27173,25 @@ const chainArray = [
|
|
27151
27173
|
}
|
27152
27174
|
]
|
27153
27175
|
},
|
27176
|
+
{
|
27177
|
+
name: 'Superposition',
|
27178
|
+
chain: 'Superposition',
|
27179
|
+
rpc: [ 'https://rpc.superposition.so' ],
|
27180
|
+
faucets: [],
|
27181
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
27182
|
+
infoURL: 'https://superposition.so',
|
27183
|
+
shortName: 'spn',
|
27184
|
+
chainId: 55244,
|
27185
|
+
networkId: 55244,
|
27186
|
+
explorers: [
|
27187
|
+
{
|
27188
|
+
name: 'Superposition Explorer',
|
27189
|
+
url: 'https://explorer.superposition.so',
|
27190
|
+
standard: 'EIP3091'
|
27191
|
+
}
|
27192
|
+
],
|
27193
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
27194
|
+
},
|
27154
27195
|
{
|
27155
27196
|
name: 'Photon Aurora Testnet',
|
27156
27197
|
chain: 'Photon',
|
@@ -35521,6 +35562,30 @@ const chainArray = [
|
|
35521
35562
|
],
|
35522
35563
|
parent: { type: 'L2', chain: 'eip155-1' }
|
35523
35564
|
},
|
35565
|
+
{
|
35566
|
+
name: 'Spotlight',
|
35567
|
+
chain: 'ETH',
|
35568
|
+
rpc: [],
|
35569
|
+
faucets: [],
|
35570
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
35571
|
+
infoURL: 'https://spotlightchain.com/',
|
35572
|
+
shortName: 'spotlight',
|
35573
|
+
chainId: 10058111,
|
35574
|
+
networkId: 10058111,
|
35575
|
+
status: 'incubating'
|
35576
|
+
},
|
35577
|
+
{
|
35578
|
+
name: 'Spotlight Sepolia Testnet',
|
35579
|
+
chain: 'ETH',
|
35580
|
+
rpc: [],
|
35581
|
+
faucets: [],
|
35582
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
35583
|
+
infoURL: 'https://spotlightchain.com/',
|
35584
|
+
shortName: 'spotlightsep',
|
35585
|
+
chainId: 10058112,
|
35586
|
+
networkId: 10058112,
|
35587
|
+
status: 'incubating'
|
35588
|
+
},
|
35524
35589
|
{
|
35525
35590
|
name: 'Plian Testnet Subchain 1',
|
35526
35591
|
chain: 'Plian',
|