eth-chainlist 0.0.762 → 0.0.763

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.763 (2026-05-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.762 ([b30fa17](https://github.com/poowf/eth-chainlist/commit/b30fa17596dff1eacb31ec4763ccccc2a319377f))
9
+ * update chain data ([e2b6d6f](https://github.com/poowf/eth-chainlist/commit/e2b6d6f77dd533f7464096260a00aba528a0a900))
10
+
3
11
  ### 0.0.762 (2026-04-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -20933,6 +20933,25 @@ const chainArray = [
20933
20933
  }
20934
20934
  ]
20935
20935
  },
20936
+ {
20937
+ name: 'ILITY Mainnet',
20938
+ chain: 'ILY',
20939
+ rpc: [ 'https://rpc.ility.xyz' ],
20940
+ faucets: [],
20941
+ nativeCurrency: { name: 'ILITY', symbol: 'ILY', decimals: 18 },
20942
+ infoURL: 'https://ility.xyz',
20943
+ shortName: 'ily',
20944
+ chainId: 4370,
20945
+ networkId: 4370,
20946
+ icon: 'ility',
20947
+ explorers: [
20948
+ {
20949
+ name: 'ILITY Mainnet Explorer',
20950
+ url: 'https://scan.ility.xyz',
20951
+ standard: 'EIP3091'
20952
+ }
20953
+ ]
20954
+ },
20936
20955
  {
20937
20956
  name: 'Credit Smart Chain Mainnet',
20938
20957
  chain: 'CREDIT',
@@ -29700,6 +29719,26 @@ const chainArray = [
29700
29719
  ],
29701
29720
  parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
29702
29721
  },
29722
+ {
29723
+ name: 'Intuition Testnet',
29724
+ chain: 'TRUST',
29725
+ icon: 'intuition',
29726
+ rpc: [ 'https://testnet.rpc.intuition.systems' ],
29727
+ faucets: [ 'https://intuition-testnet.hub.caldera.xyz' ],
29728
+ nativeCurrency: { name: 'Testnet TRUST', symbol: 'tTRUST', decimals: 18 },
29729
+ infoURL: 'https://intuition.systems',
29730
+ shortName: 'intuition-testnet',
29731
+ chainId: 13579,
29732
+ networkId: 13579,
29733
+ explorers: [
29734
+ {
29735
+ name: 'Intuition Testnet Explorer',
29736
+ url: 'https://testnet.explorer.intuition.systems',
29737
+ standard: 'EIP3091'
29738
+ }
29739
+ ],
29740
+ parent: { type: 'L2', chain: 'eip155-84532' }
29741
+ },
29703
29742
  {
29704
29743
  name: 'Kronobit Mainnet',
29705
29744
  title: 'Kronobit Mainnet',
@@ -36781,6 +36820,45 @@ const chainArray = [
36781
36820
  }
36782
36821
  ]
36783
36822
  },
36823
+ {
36824
+ name: 'EBLA Mainnet',
36825
+ chain: 'EBLA',
36826
+ icon: 'ebla',
36827
+ rpc: [],
36828
+ faucets: [],
36829
+ nativeCurrency: { name: 'EBLA', symbol: 'EBLA', decimals: 18 },
36830
+ infoURL: 'https://eblanetwork.com',
36831
+ shortName: 'ebla',
36832
+ chainId: 60186,
36833
+ networkId: 60186,
36834
+ status: 'incubating'
36835
+ },
36836
+ {
36837
+ name: 'EBLA Testnet',
36838
+ chain: 'EBLA',
36839
+ icon: 'ebla',
36840
+ rpc: [],
36841
+ faucets: [],
36842
+ nativeCurrency: { name: 'EBLA', symbol: 'EBLA', decimals: 18 },
36843
+ infoURL: 'https://eblanetwork.com',
36844
+ shortName: 'tebla',
36845
+ chainId: 60187,
36846
+ networkId: 60187,
36847
+ status: 'incubating'
36848
+ },
36849
+ {
36850
+ name: 'EBLA Devnet',
36851
+ chain: 'EBLA',
36852
+ icon: 'ebla',
36853
+ rpc: [],
36854
+ faucets: [],
36855
+ nativeCurrency: { name: 'EBLA', symbol: 'EBLA', decimals: 18 },
36856
+ infoURL: 'https://eblanetwork.com',
36857
+ shortName: 'debla',
36858
+ chainId: 60188,
36859
+ networkId: 60188,
36860
+ status: 'incubating'
36861
+ },
36784
36862
  {
36785
36863
  name: 'POTOS Testnet',
36786
36864
  chain: 'POTOS',
@@ -37645,6 +37723,25 @@ const chainArray = [
37645
37723
  }
37646
37724
  ]
37647
37725
  },
37726
+ {
37727
+ name: 'ILITY Testnet',
37728
+ chain: 'ILY',
37729
+ rpc: [ 'https://rpc.testnet.ility.xyz' ],
37730
+ faucets: [],
37731
+ nativeCurrency: { name: 'ILITY Token', symbol: 'ILYt', decimals: 18 },
37732
+ infoURL: 'https://ility.xyz',
37733
+ shortName: 'ilyt',
37734
+ chainId: 69923,
37735
+ networkId: 69923,
37736
+ icon: 'ility',
37737
+ explorers: [
37738
+ {
37739
+ name: 'ILITY Testnet Explorer',
37740
+ url: 'https://scan.testnet.ility.xyz',
37741
+ standard: 'EIP3091'
37742
+ }
37743
+ ]
37744
+ },
37648
37745
  {
37649
37746
  name: 'Thinkium Mainnet Chain 0',
37650
37747
  chain: 'Thinkium',
@@ -39541,14 +39638,25 @@ const chainArray = [
39541
39638
  {
39542
39639
  name: 'JAMIROQU.AI',
39543
39640
  chain: 'INSAN',
39544
- rpc: [],
39641
+ icon: 'insan',
39642
+ rpc: [
39643
+ 'https://rpc.jamiroqu.ai',
39644
+ 'https://rpc.capitalexchange.digital'
39645
+ ],
39545
39646
  faucets: [],
39546
39647
  nativeCurrency: { name: 'INSAN', symbol: 'INSAN', decimals: 18 },
39547
39648
  infoURL: 'https://www.jamiroqu.ai',
39548
39649
  shortName: 'insan',
39549
39650
  chainId: 89001,
39550
39651
  networkId: 89001,
39551
- status: 'incubating'
39652
+ status: 'active',
39653
+ explorers: [
39654
+ {
39655
+ name: 'JAMIROQU.AI 89001 INSAN EVM',
39656
+ url: 'https://explorer.jamiroqu.ai',
39657
+ standard: 'EIP3091'
39658
+ }
39659
+ ]
39552
39660
  },
39553
39661
  {
39554
39662
  name: 'Pundi AIFX Omnilayer Testnet',
@@ -48755,6 +48863,17 @@ const chainArray = [
48755
48863
  ],
48756
48864
  parent: { type: 'L2', chain: 'eip155-11155111' }
48757
48865
  },
48866
+ {
48867
+ name: 'MAKI Chain',
48868
+ chain: 'MAKI',
48869
+ rpc: [ 'https://rpc.makiai.app' ],
48870
+ faucets: [],
48871
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
48872
+ infoURL: 'https://makiai.app',
48873
+ shortName: 'maki',
48874
+ chainId: 8000008,
48875
+ networkId: 8000008
48876
+ },
48758
48877
  {
48759
48878
  name: 'Plian Mainnet Subchain 1',
48760
48879
  chain: 'Plian',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.762",
3
+ "version": "0.0.763",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {