eth-chainlist 0.0.137 → 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,13 @@
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
+
3
11
  ### 0.0.137 (2023-04-26)
4
12
 
5
13
 
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',
@@ -9269,7 +9289,7 @@ const chainArray = [
9269
9289
  {
9270
9290
  name: 'rootnet',
9271
9291
  url: 'https://explorer.rootnet.live',
9272
- standard: 'none'
9292
+ standard: 'EIP3091'
9273
9293
  }
9274
9294
  ]
9275
9295
  },
@@ -9290,7 +9310,7 @@ const chainArray = [
9290
9310
  {
9291
9311
  name: 'rootnet',
9292
9312
  url: 'https://explorer.rootnet.cloud',
9293
- standard: 'none'
9313
+ standard: 'EIP3091'
9294
9314
  }
9295
9315
  ]
9296
9316
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.137",
3
+ "version": "0.0.138",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {