eth-chainlist 0.0.501 → 0.0.503
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 +80 -23
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.503 (2024-09-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.502 ([3650b34](https://github.com/poowf/eth-chainlist/commit/3650b346e9dfde6f79c4d8b549913291728a9f61))
|
|
9
|
+
* update chain data ([a62e998](https://github.com/poowf/eth-chainlist/commit/a62e998daf0f33d13776a24c6d2594f101b292ef))
|
|
10
|
+
|
|
11
|
+
### 0.0.502 (2024-09-25)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.501 ([a99f773](https://github.com/poowf/eth-chainlist/commit/a99f773f3e8f1a04a9cf1aa3a7a43e9cbabea74b))
|
|
17
|
+
* update chain data ([cbd0328](https://github.com/poowf/eth-chainlist/commit/cbd03289d555e8839daddd8a4f6f58c01aa1b320))
|
|
18
|
+
|
|
3
19
|
### 0.0.501 (2024-09-24)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -11224,7 +11224,12 @@ const chainArray = [
|
|
|
11224
11224
|
url: 'https://explorer.gravity.xyz',
|
|
11225
11225
|
standard: 'EIP3091'
|
|
11226
11226
|
},
|
|
11227
|
-
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
|
|
11227
|
+
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' },
|
|
11228
|
+
{
|
|
11229
|
+
name: 'OKLink',
|
|
11230
|
+
url: 'https://www.oklink.com/gravity-alpha',
|
|
11231
|
+
standard: 'EIP3091'
|
|
11232
|
+
}
|
|
11228
11233
|
],
|
|
11229
11234
|
parent: {
|
|
11230
11235
|
type: 'L2',
|
|
@@ -12106,17 +12111,21 @@ const chainArray = [
|
|
|
12106
12111
|
{
|
|
12107
12112
|
name: 'Selendra Network Testnet',
|
|
12108
12113
|
chain: 'tSEL',
|
|
12109
|
-
rpc: [
|
|
12110
|
-
'https://rpc0-testnet.selendra.org',
|
|
12111
|
-
'https://rpc1-testnet.selendra.org'
|
|
12112
|
-
],
|
|
12114
|
+
rpc: [ 'https://rpc-testnet.selendra.org' ],
|
|
12113
12115
|
faucets: [],
|
|
12114
12116
|
nativeCurrency: { name: 'Selendra', symbol: 'tSEL', decimals: 18 },
|
|
12115
12117
|
infoURL: 'https://selendra.org',
|
|
12116
12118
|
shortName: 'tSEL',
|
|
12117
12119
|
chainId: 1953,
|
|
12118
12120
|
networkId: 1953,
|
|
12119
|
-
icon: 'selendra'
|
|
12121
|
+
icon: 'selendra',
|
|
12122
|
+
explorers: [
|
|
12123
|
+
{
|
|
12124
|
+
name: 'Selendra Portal',
|
|
12125
|
+
url: 'https://portal.selendra.org',
|
|
12126
|
+
standard: 'none'
|
|
12127
|
+
}
|
|
12128
|
+
]
|
|
12120
12129
|
},
|
|
12121
12130
|
{
|
|
12122
12131
|
name: 'Dexilla Testnet',
|
|
@@ -12165,7 +12174,7 @@ const chainArray = [
|
|
|
12165
12174
|
{
|
|
12166
12175
|
name: 'Selendra Network Mainnet',
|
|
12167
12176
|
chain: 'SEL',
|
|
12168
|
-
rpc: [ 'https://
|
|
12177
|
+
rpc: [ 'https://rpc.selendra.org', 'https://rpc2.selendra.org' ],
|
|
12169
12178
|
faucets: [],
|
|
12170
12179
|
nativeCurrency: { name: 'Selendra', symbol: 'SEL', decimals: 18 },
|
|
12171
12180
|
infoURL: 'https://selendra.org',
|
|
@@ -12175,8 +12184,8 @@ const chainArray = [
|
|
|
12175
12184
|
icon: 'selendra',
|
|
12176
12185
|
explorers: [
|
|
12177
12186
|
{
|
|
12178
|
-
name: 'Selendra
|
|
12179
|
-
url: 'https://
|
|
12187
|
+
name: 'Selendra Portal',
|
|
12188
|
+
url: 'https://portal.selendra.org',
|
|
12180
12189
|
standard: 'none'
|
|
12181
12190
|
}
|
|
12182
12191
|
]
|
|
@@ -17920,9 +17929,9 @@ const chainArray = [
|
|
|
17920
17929
|
]
|
|
17921
17930
|
},
|
|
17922
17931
|
{
|
|
17923
|
-
name: 'BC Hyper
|
|
17924
|
-
chain: 'BC Hyper
|
|
17925
|
-
rpc: [ 'https://rpc.
|
|
17932
|
+
name: 'BC Hyper Chain Testnet',
|
|
17933
|
+
chain: 'BC Hyper Chain',
|
|
17934
|
+
rpc: [ 'https://rpc.bchscan.io' ],
|
|
17926
17935
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
17927
17936
|
faucets: [],
|
|
17928
17937
|
nativeCurrency: { name: 'TEST VERSATIZE COIN', symbol: 'TVTCN', decimals: 18 },
|
|
@@ -17934,7 +17943,7 @@ const chainArray = [
|
|
|
17934
17943
|
explorers: [
|
|
17935
17944
|
{
|
|
17936
17945
|
name: 'bcexplorer testnet',
|
|
17937
|
-
url: 'https://testnet.
|
|
17946
|
+
url: 'https://testnet.bchscan.io',
|
|
17938
17947
|
standard: 'EIP3091'
|
|
17939
17948
|
}
|
|
17940
17949
|
]
|
|
@@ -25370,19 +25379,24 @@ const chainArray = [
|
|
|
25370
25379
|
]
|
|
25371
25380
|
},
|
|
25372
25381
|
{
|
|
25373
|
-
name: '
|
|
25374
|
-
|
|
25375
|
-
|
|
25376
|
-
|
|
25377
|
-
rpc: [],
|
|
25382
|
+
name: 'Wirex Pay Mainnet',
|
|
25383
|
+
chain: 'WirexPay',
|
|
25384
|
+
icon: 'wpay',
|
|
25385
|
+
rpc: [ 'https://rpc.wirexpaychain.com' ],
|
|
25378
25386
|
faucets: [],
|
|
25379
|
-
nativeCurrency: { name: '
|
|
25380
|
-
infoURL: 'https://
|
|
25381
|
-
shortName: '
|
|
25387
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
25388
|
+
infoURL: 'https://docs.wirexpaychain.com/tech/wirex-pay-chain',
|
|
25389
|
+
shortName: 'wpay',
|
|
25382
25390
|
chainId: 31415,
|
|
25383
25391
|
networkId: 31415,
|
|
25384
|
-
|
|
25385
|
-
|
|
25392
|
+
explorers: [
|
|
25393
|
+
{
|
|
25394
|
+
name: 'Wirex Pay Explorer',
|
|
25395
|
+
url: 'https://blockscout.wirexpaychain.com',
|
|
25396
|
+
standard: 'EIP3091'
|
|
25397
|
+
}
|
|
25398
|
+
],
|
|
25399
|
+
redFlags: [ 'reusedChainId' ]
|
|
25386
25400
|
},
|
|
25387
25401
|
{
|
|
25388
25402
|
name: 'Xchain Mainnet',
|
|
@@ -27147,6 +27161,25 @@ const chainArray = [
|
|
|
27147
27161
|
}
|
|
27148
27162
|
]
|
|
27149
27163
|
},
|
|
27164
|
+
{
|
|
27165
|
+
name: 'Superposition',
|
|
27166
|
+
chain: 'Superposition',
|
|
27167
|
+
rpc: [ 'https://rpc.superposition.so' ],
|
|
27168
|
+
faucets: [],
|
|
27169
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
27170
|
+
infoURL: 'https://superposition.so',
|
|
27171
|
+
shortName: 'spn',
|
|
27172
|
+
chainId: 55244,
|
|
27173
|
+
networkId: 55244,
|
|
27174
|
+
explorers: [
|
|
27175
|
+
{
|
|
27176
|
+
name: 'Superposition Explorer',
|
|
27177
|
+
url: 'https://explorer.superposition.so',
|
|
27178
|
+
standard: 'EIP3091'
|
|
27179
|
+
}
|
|
27180
|
+
],
|
|
27181
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
|
27182
|
+
},
|
|
27150
27183
|
{
|
|
27151
27184
|
name: 'Photon Aurora Testnet',
|
|
27152
27185
|
chain: 'Photon',
|
|
@@ -35517,6 +35550,30 @@ const chainArray = [
|
|
|
35517
35550
|
],
|
|
35518
35551
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
35519
35552
|
},
|
|
35553
|
+
{
|
|
35554
|
+
name: 'Spotlight',
|
|
35555
|
+
chain: 'ETH',
|
|
35556
|
+
rpc: [],
|
|
35557
|
+
faucets: [],
|
|
35558
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
35559
|
+
infoURL: 'https://spotlightchain.com/',
|
|
35560
|
+
shortName: 'spotlight',
|
|
35561
|
+
chainId: 10058111,
|
|
35562
|
+
networkId: 10058111,
|
|
35563
|
+
status: 'incubating'
|
|
35564
|
+
},
|
|
35565
|
+
{
|
|
35566
|
+
name: 'Spotlight Sepolia Testnet',
|
|
35567
|
+
chain: 'ETH',
|
|
35568
|
+
rpc: [],
|
|
35569
|
+
faucets: [],
|
|
35570
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
35571
|
+
infoURL: 'https://spotlightchain.com/',
|
|
35572
|
+
shortName: 'spotlightsep',
|
|
35573
|
+
chainId: 10058112,
|
|
35574
|
+
networkId: 10058112,
|
|
35575
|
+
status: 'incubating'
|
|
35576
|
+
},
|
|
35520
35577
|
{
|
|
35521
35578
|
name: 'Plian Testnet Subchain 1',
|
|
35522
35579
|
chain: 'Plian',
|