eth-chainlist 0.0.789 → 0.0.790
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 +8 -0
- package/data/chain.js +67 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.790 (2026-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.789 ([43a3b79](https://github.com/poowf/eth-chainlist/commit/43a3b799b1e88f0ea53b140f753f759acce5811c))
|
|
9
|
+
* update chain data ([ff5d435](https://github.com/poowf/eth-chainlist/commit/ff5d4357bd25a94dee5a009c44a84f13cec881ff))
|
|
10
|
+
|
|
3
11
|
### 0.0.789 (2026-06-11)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -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',
|
|
@@ -43141,7 +43146,7 @@ const chainArray = [
|
|
|
43141
43146
|
{
|
|
43142
43147
|
name: 'mfenx',
|
|
43143
43148
|
chain: 'MFENX',
|
|
43144
|
-
rpc: [ 'https://
|
|
43149
|
+
rpc: [ 'https://rpc.mfenx.com' ],
|
|
43145
43150
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
43146
43151
|
faucets: [],
|
|
43147
43152
|
nativeCurrency: { name: 'JULIAN', symbol: 'JULIAN', decimals: 18 },
|
|
@@ -45793,6 +45798,26 @@ const chainArray = [
|
|
|
45793
45798
|
}
|
|
45794
45799
|
]
|
|
45795
45800
|
},
|
|
45801
|
+
{
|
|
45802
|
+
name: 'Maroo Testnet',
|
|
45803
|
+
chain: 'MAROO',
|
|
45804
|
+
icon: 'maroo',
|
|
45805
|
+
rpc: [ 'https://rpc-testnet.maroo.io' ],
|
|
45806
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP7702' } ],
|
|
45807
|
+
faucets: [ 'https://faucet.maroo.io' ],
|
|
45808
|
+
nativeCurrency: { name: 'Testnet OKRW', symbol: 'tOKRW', decimals: 18 },
|
|
45809
|
+
infoURL: 'https://maroo.io',
|
|
45810
|
+
shortName: 'maroo-testnet',
|
|
45811
|
+
chainId: 450815,
|
|
45812
|
+
networkId: 450815,
|
|
45813
|
+
explorers: [
|
|
45814
|
+
{
|
|
45815
|
+
name: 'blockscout',
|
|
45816
|
+
url: 'https://explorer-testnet.maroo.io',
|
|
45817
|
+
standard: 'EIP3091'
|
|
45818
|
+
}
|
|
45819
|
+
]
|
|
45820
|
+
},
|
|
45796
45821
|
{
|
|
45797
45822
|
name: 'Patex Sepolia Testnet',
|
|
45798
45823
|
chain: 'ETH',
|
|
@@ -49526,6 +49551,25 @@ const chainArray = [
|
|
|
49526
49551
|
],
|
|
49527
49552
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
|
49528
49553
|
},
|
|
49554
|
+
{
|
|
49555
|
+
name: 'JMDT Mainnet',
|
|
49556
|
+
chain: 'JMDT',
|
|
49557
|
+
rpc: [ 'https://rpc.jmdt.io', 'https://mainnetrpc.jmdt.io' ],
|
|
49558
|
+
faucets: [],
|
|
49559
|
+
nativeCurrency: { name: 'JMDT', symbol: 'JMDT', decimals: 18 },
|
|
49560
|
+
infoURL: 'https://jmdt.io',
|
|
49561
|
+
shortName: 'jmdt',
|
|
49562
|
+
chainId: 7000700,
|
|
49563
|
+
networkId: 7000700,
|
|
49564
|
+
icon: 'jmdt',
|
|
49565
|
+
explorers: [
|
|
49566
|
+
{
|
|
49567
|
+
name: 'JMDT Explorer',
|
|
49568
|
+
url: 'https://explorer.jmdt.io',
|
|
49569
|
+
standard: 'EIP3091'
|
|
49570
|
+
}
|
|
49571
|
+
]
|
|
49572
|
+
},
|
|
49529
49573
|
{
|
|
49530
49574
|
name: 'Humanity Protocol testnet',
|
|
49531
49575
|
chain: 'Humanity',
|
|
@@ -49752,6 +49796,25 @@ const chainArray = [
|
|
|
49752
49796
|
chainId: 8000008,
|
|
49753
49797
|
networkId: 8000008
|
|
49754
49798
|
},
|
|
49799
|
+
{
|
|
49800
|
+
name: 'JMDT Testnet',
|
|
49801
|
+
chain: 'JMDT',
|
|
49802
|
+
rpc: [ 'https://testnetrpc.jmdt.io' ],
|
|
49803
|
+
faucets: [ 'https://faucet.jmdt.io' ],
|
|
49804
|
+
nativeCurrency: { name: 'Test JMDT', symbol: 'tJMDT', decimals: 18 },
|
|
49805
|
+
infoURL: 'https://jmdt.io',
|
|
49806
|
+
shortName: 'tjmdt',
|
|
49807
|
+
chainId: 8000800,
|
|
49808
|
+
networkId: 8000800,
|
|
49809
|
+
icon: 'jmdt',
|
|
49810
|
+
explorers: [
|
|
49811
|
+
{
|
|
49812
|
+
name: 'JMDT Testnet Explorer',
|
|
49813
|
+
url: 'https://explorer.jmdt.io/testnet',
|
|
49814
|
+
standard: 'EIP3091'
|
|
49815
|
+
}
|
|
49816
|
+
]
|
|
49817
|
+
},
|
|
49755
49818
|
{
|
|
49756
49819
|
name: 'Plian Mainnet Subchain 1',
|
|
49757
49820
|
chain: 'Plian',
|