eth-chainlist 0.0.407 → 0.0.408

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.408 (2024-05-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.407 ([60c3dcf](https://github.com/poowf/eth-chainlist/commit/60c3dcfdfa4c15ae64a90b5c3111e17285fdbf91))
9
+ * update chain data ([a10d143](https://github.com/poowf/eth-chainlist/commit/a10d1434aeddd242ce76d8714e6229f31f2a9812))
10
+
3
11
  ### 0.0.407 (2024-05-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2722,6 +2722,17 @@ const chainArray = [
2722
2722
  }
2723
2723
  ]
2724
2724
  },
2725
+ {
2726
+ name: 'Namefi Chain Mainnet',
2727
+ chain: 'NFIC',
2728
+ rpc: [ 'https://rpc.chain.namefi.io' ],
2729
+ faucets: [],
2730
+ nativeCurrency: { name: 'Namefi Coin', symbol: 'NFIC', decimals: 18 },
2731
+ infoURL: 'https://namefi.io/',
2732
+ shortName: 'nfic',
2733
+ chainId: 132,
2734
+ networkId: 132
2735
+ },
2725
2736
  {
2726
2737
  name: 'HashKey Chain Testnet',
2727
2738
  title: 'HashKey Chain Testnet',
@@ -11345,6 +11356,17 @@ const chainArray = [
11345
11356
  }
11346
11357
  ]
11347
11358
  },
11359
+ {
11360
+ name: 'Panarchy',
11361
+ chain: 'Panarchy',
11362
+ rpc: [ 'https://polytopia.org:8545' ],
11363
+ faucets: [],
11364
+ nativeCurrency: { name: 'GAS', symbol: 'GAS', decimals: 18 },
11365
+ infoURL: 'https://polytopia.org/',
11366
+ shortName: 'panarchy',
11367
+ chainId: 2013,
11368
+ networkId: 1
11369
+ },
11348
11370
  {
11349
11371
  name: 'NOW Chain',
11350
11372
  chain: 'NOW',
@@ -11702,6 +11724,29 @@ const chainArray = [
11702
11724
  }
11703
11725
  ]
11704
11726
  },
11727
+ {
11728
+ name: 'Aleph Zero Testnet',
11729
+ chain: 'Aleph Zero Testnet',
11730
+ icon: 'aleph',
11731
+ rpc: [
11732
+ 'https://rpc.alephzero-testnet.gelato.digital',
11733
+ 'wss://rpc.alephzero-testnet.gelato.digital'
11734
+ ],
11735
+ faucets: [],
11736
+ nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
11737
+ infoURL: 'https://testnet.alephzero.org',
11738
+ shortName: 'aleph',
11739
+ chainId: 2039,
11740
+ networkId: 2039,
11741
+ explorers: [
11742
+ {
11743
+ name: 'Aleph Zero Testnet',
11744
+ url: 'https://test.azero.dev/#/explorer',
11745
+ icon: 'aleph',
11746
+ standard: 'none'
11747
+ }
11748
+ ]
11749
+ },
11705
11750
  {
11706
11751
  name: 'Vanar Mainnet',
11707
11752
  title: 'Vanarchain',
@@ -19559,6 +19604,27 @@ const chainArray = [
19559
19604
  }
19560
19605
  ]
19561
19606
  },
19607
+ {
19608
+ name: 'PlayFair Testnet Subnet',
19609
+ chain: 'PLAYFAIR',
19610
+ icon: 'playfair',
19611
+ rpc: [
19612
+ 'https://rpc.letsplayfair.ai/ext/bc/2hhXFNp1jR4RuqvCmWQnBtt9CZnCmmyGr7TNTkxt7XY7pAzHMY/rpc'
19613
+ ],
19614
+ faucets: [],
19615
+ nativeCurrency: { name: 'BTLT Token', symbol: 'BTLT', decimals: 18 },
19616
+ infoURL: 'https://letsplayfair.ai',
19617
+ shortName: 'playfair',
19618
+ chainId: 12898,
19619
+ networkId: 12898,
19620
+ explorers: [
19621
+ {
19622
+ name: 'Avalanche Subnet Explorer',
19623
+ url: 'https://subnets-test.avax.network/letsplayfair',
19624
+ standard: 'EIP3091'
19625
+ }
19626
+ ]
19627
+ },
19562
19628
  {
19563
19629
  name: 'SPS',
19564
19630
  chain: 'SPS',
@@ -29512,6 +29578,20 @@ const chainArray = [
29512
29578
  }
29513
29579
  ]
29514
29580
  },
29581
+ {
29582
+ name: 'Waterfall 8 Test Network',
29583
+ chain: 'Waterfall Testnet8',
29584
+ rpc: [ 'https://rpc.testnet8.waterfall.network/' ],
29585
+ faucets: [ 'https://faucet.testnet8.waterfall.network' ],
29586
+ nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
29587
+ features: [ { name: 'EIP1559' } ],
29588
+ infoURL: 'https://waterfall.network',
29589
+ shortName: 'waterfall',
29590
+ chainId: 8601152,
29591
+ networkId: 8601152,
29592
+ icon: 'waterfall',
29593
+ explorers: []
29594
+ },
29515
29595
  {
29516
29596
  name: 'HAPchain',
29517
29597
  chain: 'HAPchain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.407",
3
+ "version": "0.0.408",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {