eth-chainlist 0.0.793 → 0.0.795
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 +163 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.795 (2026-07-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.794 ([783859b](https://github.com/poowf/eth-chainlist/commit/783859b67b292b6fc5a4227d8f20afa0d9f835ea))
|
|
9
|
+
* update chain data ([4a91172](https://github.com/poowf/eth-chainlist/commit/4a91172c01e87e942dfe3ef79331ee440376d261))
|
|
10
|
+
|
|
11
|
+
### 0.0.794 (2026-07-25)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.793 ([5818505](https://github.com/poowf/eth-chainlist/commit/58185056eb04a5b505de53b8da77667b66990d7c))
|
|
17
|
+
* update chain data ([9b7de1b](https://github.com/poowf/eth-chainlist/commit/9b7de1b92c7a2d81f41b42ad3a5c301374da89f4))
|
|
18
|
+
|
|
3
19
|
### 0.0.793 (2026-07-18)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -21318,30 +21318,30 @@ const chainArray = [
|
|
|
21318
21318
|
},
|
|
21319
21319
|
{
|
|
21320
21320
|
name: 'MemeCore',
|
|
21321
|
-
title: 'MemeCore',
|
|
21321
|
+
title: 'MemeCore Mainnet',
|
|
21322
21322
|
chain: 'MemeCore',
|
|
21323
21323
|
icon: 'memecore',
|
|
21324
21324
|
rpc: [ 'https://rpc.memecore.net', 'wss://ws.memecore.net' ],
|
|
21325
21325
|
nativeCurrency: { name: 'M', symbol: 'M', decimals: 18 },
|
|
21326
|
-
features: [
|
|
21326
|
+
features: [
|
|
21327
|
+
{ name: 'EIP155' },
|
|
21328
|
+
{ name: 'EIP1559' },
|
|
21329
|
+
{ name: 'EIP4844' },
|
|
21330
|
+
{ name: 'EIP7702' }
|
|
21331
|
+
],
|
|
21327
21332
|
faucets: [],
|
|
21328
21333
|
infoURL: 'https://memecore.com',
|
|
21329
21334
|
shortName: 'm',
|
|
21330
21335
|
chainId: 4352,
|
|
21331
21336
|
networkId: 4352,
|
|
21332
21337
|
explorers: [
|
|
21333
|
-
{
|
|
21334
|
-
name: 'OKX-MemeCore',
|
|
21335
|
-
url: 'https://www.okx.com/web3/explorer/memecore',
|
|
21336
|
-
standard: 'EIP3091'
|
|
21337
|
-
},
|
|
21338
21338
|
{
|
|
21339
21339
|
name: 'MemeCoreScan',
|
|
21340
21340
|
url: 'https://memecorescan.io',
|
|
21341
21341
|
standard: 'EIP3091'
|
|
21342
21342
|
},
|
|
21343
21343
|
{
|
|
21344
|
-
name: '
|
|
21344
|
+
name: 'Blockscout',
|
|
21345
21345
|
url: 'https://blockscout.memecore.com',
|
|
21346
21346
|
standard: 'EIP3091'
|
|
21347
21347
|
}
|
|
@@ -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',
|
|
@@ -35501,6 +35520,7 @@ const chainArray = [
|
|
|
35501
35520
|
name: 'Formicarium',
|
|
35502
35521
|
title: 'MemeCore Testnet Formicarium',
|
|
35503
35522
|
chain: 'MemeCore',
|
|
35523
|
+
status: 'deprecated',
|
|
35504
35524
|
icon: 'memecore',
|
|
35505
35525
|
rpc: [
|
|
35506
35526
|
'https://rpc.formicarium.memecore.net',
|
|
@@ -35513,21 +35533,39 @@ const chainArray = [
|
|
|
35513
35533
|
shortName: 'form',
|
|
35514
35534
|
chainId: 43521,
|
|
35515
35535
|
networkId: 43521,
|
|
35536
|
+
slip44: 1
|
|
35537
|
+
},
|
|
35538
|
+
{
|
|
35539
|
+
name: 'Insectarium',
|
|
35540
|
+
title: 'Insectarium Testnet',
|
|
35541
|
+
chain: 'MemeCore',
|
|
35542
|
+
icon: 'memecore',
|
|
35543
|
+
rpc: [
|
|
35544
|
+
'https://rpc.insectarium.memecore.net',
|
|
35545
|
+
'wss://ws.insectarium.memecore.net'
|
|
35546
|
+
],
|
|
35547
|
+
faucets: [ 'https://faucet.memecore.com/insectarium' ],
|
|
35548
|
+
nativeCurrency: { name: 'Insectarium M', symbol: 'M', decimals: 18 },
|
|
35549
|
+
features: [
|
|
35550
|
+
{ name: 'EIP155' },
|
|
35551
|
+
{ name: 'EIP1559' },
|
|
35552
|
+
{ name: 'EIP4844' },
|
|
35553
|
+
{ name: 'EIP7702' }
|
|
35554
|
+
],
|
|
35555
|
+
infoURL: 'https://memecore.com',
|
|
35556
|
+
shortName: 'insectarium',
|
|
35557
|
+
chainId: 43522,
|
|
35558
|
+
networkId: 43522,
|
|
35516
35559
|
slip44: 1,
|
|
35517
35560
|
explorers: [
|
|
35518
35561
|
{
|
|
35519
|
-
name: '
|
|
35520
|
-
url: 'https://
|
|
35562
|
+
name: 'MemeCoreScan-Insectarium',
|
|
35563
|
+
url: 'https://insectarium.memecorescan.io',
|
|
35521
35564
|
standard: 'EIP3091'
|
|
35522
35565
|
},
|
|
35523
35566
|
{
|
|
35524
|
-
name: '
|
|
35525
|
-
url: 'https://
|
|
35526
|
-
standard: 'EIP3091'
|
|
35527
|
-
},
|
|
35528
|
-
{
|
|
35529
|
-
name: 'MemeCore Testnet Formicarium Explorer',
|
|
35530
|
-
url: 'https://formicarium.blockscout.memecore.com',
|
|
35567
|
+
name: 'Blockscout-Insectarium',
|
|
35568
|
+
url: 'https://insectarium.blockscout.memecore.com',
|
|
35531
35569
|
standard: 'EIP3091'
|
|
35532
35570
|
}
|
|
35533
35571
|
]
|
|
@@ -38828,6 +38866,25 @@ const chainArray = [
|
|
|
38828
38866
|
}
|
|
38829
38867
|
]
|
|
38830
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
|
+
},
|
|
38831
38888
|
{
|
|
38832
38889
|
name: 'Grok Chain Mainnet',
|
|
38833
38890
|
chain: 'Grok',
|
|
@@ -41373,15 +41430,24 @@ const chainArray = [
|
|
|
41373
41430
|
slip44: 1
|
|
41374
41431
|
},
|
|
41375
41432
|
{
|
|
41376
|
-
name: '
|
|
41377
|
-
|
|
41378
|
-
|
|
41379
|
-
|
|
41380
|
-
|
|
41381
|
-
|
|
41382
|
-
|
|
41433
|
+
name: 'ADI Network AB Testnet',
|
|
41434
|
+
title: 'ADI Network AB Testnet (prev. UB Smart Chain)',
|
|
41435
|
+
chain: 'ADI',
|
|
41436
|
+
rpc: [ 'https://rpc.ab.testnet.adifoundation.ai/' ],
|
|
41437
|
+
faucets: [ 'http://faucet.ab.testnet.adifoundation.ai/' ],
|
|
41438
|
+
nativeCurrency: { name: 'ADI', symbol: 'ADI', decimals: 18 },
|
|
41439
|
+
infoURL: 'https://docs.adi.foundation',
|
|
41440
|
+
shortName: 'adi-testnet',
|
|
41383
41441
|
chainId: 99999,
|
|
41384
|
-
networkId: 99999
|
|
41442
|
+
networkId: 99999,
|
|
41443
|
+
explorers: [
|
|
41444
|
+
{
|
|
41445
|
+
name: 'ADI Testnet Explorer',
|
|
41446
|
+
url: 'https://explorer.ab.testnet.adifoundation.ai',
|
|
41447
|
+
standard: 'EIP3091'
|
|
41448
|
+
}
|
|
41449
|
+
],
|
|
41450
|
+
redFlags: [ 'reusedChainId' ]
|
|
41385
41451
|
},
|
|
41386
41452
|
{
|
|
41387
41453
|
name: 'QuarkChain Mainnet Root',
|
|
@@ -42167,10 +42233,8 @@ const chainArray = [
|
|
|
42167
42233
|
{
|
|
42168
42234
|
name: 'Mars Credit',
|
|
42169
42235
|
chain: 'MARS',
|
|
42170
|
-
rpc: [
|
|
42171
|
-
|
|
42172
|
-
'https://rpc.marscredit.xyz:443'
|
|
42173
|
-
],
|
|
42236
|
+
rpc: [ 'https://rpc.marscredit.xyz:443' ],
|
|
42237
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
42174
42238
|
faucets: [],
|
|
42175
42239
|
nativeCurrency: { name: 'Mars Credit', symbol: 'MARS', decimals: 18 },
|
|
42176
42240
|
infoURL: 'https://marscredit.xyz/',
|
|
@@ -42179,7 +42243,13 @@ const chainArray = [
|
|
|
42179
42243
|
networkId: 110110,
|
|
42180
42244
|
slip44: 1,
|
|
42181
42245
|
icon: 'marscredit',
|
|
42182
|
-
explorers: [
|
|
42246
|
+
explorers: [
|
|
42247
|
+
{
|
|
42248
|
+
name: 'blockscout',
|
|
42249
|
+
url: 'https://blockscan.marscredit.xyz',
|
|
42250
|
+
standard: 'EIP3091'
|
|
42251
|
+
}
|
|
42252
|
+
],
|
|
42183
42253
|
redFlags: []
|
|
42184
42254
|
},
|
|
42185
42255
|
{
|
|
@@ -42477,6 +42547,25 @@ const chainArray = [
|
|
|
42477
42547
|
}
|
|
42478
42548
|
]
|
|
42479
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
|
+
},
|
|
42480
42569
|
{
|
|
42481
42570
|
name: 'Gemchain',
|
|
42482
42571
|
chain: 'Gemchain',
|
|
@@ -44421,6 +44510,7 @@ const chainArray = [
|
|
|
44421
44510
|
},
|
|
44422
44511
|
{
|
|
44423
44512
|
name: 'HIPERCAPITAL FINANCE Chain',
|
|
44513
|
+
icon: 'hipercapital',
|
|
44424
44514
|
chain: 'HIPCF',
|
|
44425
44515
|
rpc: [ 'https://rpc.hipercapitalfinance.com' ],
|
|
44426
44516
|
features: [ { name: 'EIP155' } ],
|
|
@@ -48841,6 +48931,26 @@ const chainArray = [
|
|
|
48841
48931
|
}
|
|
48842
48932
|
]
|
|
48843
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
|
+
},
|
|
48844
48954
|
{
|
|
48845
48955
|
name: 'PlatON Dev Testnet Deprecated',
|
|
48846
48956
|
chain: 'PlatON',
|
|
@@ -53103,6 +53213,29 @@ const chainArray = [
|
|
|
53103
53213
|
}
|
|
53104
53214
|
]
|
|
53105
53215
|
},
|
|
53216
|
+
{
|
|
53217
|
+
name: 'iTani Network Chain',
|
|
53218
|
+
chain: 'ITANI',
|
|
53219
|
+
rpc: [
|
|
53220
|
+
'https://rpc.itaninetworkchain.com/jsonrpc',
|
|
53221
|
+
'https://node.itaninetworkchain.com/jsonrpc'
|
|
53222
|
+
],
|
|
53223
|
+
features: [ { name: 'EIP155' } ],
|
|
53224
|
+
faucets: [],
|
|
53225
|
+
nativeCurrency: { name: 'iTani', symbol: 'ITANI', decimals: 18 },
|
|
53226
|
+
infoURL: 'https://www.itaninetworkchain.com',
|
|
53227
|
+
shortName: 'itani',
|
|
53228
|
+
chainId: 1229800785,
|
|
53229
|
+
networkId: 1229800785,
|
|
53230
|
+
explorers: [
|
|
53231
|
+
{
|
|
53232
|
+
name: 'iTani Explorer',
|
|
53233
|
+
url: 'https://explorer.itaninetworkchain.com',
|
|
53234
|
+
standard: 'EIP3091'
|
|
53235
|
+
}
|
|
53236
|
+
],
|
|
53237
|
+
icon: 'itani'
|
|
53238
|
+
},
|
|
53106
53239
|
{
|
|
53107
53240
|
name: 'HUMAN Protocol',
|
|
53108
53241
|
title: 'HUMAN Protocol',
|