eth-chainlist 0.0.275 → 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,13 @@
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
+
3
11
  ### 0.0.275 (2023-11-04)
4
12
 
5
13
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.275",
3
+ "version": "0.0.276",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {