eth-chainlist 0.0.804 → 0.0.805
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 +8 -0
- package/data/chain.js +42 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.805 (2026-08-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.804 ([90fc293](https://github.com/poowf/eth-chainlist/commit/90fc293cd91f0272290b7f2fec13a8f90363a5f5))
|
|
9
|
+
* update chain data ([5f063ac](https://github.com/poowf/eth-chainlist/commit/5f063acb37a916db8880107e9327164ac6fbddee))
|
|
10
|
+
|
|
3
11
|
### 0.0.804 (2026-08-11)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -1209,6 +1209,7 @@ const chainArray = [
|
|
|
1209
1209
|
'https://bsc-dataseed3.ninicoin.io',
|
|
1210
1210
|
'https://bsc-dataseed4.ninicoin.io',
|
|
1211
1211
|
'https://bsc-rpc.publicnode.com',
|
|
1212
|
+
'https://bsc-rpc-public.chainpulse.cc',
|
|
1212
1213
|
'wss://bsc-rpc.publicnode.com',
|
|
1213
1214
|
'wss://bsc-ws-node.nariox.org'
|
|
1214
1215
|
],
|
|
@@ -2067,6 +2068,7 @@ const chainArray = [
|
|
|
2067
2068
|
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
|
2068
2069
|
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
|
2069
2070
|
'https://bsc-testnet-rpc.publicnode.com',
|
|
2071
|
+
'https://bsc-rpc-public.chainpulse.cc/testnet',
|
|
2070
2072
|
'wss://bsc-testnet-rpc.publicnode.com'
|
|
2071
2073
|
],
|
|
2072
2074
|
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
|
@@ -14180,6 +14182,27 @@ const chainArray = [
|
|
|
14180
14182
|
explorers: [],
|
|
14181
14183
|
status: 'deprecated'
|
|
14182
14184
|
},
|
|
14185
|
+
{
|
|
14186
|
+
name: 'Pharos Mainnet',
|
|
14187
|
+
chain: 'Pharos',
|
|
14188
|
+
icon: 'pharos',
|
|
14189
|
+
rpc: [ 'https://rpc.pharos.xyz' ],
|
|
14190
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
14191
|
+
faucets: [],
|
|
14192
|
+
nativeCurrency: { name: 'PharosCoin', symbol: 'PROS', decimals: 18 },
|
|
14193
|
+
infoURL: 'https://pharos.xyz',
|
|
14194
|
+
shortName: 'pharos',
|
|
14195
|
+
chainId: 1672,
|
|
14196
|
+
networkId: 1672,
|
|
14197
|
+
explorers: [
|
|
14198
|
+
{
|
|
14199
|
+
name: 'Pharos Explorer',
|
|
14200
|
+
url: 'https://pharosscan.xyz',
|
|
14201
|
+
icon: 'pharos',
|
|
14202
|
+
standard: 'EIP3091'
|
|
14203
|
+
}
|
|
14204
|
+
]
|
|
14205
|
+
},
|
|
14183
14206
|
{
|
|
14184
14207
|
name: 'Mint Testnet',
|
|
14185
14208
|
chain: 'ETH',
|
|
@@ -39005,6 +39028,25 @@ const chainArray = [
|
|
|
39005
39028
|
}
|
|
39006
39029
|
]
|
|
39007
39030
|
},
|
|
39031
|
+
{
|
|
39032
|
+
name: 'EAV7 EAVM',
|
|
39033
|
+
chain: 'EAV7',
|
|
39034
|
+
icon: 'eav7',
|
|
39035
|
+
rpc: [ 'https://rpc.eavscan.com' ],
|
|
39036
|
+
faucets: [],
|
|
39037
|
+
nativeCurrency: { name: 'EAV7', symbol: 'EAV7', decimals: 18 },
|
|
39038
|
+
infoURL: 'https://eavscan.com',
|
|
39039
|
+
shortName: 'eav7',
|
|
39040
|
+
chainId: 72020,
|
|
39041
|
+
networkId: 72020,
|
|
39042
|
+
explorers: [
|
|
39043
|
+
{
|
|
39044
|
+
name: 'EAV7 Scan',
|
|
39045
|
+
url: 'https://eavscan.com',
|
|
39046
|
+
standard: 'EIP3091'
|
|
39047
|
+
}
|
|
39048
|
+
]
|
|
39049
|
+
},
|
|
39008
39050
|
{
|
|
39009
39051
|
name: 'Nexera Testnet',
|
|
39010
39052
|
chain: 'Nexera',
|