eth-chainlist 0.0.496 → 0.0.497
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 +33 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.497 (2024-09-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.496 ([fae7b51](https://github.com/poowf/eth-chainlist/commit/fae7b51f4a27d62853052a67b610fbda556940a4))
|
|
9
|
+
* update chain data ([902fe1f](https://github.com/poowf/eth-chainlist/commit/902fe1fea69d5f885b0bdc1fcc7a588b71a2b11a))
|
|
10
|
+
|
|
3
11
|
### 0.0.496 (2024-09-18)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -6165,7 +6165,7 @@ const chainArray = [
|
|
|
6165
6165
|
{
|
|
6166
6166
|
name: 'World Chain',
|
|
6167
6167
|
chain: 'ETH',
|
|
6168
|
-
rpc: [],
|
|
6168
|
+
rpc: [ 'https://worldchain-mainnet.g.alchemy.com/public' ],
|
|
6169
6169
|
faucets: [],
|
|
6170
6170
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6171
6171
|
infoURL: 'https://worldcoin.org',
|
|
@@ -16750,7 +16750,7 @@ const chainArray = [
|
|
|
16750
16750
|
{
|
|
16751
16751
|
name: 'World Chain Sepolia Testnet',
|
|
16752
16752
|
chain: 'ETH',
|
|
16753
|
-
rpc: [],
|
|
16753
|
+
rpc: [ 'https://worldchain-sepolia.g.alchemy.com/public' ],
|
|
16754
16754
|
faucets: [],
|
|
16755
16755
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
16756
16756
|
infoURL: 'https://worldcoin.org/',
|
|
@@ -22722,6 +22722,18 @@ const chainArray = [
|
|
|
22722
22722
|
}
|
|
22723
22723
|
]
|
|
22724
22724
|
},
|
|
22725
|
+
{
|
|
22726
|
+
name: 'Cannon Testnet',
|
|
22727
|
+
title: 'Cannon Private Testnet',
|
|
22728
|
+
chain: 'ETH',
|
|
22729
|
+
rpc: [ 'http://127.0.0.1:8545' ],
|
|
22730
|
+
faucets: [],
|
|
22731
|
+
nativeCurrency: { name: 'Cannon Testnet Ether', symbol: 'ETH', decimals: 18 },
|
|
22732
|
+
infoURL: 'https://usecannon.com',
|
|
22733
|
+
shortName: 'cannon',
|
|
22734
|
+
chainId: 13370,
|
|
22735
|
+
networkId: 13370
|
|
22736
|
+
},
|
|
22725
22737
|
{
|
|
22726
22738
|
name: 'Immutable zkEVM',
|
|
22727
22739
|
chain: 'Immutable zkEVM',
|
|
@@ -29533,6 +29545,25 @@ const chainArray = [
|
|
|
29533
29545
|
}
|
|
29534
29546
|
]
|
|
29535
29547
|
},
|
|
29548
|
+
{
|
|
29549
|
+
name: 'Tetron Testnet Smart Chain',
|
|
29550
|
+
chain: 'Tetron Testnet',
|
|
29551
|
+
rpc: [ 'https://test-rpc.tscscan.org' ],
|
|
29552
|
+
faucets: [],
|
|
29553
|
+
features: [ { name: 'EIP155' } ],
|
|
29554
|
+
nativeCurrency: { name: 'Tetron Testnet', symbol: 'TSC', decimals: 18 },
|
|
29555
|
+
infoURL: 'https://tetronchain.com/',
|
|
29556
|
+
shortName: 'TetronTestnet',
|
|
29557
|
+
chainId: 97053,
|
|
29558
|
+
networkId: 97053,
|
|
29559
|
+
explorers: [
|
|
29560
|
+
{
|
|
29561
|
+
name: 'Tetron Explorer',
|
|
29562
|
+
url: 'https://testnet.tscscan.org',
|
|
29563
|
+
standard: 'EIP3091'
|
|
29564
|
+
}
|
|
29565
|
+
]
|
|
29566
|
+
},
|
|
29536
29567
|
{
|
|
29537
29568
|
name: 'Tetron Smart Chain',
|
|
29538
29569
|
chain: 'Tetron Mainnet',
|