eth-chainlist 0.0.275 → 0.0.277

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.277 (2023-11-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.276 ([e7093c5](https://github.com/poowf/eth-chainlist/commit/e7093c52119db727ae613768d2d456f96db5e031))
9
+ * update chain data ([a216c69](https://github.com/poowf/eth-chainlist/commit/a216c69eaef465e93c6e2ba3a7836e1ef0cfa8d9))
10
+
11
+ ### 0.0.276 (2023-11-05)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.275 ([5e4f819](https://github.com/poowf/eth-chainlist/commit/5e4f819efe94f842dae0e43502579e474ca6e3e7))
17
+ * update chain data ([41f75c4](https://github.com/poowf/eth-chainlist/commit/41f75c4c434b75622d52ec09566fa23bf985b9dd))
18
+
3
19
  ### 0.0.275 (2023-11-04)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3436,7 +3436,7 @@ const chainArray = [
3436
3436
  {
3437
3437
  name: 'LACHAIN Mainnet',
3438
3438
  chain: 'LA',
3439
- icon: 'lachain',
3439
+ icon: 'lachain-io',
3440
3440
  rpc: [ 'https://rpc-mainnet.lachain.io' ],
3441
3441
  faucets: [],
3442
3442
  nativeCurrency: { name: 'LA', symbol: 'LA', decimals: 18 },
@@ -3455,7 +3455,7 @@ const chainArray = [
3455
3455
  {
3456
3456
  name: 'LACHAIN Testnet',
3457
3457
  chain: 'TLA',
3458
- icon: 'lachain',
3458
+ icon: 'lachain-io',
3459
3459
  rpc: [ 'https://rpc-testnet.lachain.io' ],
3460
3460
  faucets: [],
3461
3461
  nativeCurrency: { name: 'TLA', symbol: 'TLA', decimals: 18 },
@@ -3735,7 +3735,7 @@ const chainArray = [
3735
3735
  {
3736
3736
  name: 'LaChain',
3737
3737
  chain: 'LaChain',
3738
- icon: 'LaChain',
3738
+ icon: 'lachain-network',
3739
3739
  rpc: [
3740
3740
  'https://rpc1.mainnet.lachain.network',
3741
3741
  'https://rpc2.mainnet.lachain.network',
@@ -4540,7 +4540,7 @@ const chainArray = [
4540
4540
  {
4541
4541
  name: 'LaTestnet',
4542
4542
  chain: 'LaTestnet',
4543
- icon: 'LaChain',
4543
+ icon: 'lachain-network',
4544
4544
  rpc: [
4545
4545
  'https://rpc.testnet.lachain.network',
4546
4546
  'https://lachain-testnet.rpc-nodes.cedalio.dev'
@@ -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.277",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {