eth-chainlist 0.0.794 → 0.0.796
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 +105 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.796 (2026-07-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.795 ([cbe730f](https://github.com/poowf/eth-chainlist/commit/cbe730f4b008298e89ec2738d598a344aff75e5f))
|
|
9
|
+
* update chain data ([f53b9ae](https://github.com/poowf/eth-chainlist/commit/f53b9aed82ba66ce17196505ae23fc9c0c4c86ec))
|
|
10
|
+
|
|
11
|
+
### 0.0.795 (2026-07-27)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.794 ([783859b](https://github.com/poowf/eth-chainlist/commit/783859b67b292b6fc5a4227d8f20afa0d9f835ea))
|
|
17
|
+
* update chain data ([4a91172](https://github.com/poowf/eth-chainlist/commit/4a91172c01e87e942dfe3ef79331ee440376d261))
|
|
18
|
+
|
|
3
19
|
### 0.0.794 (2026-07-25)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -12942,20 +12942,20 @@ const chainArray = [
|
|
|
12942
12942
|
icon: 'alyx'
|
|
12943
12943
|
},
|
|
12944
12944
|
{
|
|
12945
|
-
name: '
|
|
12946
|
-
chain: '
|
|
12947
|
-
rpc: [ 'https://aeneid.
|
|
12948
|
-
faucets: [],
|
|
12949
|
-
nativeCurrency: { name: '
|
|
12950
|
-
infoURL: 'https://
|
|
12951
|
-
icon: '
|
|
12952
|
-
shortName: '
|
|
12945
|
+
name: 'Data Network Aeneid Testnet',
|
|
12946
|
+
chain: 'DATA',
|
|
12947
|
+
rpc: [ 'https://aeneid.datarpc.io' ],
|
|
12948
|
+
faucets: [],
|
|
12949
|
+
nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
|
|
12950
|
+
infoURL: 'https://datafdn.org/',
|
|
12951
|
+
icon: 'data',
|
|
12952
|
+
shortName: 'data-aeneid',
|
|
12953
12953
|
chainId: 1315,
|
|
12954
12954
|
networkId: 1315,
|
|
12955
12955
|
explorers: [
|
|
12956
12956
|
{
|
|
12957
12957
|
name: 'blockscout',
|
|
12958
|
-
url: 'https://aeneid.
|
|
12958
|
+
url: 'https://aeneid.datanetscan.io',
|
|
12959
12959
|
standard: 'EIP3091'
|
|
12960
12960
|
}
|
|
12961
12961
|
]
|
|
@@ -13722,20 +13722,20 @@ const chainArray = [
|
|
|
13722
13722
|
]
|
|
13723
13723
|
},
|
|
13724
13724
|
{
|
|
13725
|
-
name: '
|
|
13726
|
-
chain: '
|
|
13727
|
-
rpc: [ 'https://mainnet.
|
|
13725
|
+
name: 'Data Network',
|
|
13726
|
+
chain: 'DATA',
|
|
13727
|
+
rpc: [ 'https://mainnet.datarpc.io' ],
|
|
13728
13728
|
faucets: [],
|
|
13729
|
-
nativeCurrency: { name: '
|
|
13730
|
-
infoURL: 'https://
|
|
13731
|
-
icon: '
|
|
13732
|
-
shortName: '
|
|
13729
|
+
nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
|
|
13730
|
+
infoURL: 'https://datafdn.org/',
|
|
13731
|
+
icon: 'data',
|
|
13732
|
+
shortName: 'data',
|
|
13733
13733
|
chainId: 1514,
|
|
13734
13734
|
networkId: 1514,
|
|
13735
13735
|
explorers: [
|
|
13736
13736
|
{
|
|
13737
13737
|
name: 'blockscout',
|
|
13738
|
-
url: 'https://
|
|
13738
|
+
url: 'https://datanetscan.io',
|
|
13739
13739
|
standard: 'EIP3091'
|
|
13740
13740
|
}
|
|
13741
13741
|
]
|
|
@@ -30276,6 +30276,25 @@ const chainArray = [
|
|
|
30276
30276
|
}
|
|
30277
30277
|
]
|
|
30278
30278
|
},
|
|
30279
|
+
{
|
|
30280
|
+
name: 'Liberty Testnet',
|
|
30281
|
+
chain: 'LBRTY',
|
|
30282
|
+
icon: 'lbrty',
|
|
30283
|
+
rpc: [ 'https://testnet-rpc.libertychain.org' ],
|
|
30284
|
+
faucets: [],
|
|
30285
|
+
nativeCurrency: { name: 'Liberty', symbol: 'LBRTY', decimals: 18 },
|
|
30286
|
+
infoURL: 'https://libertychain.org',
|
|
30287
|
+
shortName: 'lbrty-testnet',
|
|
30288
|
+
chainId: 13373,
|
|
30289
|
+
networkId: 13373,
|
|
30290
|
+
explorers: [
|
|
30291
|
+
{
|
|
30292
|
+
name: 'blockscout',
|
|
30293
|
+
url: 'https://explorer.libertychain.org',
|
|
30294
|
+
standard: 'EIP3091'
|
|
30295
|
+
}
|
|
30296
|
+
]
|
|
30297
|
+
},
|
|
30279
30298
|
{
|
|
30280
30299
|
name: 'Phoenix Mainnet',
|
|
30281
30300
|
chain: 'Phoenix',
|
|
@@ -38847,6 +38866,25 @@ const chainArray = [
|
|
|
38847
38866
|
}
|
|
38848
38867
|
]
|
|
38849
38868
|
},
|
|
38869
|
+
{
|
|
38870
|
+
name: 'Rayls Mainnet',
|
|
38871
|
+
chain: 'Rayls',
|
|
38872
|
+
icon: 'rayls',
|
|
38873
|
+
rpc: [ 'https://mainnet-rpc.rayls.com' ],
|
|
38874
|
+
faucets: [],
|
|
38875
|
+
nativeCurrency: { name: 'USD Rayls', symbol: 'USDr', decimals: 18 },
|
|
38876
|
+
infoURL: 'https://rayls.com',
|
|
38877
|
+
shortName: 'rayls',
|
|
38878
|
+
chainId: 72957,
|
|
38879
|
+
networkId: 72957,
|
|
38880
|
+
explorers: [
|
|
38881
|
+
{
|
|
38882
|
+
name: 'Rayls Explorer',
|
|
38883
|
+
url: 'https://explorer.rayls.com',
|
|
38884
|
+
standard: 'EIP3091'
|
|
38885
|
+
}
|
|
38886
|
+
]
|
|
38887
|
+
},
|
|
38850
38888
|
{
|
|
38851
38889
|
name: 'Grok Chain Mainnet',
|
|
38852
38890
|
chain: 'Grok',
|
|
@@ -42195,10 +42233,8 @@ const chainArray = [
|
|
|
42195
42233
|
{
|
|
42196
42234
|
name: 'Mars Credit',
|
|
42197
42235
|
chain: 'MARS',
|
|
42198
|
-
rpc: [
|
|
42199
|
-
|
|
42200
|
-
'https://rpc.marscredit.xyz:443'
|
|
42201
|
-
],
|
|
42236
|
+
rpc: [ 'https://rpc.marscredit.xyz:443' ],
|
|
42237
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
42202
42238
|
faucets: [],
|
|
42203
42239
|
nativeCurrency: { name: 'Mars Credit', symbol: 'MARS', decimals: 18 },
|
|
42204
42240
|
infoURL: 'https://marscredit.xyz/',
|
|
@@ -42207,7 +42243,13 @@ const chainArray = [
|
|
|
42207
42243
|
networkId: 110110,
|
|
42208
42244
|
slip44: 1,
|
|
42209
42245
|
icon: 'marscredit',
|
|
42210
|
-
explorers: [
|
|
42246
|
+
explorers: [
|
|
42247
|
+
{
|
|
42248
|
+
name: 'blockscout',
|
|
42249
|
+
url: 'https://blockscan.marscredit.xyz',
|
|
42250
|
+
standard: 'EIP3091'
|
|
42251
|
+
}
|
|
42252
|
+
],
|
|
42211
42253
|
redFlags: []
|
|
42212
42254
|
},
|
|
42213
42255
|
{
|
|
@@ -42505,6 +42547,25 @@ const chainArray = [
|
|
|
42505
42547
|
}
|
|
42506
42548
|
]
|
|
42507
42549
|
},
|
|
42550
|
+
{
|
|
42551
|
+
name: 'SWSS Chain',
|
|
42552
|
+
chain: 'SWSS',
|
|
42553
|
+
icon: 'swss',
|
|
42554
|
+
rpc: [ 'https://swssrpc.swss.io' ],
|
|
42555
|
+
faucets: [],
|
|
42556
|
+
nativeCurrency: { name: 'SWSS Coin', symbol: 'SWSS', decimals: 18 },
|
|
42557
|
+
infoURL: 'https://swss.io',
|
|
42558
|
+
shortName: 'swss',
|
|
42559
|
+
chainId: 122605,
|
|
42560
|
+
networkId: 122605,
|
|
42561
|
+
explorers: [
|
|
42562
|
+
{
|
|
42563
|
+
name: 'SWSS Chain Scan',
|
|
42564
|
+
url: 'https://swssscan.swss.io',
|
|
42565
|
+
standard: 'EIP3091'
|
|
42566
|
+
}
|
|
42567
|
+
]
|
|
42568
|
+
},
|
|
42508
42569
|
{
|
|
42509
42570
|
name: 'Gemchain',
|
|
42510
42571
|
chain: 'Gemchain',
|
|
@@ -47630,9 +47691,9 @@ const chainArray = [
|
|
|
47630
47691
|
chain: 'GMB',
|
|
47631
47692
|
icon: 'gemba',
|
|
47632
47693
|
rpc: [
|
|
47633
|
-
'https://testnet.gembascan.io/rpc',
|
|
47634
47694
|
'https://rpc1.gembascan.io',
|
|
47635
|
-
'https://rpc2.gembascan.io'
|
|
47695
|
+
'https://rpc2.gembascan.io',
|
|
47696
|
+
'https://rpc3.gembascan.io'
|
|
47636
47697
|
],
|
|
47637
47698
|
faucets: [],
|
|
47638
47699
|
nativeCurrency: { name: 'Gemba', symbol: 'GMB', decimals: 18 },
|
|
@@ -48870,6 +48931,26 @@ const chainArray = [
|
|
|
48870
48931
|
}
|
|
48871
48932
|
]
|
|
48872
48933
|
},
|
|
48934
|
+
{
|
|
48935
|
+
name: 'GGCHAIN Mainnet',
|
|
48936
|
+
chain: 'GGCHAIN',
|
|
48937
|
+
icon: 'ggchain',
|
|
48938
|
+
rpc: [ 'https://rpc.gghyper.net' ],
|
|
48939
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
48940
|
+
faucets: [ 'https://gghyper.net/faucet' ],
|
|
48941
|
+
nativeCurrency: { name: 'GG', symbol: 'GG', decimals: 18 },
|
|
48942
|
+
infoURL: 'https://gghyper.net',
|
|
48943
|
+
shortName: 'ggchain',
|
|
48944
|
+
chainId: 2121217,
|
|
48945
|
+
networkId: 2121217,
|
|
48946
|
+
explorers: [
|
|
48947
|
+
{
|
|
48948
|
+
name: 'GGCHAIN Explorer',
|
|
48949
|
+
url: 'https://explorer.gghyper.net',
|
|
48950
|
+
standard: 'EIP3091'
|
|
48951
|
+
}
|
|
48952
|
+
]
|
|
48953
|
+
},
|
|
48873
48954
|
{
|
|
48874
48955
|
name: 'PlatON Dev Testnet Deprecated',
|
|
48875
48956
|
chain: 'PlatON',
|