eth-chainlist 0.0.274 → 0.0.276

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.276 (2023-11-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.275 ([5e4f819](https://github.com/poowf/eth-chainlist/commit/5e4f819efe94f842dae0e43502579e474ca6e3e7))
9
+ * update chain data ([41f75c4](https://github.com/poowf/eth-chainlist/commit/41f75c4c434b75622d52ec09566fa23bf985b9dd))
10
+
11
+ ### 0.0.275 (2023-11-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.274 ([52af63e](https://github.com/poowf/eth-chainlist/commit/52af63e95b1e08cf1b1bb7a87212e1d091e4e1fd))
17
+ * update chain data ([b5e404f](https://github.com/poowf/eth-chainlist/commit/b5e404f6b5484536f2e26ba398f0317fe44b0e84))
18
+
3
19
  ### 0.0.274 (2023-11-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -9607,11 +9607,9 @@ const chainArray = [
9607
9607
  chain: 'KAVA',
9608
9608
  rpc: [
9609
9609
  'https://evm.kava.io',
9610
- 'https://evm2.kava.io',
9611
9610
  'https://kava-rpc.gateway.pokt.network',
9612
9611
  'https://kava-evm.rpc.thirdweb.com',
9613
9612
  'wss://wevm.kava.io',
9614
- 'wss://wevm2.kava.io',
9615
9613
  'https://kava-evm.publicnode.com',
9616
9614
  'wss://kava-evm.publicnode.com'
9617
9615
  ],
@@ -11427,6 +11425,24 @@ const chainArray = [
11427
11425
  }
11428
11426
  ]
11429
11427
  },
11428
+ {
11429
+ name: 'Mantle Sepolia Testnet',
11430
+ chain: 'ETH',
11431
+ rpc: [ 'https://rpc.sepolia.mantle.xyz' ],
11432
+ faucets: [ 'https://faucet.sepolia.mantle.xyz' ],
11433
+ nativeCurrency: { name: 'Sepolia Mantle', symbol: 'MNT', decimals: 18 },
11434
+ infoURL: 'https://mantle.xyz',
11435
+ shortName: 'mnt-sep',
11436
+ chainId: 5003,
11437
+ networkId: 5003,
11438
+ explorers: [
11439
+ {
11440
+ name: 'blockscout',
11441
+ url: 'https://explorer.sepolia.mantle.xyz',
11442
+ standard: 'EIP3091'
11443
+ }
11444
+ ]
11445
+ },
11430
11446
  {
11431
11447
  name: 'Treasurenet Testnet',
11432
11448
  chain: 'Treasurenet Testnet',
@@ -21572,6 +21588,7 @@ const chainArray = [
21572
21588
  shortName: 'hmy-s2',
21573
21589
  chainId: 1666600002,
21574
21590
  networkId: 1666600002,
21591
+ status: 'deprecated',
21575
21592
  explorers: [
21576
21593
  {
21577
21594
  name: 'Harmony Block Explorer',
@@ -21591,6 +21608,7 @@ const chainArray = [
21591
21608
  shortName: 'hmy-s3',
21592
21609
  chainId: 1666600003,
21593
21610
  networkId: 1666600003,
21611
+ status: 'deprecated',
21594
21612
  explorers: [
21595
21613
  {
21596
21614
  name: 'Harmony Block Explorer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.274",
3
+ "version": "0.0.276",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {