eth-chainlist 0.0.789 → 0.0.791
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 +116 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.791 (2026-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.790 ([15ef28c](https://github.com/poowf/eth-chainlist/commit/15ef28c98255666319bc3ff0dd2f80beea9249be))
|
|
9
|
+
* update chain data ([9f2ddb9](https://github.com/poowf/eth-chainlist/commit/9f2ddb9b35a634a84154bf1df026561a9f5c1b2b))
|
|
10
|
+
|
|
11
|
+
### 0.0.790 (2026-06-15)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.789 ([43a3b79](https://github.com/poowf/eth-chainlist/commit/43a3b799b1e88f0ea53b140f753f759acce5811c))
|
|
17
|
+
* update chain data ([ff5d435](https://github.com/poowf/eth-chainlist/commit/ff5d4357bd25a94dee5a009c44a84f13cec881ff))
|
|
18
|
+
|
|
3
19
|
### 0.0.789 (2026-06-11)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -4758,10 +4758,10 @@ const chainArray = [
|
|
|
4758
4758
|
},
|
|
4759
4759
|
{
|
|
4760
4760
|
name: 'AEREDIUM',
|
|
4761
|
-
chain: '
|
|
4762
|
-
rpc: [
|
|
4761
|
+
chain: 'AERX',
|
|
4762
|
+
rpc: [],
|
|
4763
4763
|
faucets: [],
|
|
4764
|
-
nativeCurrency: { name: '
|
|
4764
|
+
nativeCurrency: { name: 'AERX', symbol: 'AERX', decimals: 18 },
|
|
4765
4765
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
4766
4766
|
infoURL: 'https://aeredium.io',
|
|
4767
4767
|
shortName: 'aer',
|
|
@@ -8126,7 +8126,7 @@ const chainArray = [
|
|
|
8126
8126
|
{
|
|
8127
8127
|
name: 'BattleChain Mainnet',
|
|
8128
8128
|
chain: 'ETH',
|
|
8129
|
-
rpc: [],
|
|
8129
|
+
rpc: [ 'https://mainnet.battlechain.com' ],
|
|
8130
8130
|
faucets: [],
|
|
8131
8131
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8132
8132
|
infoURL: 'https://battlechain.com',
|
|
@@ -8134,8 +8134,13 @@ const chainArray = [
|
|
|
8134
8134
|
chainId: 626,
|
|
8135
8135
|
networkId: 626,
|
|
8136
8136
|
icon: 'battlechain',
|
|
8137
|
-
|
|
8138
|
-
|
|
8137
|
+
explorers: [
|
|
8138
|
+
{
|
|
8139
|
+
name: 'BattleChain Explorer',
|
|
8140
|
+
url: 'https://explorer.battlechain.com',
|
|
8141
|
+
standard: 'EIP3091'
|
|
8142
|
+
}
|
|
8143
|
+
],
|
|
8139
8144
|
parent: {
|
|
8140
8145
|
type: 'L2',
|
|
8141
8146
|
chain: 'eip155-1',
|
|
@@ -12380,6 +12385,28 @@ const chainArray = [
|
|
|
12380
12385
|
networkId: 1236,
|
|
12381
12386
|
explorers: []
|
|
12382
12387
|
},
|
|
12388
|
+
{
|
|
12389
|
+
name: 'AEREDIUM Testnet',
|
|
12390
|
+
title: 'AEREDIUM Testnet',
|
|
12391
|
+
chain: 'AER',
|
|
12392
|
+
rpc: [ 'https://testnet.rpc.aeredium.io' ],
|
|
12393
|
+
faucets: [ 'https://aeredium.io/faucet.html' ],
|
|
12394
|
+
nativeCurrency: { name: 'Testnet AER', symbol: 'tAER', decimals: 18 },
|
|
12395
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
12396
|
+
infoURL: 'https://aeredium.io',
|
|
12397
|
+
shortName: 'aer-testnet',
|
|
12398
|
+
chainId: 1237,
|
|
12399
|
+
networkId: 1237,
|
|
12400
|
+
slip44: 1,
|
|
12401
|
+
icon: 'aeredium',
|
|
12402
|
+
explorers: [
|
|
12403
|
+
{
|
|
12404
|
+
name: 'AEREDIUM Testnet Explorer',
|
|
12405
|
+
url: 'https://testnet.explorer.aeredium.io',
|
|
12406
|
+
standard: 'EIP3091'
|
|
12407
|
+
}
|
|
12408
|
+
]
|
|
12409
|
+
},
|
|
12383
12410
|
{
|
|
12384
12411
|
name: 'ARC Mainnet',
|
|
12385
12412
|
chain: 'ARC',
|
|
@@ -23422,15 +23449,24 @@ const chainArray = [
|
|
|
23422
23449
|
{
|
|
23423
23450
|
name: 'Tea Mainnet',
|
|
23424
23451
|
chain: 'TEA',
|
|
23425
|
-
rpc: [],
|
|
23452
|
+
rpc: [ 'https://rpc.tea.xyz', 'https://tea.drpc.org' ],
|
|
23426
23453
|
faucets: [],
|
|
23427
23454
|
nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
|
|
23428
23455
|
infoURL: 'https://tea.xyz',
|
|
23429
23456
|
shortName: 'tea',
|
|
23457
|
+
icon: 'tea',
|
|
23430
23458
|
chainId: 6122,
|
|
23431
23459
|
networkId: 6122,
|
|
23460
|
+
explorers: [
|
|
23461
|
+
{
|
|
23462
|
+
name: 'blockscout',
|
|
23463
|
+
url: 'https://explorer.tea.xyz',
|
|
23464
|
+
icon: 'blockscout',
|
|
23465
|
+
standard: 'EIP3091'
|
|
23466
|
+
}
|
|
23467
|
+
],
|
|
23432
23468
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
23433
|
-
status: '
|
|
23469
|
+
status: 'active'
|
|
23434
23470
|
},
|
|
23435
23471
|
{
|
|
23436
23472
|
name: 'Rails',
|
|
@@ -43141,7 +43177,7 @@ const chainArray = [
|
|
|
43141
43177
|
{
|
|
43142
43178
|
name: 'mfenx',
|
|
43143
43179
|
chain: 'MFENX',
|
|
43144
|
-
rpc: [ 'https://
|
|
43180
|
+
rpc: [ 'https://rpc.mfenx.com' ],
|
|
43145
43181
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
43146
43182
|
faucets: [],
|
|
43147
43183
|
nativeCurrency: { name: 'JULIAN', symbol: 'JULIAN', decimals: 18 },
|
|
@@ -45793,6 +45829,26 @@ const chainArray = [
|
|
|
45793
45829
|
}
|
|
45794
45830
|
]
|
|
45795
45831
|
},
|
|
45832
|
+
{
|
|
45833
|
+
name: 'Maroo Testnet',
|
|
45834
|
+
chain: 'MAROO',
|
|
45835
|
+
icon: 'maroo',
|
|
45836
|
+
rpc: [ 'https://rpc-testnet.maroo.io' ],
|
|
45837
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP7702' } ],
|
|
45838
|
+
faucets: [ 'https://faucet.maroo.io' ],
|
|
45839
|
+
nativeCurrency: { name: 'Testnet OKRW', symbol: 'tOKRW', decimals: 18 },
|
|
45840
|
+
infoURL: 'https://maroo.io',
|
|
45841
|
+
shortName: 'maroo-testnet',
|
|
45842
|
+
chainId: 450815,
|
|
45843
|
+
networkId: 450815,
|
|
45844
|
+
explorers: [
|
|
45845
|
+
{
|
|
45846
|
+
name: 'blockscout',
|
|
45847
|
+
url: 'https://explorer-testnet.maroo.io',
|
|
45848
|
+
standard: 'EIP3091'
|
|
45849
|
+
}
|
|
45850
|
+
]
|
|
45851
|
+
},
|
|
45796
45852
|
{
|
|
45797
45853
|
name: 'Patex Sepolia Testnet',
|
|
45798
45854
|
chain: 'ETH',
|
|
@@ -47780,6 +47836,19 @@ const chainArray = [
|
|
|
47780
47836
|
}
|
|
47781
47837
|
]
|
|
47782
47838
|
},
|
|
47839
|
+
{
|
|
47840
|
+
name: 'CryptoChain',
|
|
47841
|
+
chain: 'CRTC',
|
|
47842
|
+
rpc: [ 'http://13.233.105.56:8545' ],
|
|
47843
|
+
faucets: [],
|
|
47844
|
+
nativeCurrency: { name: 'CryptoChain Token', symbol: 'CRTC', decimals: 18 },
|
|
47845
|
+
infoURL: '',
|
|
47846
|
+
shortName: 'cryptochain',
|
|
47847
|
+
chainId: 900190,
|
|
47848
|
+
networkId: 900190,
|
|
47849
|
+
slip44: 60,
|
|
47850
|
+
explorers: []
|
|
47851
|
+
},
|
|
47783
47852
|
{
|
|
47784
47853
|
name: 'Posichain Testnet Shard 0',
|
|
47785
47854
|
chain: 'PSC',
|
|
@@ -49526,6 +49595,25 @@ const chainArray = [
|
|
|
49526
49595
|
],
|
|
49527
49596
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
|
49528
49597
|
},
|
|
49598
|
+
{
|
|
49599
|
+
name: 'JMDT Mainnet',
|
|
49600
|
+
chain: 'JMDT',
|
|
49601
|
+
rpc: [ 'https://rpc.jmdt.io', 'https://mainnetrpc.jmdt.io' ],
|
|
49602
|
+
faucets: [],
|
|
49603
|
+
nativeCurrency: { name: 'JMDT', symbol: 'JMDT', decimals: 18 },
|
|
49604
|
+
infoURL: 'https://jmdt.io',
|
|
49605
|
+
shortName: 'jmdt',
|
|
49606
|
+
chainId: 7000700,
|
|
49607
|
+
networkId: 7000700,
|
|
49608
|
+
icon: 'jmdt',
|
|
49609
|
+
explorers: [
|
|
49610
|
+
{
|
|
49611
|
+
name: 'JMDT Explorer',
|
|
49612
|
+
url: 'https://explorer.jmdt.io',
|
|
49613
|
+
standard: 'EIP3091'
|
|
49614
|
+
}
|
|
49615
|
+
]
|
|
49616
|
+
},
|
|
49529
49617
|
{
|
|
49530
49618
|
name: 'Humanity Protocol testnet',
|
|
49531
49619
|
chain: 'Humanity',
|
|
@@ -49752,6 +49840,25 @@ const chainArray = [
|
|
|
49752
49840
|
chainId: 8000008,
|
|
49753
49841
|
networkId: 8000008
|
|
49754
49842
|
},
|
|
49843
|
+
{
|
|
49844
|
+
name: 'JMDT Testnet',
|
|
49845
|
+
chain: 'JMDT',
|
|
49846
|
+
rpc: [ 'https://testnetrpc.jmdt.io' ],
|
|
49847
|
+
faucets: [ 'https://faucet.jmdt.io' ],
|
|
49848
|
+
nativeCurrency: { name: 'Test JMDT', symbol: 'tJMDT', decimals: 18 },
|
|
49849
|
+
infoURL: 'https://jmdt.io',
|
|
49850
|
+
shortName: 'tjmdt',
|
|
49851
|
+
chainId: 8000800,
|
|
49852
|
+
networkId: 8000800,
|
|
49853
|
+
icon: 'jmdt',
|
|
49854
|
+
explorers: [
|
|
49855
|
+
{
|
|
49856
|
+
name: 'JMDT Testnet Explorer',
|
|
49857
|
+
url: 'https://explorer.jmdt.io/testnet',
|
|
49858
|
+
standard: 'EIP3091'
|
|
49859
|
+
}
|
|
49860
|
+
]
|
|
49861
|
+
},
|
|
49755
49862
|
{
|
|
49756
49863
|
name: 'Plian Mainnet Subchain 1',
|
|
49757
49864
|
chain: 'Plian',
|