eth-chainlist 0.0.136 → 0.0.138

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.138 (2023-04-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.137 ([0ef8d2d](https://github.com/poowf/eth-chainlist/commit/0ef8d2d89b5228bb735abf66c9052f4b9f61188b))
9
+ * update chain data ([1491bf6](https://github.com/poowf/eth-chainlist/commit/1491bf69c816ec378a992ce515240007ba849ca0))
10
+
11
+ ### 0.0.137 (2023-04-26)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.136 ([4a1c07b](https://github.com/poowf/eth-chainlist/commit/4a1c07baf109c631a51f7a8dbc7b37ff148108a4))
17
+ * update chain data ([1e7520b](https://github.com/poowf/eth-chainlist/commit/1e7520bb70c6c868743534225792ed56bcc0aff7))
18
+
3
19
  ### 0.0.136 (2023-04-25)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2419,6 +2419,26 @@ const chainArray = [
2419
2419
  }
2420
2420
  ]
2421
2421
  },
2422
+ {
2423
+ name: 'Six Protocol Testnet',
2424
+ chain: 'FIVENET',
2425
+ icon: 'six',
2426
+ rpc: [ 'https://rpc-evm.fivenet.sixprotocol.net' ],
2427
+ faucets: [ 'https://faucet.sixprotocol.net' ],
2428
+ nativeCurrency: { name: 'SIX testnet evm token', symbol: 'tSIX', decimals: 18 },
2429
+ infoURL: 'https://six.network/',
2430
+ shortName: 'sixt',
2431
+ chainId: 150,
2432
+ networkId: 150,
2433
+ explorers: [
2434
+ {
2435
+ name: 'SIX Scan fivenet',
2436
+ url: 'https://sixscan.io/fivenet',
2437
+ standard: 'none',
2438
+ icon: 'six'
2439
+ }
2440
+ ]
2441
+ },
2422
2442
  {
2423
2443
  name: 'OEBlock Testnet',
2424
2444
  chain: 'OEBt',
@@ -5464,6 +5484,26 @@ const chainArray = [
5464
5484
  chainId: 1140,
5465
5485
  networkId: 1140
5466
5486
  },
5487
+ {
5488
+ name: 'Symplexia Smart Chain',
5489
+ chain: 'Plexchain',
5490
+ rpc: [ 'https://plex-rpc.plexfinance.us' ],
5491
+ faucets: [],
5492
+ nativeCurrency: { name: 'Plex Native Token', symbol: 'PLEX', decimals: 18 },
5493
+ infoURL: 'https://plexfinance.us/',
5494
+ shortName: 'Plexchain',
5495
+ chainId: 1149,
5496
+ networkId: 1149,
5497
+ icon: 'plexchain',
5498
+ explorers: [
5499
+ {
5500
+ name: 'Plexchain Explorer',
5501
+ url: 'https://explorer.plexfinance.us',
5502
+ icon: 'plexchain',
5503
+ standard: 'EIP3091'
5504
+ }
5505
+ ]
5506
+ },
5467
5507
  {
5468
5508
  name: 'Smart Host Teknoloji TESTNET',
5469
5509
  chain: 'SHT',
@@ -9249,7 +9289,7 @@ const chainArray = [
9249
9289
  {
9250
9290
  name: 'rootnet',
9251
9291
  url: 'https://explorer.rootnet.live',
9252
- standard: 'none'
9292
+ standard: 'EIP3091'
9253
9293
  }
9254
9294
  ]
9255
9295
  },
@@ -9270,7 +9310,7 @@ const chainArray = [
9270
9310
  {
9271
9311
  name: 'rootnet',
9272
9312
  url: 'https://explorer.rootnet.cloud',
9273
- standard: 'none'
9313
+ standard: 'EIP3091'
9274
9314
  }
9275
9315
  ]
9276
9316
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.136",
3
+ "version": "0.0.138",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {