eth-chainlist 0.0.474 → 0.0.475

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.475 (2024-08-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.474 ([4daca76](https://github.com/poowf/eth-chainlist/commit/4daca76ad20ed368245597056225a6571bc9ef77))
9
+ * update chain data ([29425bb](https://github.com/poowf/eth-chainlist/commit/29425bb3be567012264762fc33cb5bae966eb332))
10
+
3
11
  ### 0.0.474 (2024-08-24)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -26566,6 +26566,32 @@ const chainArray = [
26566
26566
  bridges: [ { url: 'https://pgn-bridge.vercel.app/bridge' } ]
26567
26567
  }
26568
26568
  },
26569
+ {
26570
+ name: 'Lumoz Quidditch Testnet',
26571
+ chain: 'ETH',
26572
+ rpc: [ 'https://quidditch-rpc.lumoz.org' ],
26573
+ faucets: [],
26574
+ nativeCurrency: {
26575
+ name: 'Lumoz Quidditch Testnet Token',
26576
+ symbol: 'MOZ',
26577
+ decimals: 18
26578
+ },
26579
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
26580
+ infoURL: 'https://lumoz.org',
26581
+ shortName: 'Lumoz-Quidditch-Testnet',
26582
+ chainId: 58680,
26583
+ networkId: 58680,
26584
+ slip44: 1,
26585
+ icon: 'opside-new',
26586
+ explorers: [
26587
+ {
26588
+ name: 'LumozQuidditchTestnetInfo',
26589
+ url: 'https://quidditch.lumoz.info',
26590
+ icon: 'opside-new',
26591
+ standard: 'EIP3091'
26592
+ }
26593
+ ]
26594
+ },
26569
26595
  {
26570
26596
  name: 'Linea Goerli',
26571
26597
  title: 'Linea Goerli Testnet',
@@ -30031,6 +30057,18 @@ const chainArray = [
30031
30057
  }
30032
30058
  ]
30033
30059
  },
30060
+ {
30061
+ name: 'Fair Testnet',
30062
+ chain: 'FAIR',
30063
+ rpc: [ 'https://rpc-testnet.xfair.ai', 'wss://rpc-testnet.xfair.ai' ],
30064
+ faucets: [],
30065
+ nativeCurrency: { name: 'FAIR', symbol: 'FAIR', decimals: 18 },
30066
+ features: [ { name: 'EIP155' } ],
30067
+ infoURL: 'https://xfair.ai',
30068
+ shortName: 'fair',
30069
+ chainId: 171000,
30070
+ networkId: 171000
30071
+ },
30034
30072
  {
30035
30073
  name: 'Chronicle - Lit Protocol Testnet',
30036
30074
  chain: 'LPC',
@@ -30487,6 +30525,30 @@ const chainArray = [
30487
30525
  }
30488
30526
  ]
30489
30527
  },
30528
+ {
30529
+ name: 'Litentry',
30530
+ chain: 'Litentry',
30531
+ rpc: [
30532
+ 'https://rpc.litentry-parachain.litentry.io',
30533
+ 'wss://rpc.litentry-parachain.litentry.io',
30534
+ 'https://litentry-rpc.dwellir.com',
30535
+ 'wss://litentry-rpc.dwellir.com'
30536
+ ],
30537
+ faucets: [],
30538
+ nativeCurrency: { name: 'Litentry', symbol: 'LIT', decimals: 18 },
30539
+ infoURL: 'https://litentry.com',
30540
+ shortName: 'litentry',
30541
+ chainId: 212013,
30542
+ networkId: 212013,
30543
+ icon: 'litentry',
30544
+ explorers: [
30545
+ {
30546
+ name: 'litentry statescan',
30547
+ url: 'https://litentry.statescan.io',
30548
+ standard: 'none'
30549
+ }
30550
+ ]
30551
+ },
30490
30552
  {
30491
30553
  name: 'Mas Mainnet',
30492
30554
  chain: 'MAS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.474",
3
+ "version": "0.0.475",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {