eth-chainlist 0.0.762 → 0.0.764
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 +16 -0
- package/data/chain.js +123 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.764 (2026-05-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.763 ([5b467db](https://github.com/poowf/eth-chainlist/commit/5b467db32efb8cb6b0abc20cdb50368436b1a533))
|
|
9
|
+
* update chain data ([885bcc3](https://github.com/poowf/eth-chainlist/commit/885bcc3d2cd9361f28e6338dff4c1518e356b6b6))
|
|
10
|
+
|
|
11
|
+
### 0.0.763 (2026-05-06)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.762 ([b30fa17](https://github.com/poowf/eth-chainlist/commit/b30fa17596dff1eacb31ec4763ccccc2a319377f))
|
|
17
|
+
* update chain data ([e2b6d6f](https://github.com/poowf/eth-chainlist/commit/e2b6d6f77dd533f7464096260a00aba528a0a900))
|
|
18
|
+
|
|
3
19
|
### 0.0.762 (2026-04-30)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -6408,7 +6408,7 @@ const chainArray = [
|
|
|
6408
6408
|
bridges: [ { url: 'https://bridge.status.network' } ]
|
|
6409
6409
|
},
|
|
6410
6410
|
explorers: [],
|
|
6411
|
-
status: '
|
|
6411
|
+
status: 'deprecated'
|
|
6412
6412
|
},
|
|
6413
6413
|
{
|
|
6414
6414
|
name: 'Status Network Hoodi',
|
|
@@ -6428,7 +6428,7 @@ const chainArray = [
|
|
|
6428
6428
|
bridges: [ { url: 'https://bridge.status.network' } ]
|
|
6429
6429
|
},
|
|
6430
6430
|
explorers: [],
|
|
6431
|
-
status: '
|
|
6431
|
+
status: 'deprecated'
|
|
6432
6432
|
},
|
|
6433
6433
|
{
|
|
6434
6434
|
name: 'zkXPLA Mainnet',
|
|
@@ -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
|
-
|
|
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: '
|
|
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',
|