eth-chainlist 0.0.451 → 0.0.452
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 +22 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.452 (2024-07-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.451 ([c5d6141](https://github.com/poowf/eth-chainlist/commit/c5d61415606fceaad8b3f1ee64a7b8e61cc4ae37))
|
9
|
+
* update chain data ([639955a](https://github.com/poowf/eth-chainlist/commit/639955a6532b40c7b8413be80d6984c41d629758))
|
10
|
+
|
3
11
|
### 0.0.451 (2024-07-26)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6636,8 +6636,8 @@ const chainArray = [
|
|
6636
6636
|
{
|
6637
6637
|
name: 'Darwin Devnet',
|
6638
6638
|
chain: 'Darwin',
|
6639
|
-
rpc: [ 'https://devnet.darwinchain.ai' ],
|
6640
|
-
faucets: [ 'https://devnet.darwinchain.ai/faucet' ],
|
6639
|
+
rpc: [ 'https://devnet-rpc.darwinchain.ai' ],
|
6640
|
+
faucets: [ 'https://devnet-rpc.darwinchain.ai/faucet' ],
|
6641
6641
|
nativeCurrency: { name: 'Darwin Devnet token', symbol: 'DNA', decimals: 18 },
|
6642
6642
|
infoURL: 'https://darwinchain.ai',
|
6643
6643
|
shortName: 'darwin-devnet',
|
@@ -16167,6 +16167,19 @@ const chainArray = [
|
|
16167
16167
|
}
|
16168
16168
|
]
|
16169
16169
|
},
|
16170
|
+
{
|
16171
|
+
name: 'World Chain Sepolia Testnet',
|
16172
|
+
chain: 'ETH',
|
16173
|
+
rpc: [],
|
16174
|
+
faucets: [],
|
16175
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
16176
|
+
infoURL: 'https://worldcoin.org/',
|
16177
|
+
shortName: 'wcsep',
|
16178
|
+
chainId: 4801,
|
16179
|
+
networkId: 4801,
|
16180
|
+
slip44: 1,
|
16181
|
+
explorers: []
|
16182
|
+
},
|
16170
16183
|
{
|
16171
16184
|
name: 'Globel Chain',
|
16172
16185
|
chain: 'GC',
|
@@ -19920,7 +19933,7 @@ const chainArray = [
|
|
19920
19933
|
{
|
19921
19934
|
name: 'WeaveVM Testnet',
|
19922
19935
|
chain: 'WVM',
|
19923
|
-
rpc: [ 'https://testnet.wvm.dev' ],
|
19936
|
+
rpc: [ 'https://testnet.wvm.dev', 'https://testnet-rpc.wvm.dev' ],
|
19924
19937
|
faucets: [],
|
19925
19938
|
nativeCurrency: { name: 'Testnet WeaveVM Token', symbol: 'tWVM', decimals: 18 },
|
19926
19939
|
infoURL: 'https://wvm.dev',
|
@@ -30740,17 +30753,17 @@ const chainArray = [
|
|
30740
30753
|
]
|
30741
30754
|
},
|
30742
30755
|
{
|
30743
|
-
name: 'World Chain Sepolia Testnet',
|
30756
|
+
name: 'World Chain Sepolia Testnet Deprecated',
|
30757
|
+
status: 'deprecated',
|
30744
30758
|
chain: 'ETH',
|
30745
|
-
rpc: [],
|
30746
|
-
faucets: [],
|
30747
30759
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
30748
30760
|
infoURL: 'https://worldcoin.org/',
|
30749
|
-
shortName: 'wcsep',
|
30761
|
+
shortName: 'wcsep-dep',
|
30762
|
+
rpc: [],
|
30763
|
+
faucets: [],
|
30750
30764
|
chainId: 484752,
|
30751
30765
|
networkId: 484752,
|
30752
|
-
slip44: 1
|
30753
|
-
explorers: []
|
30766
|
+
slip44: 1
|
30754
30767
|
},
|
30755
30768
|
{
|
30756
30769
|
name: 'Gobbl Testnet',
|