eth-chainlist 0.0.788 → 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 +16 -0
- package/data/chain.js +87 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.789 (2026-06-11)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.788 ([a8b0d42](https://github.com/poowf/eth-chainlist/commit/a8b0d42991afe2a1f1998cfa215e55de2b501ff8))
|
|
17
|
+
* update chain data ([6557824](https://github.com/poowf/eth-chainlist/commit/65578241cb33d4f4374231c69b7dd15dca2703a3))
|
|
18
|
+
|
|
3
19
|
### 0.0.788 (2026-06-10)
|
|
4
20
|
|
|
5
21
|
|
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',
|
|
@@ -14856,6 +14861,26 @@ const chainArray = [
|
|
|
14856
14861
|
bridges: [ { url: 'https://superbridge.app/soneium' } ]
|
|
14857
14862
|
}
|
|
14858
14863
|
},
|
|
14864
|
+
{
|
|
14865
|
+
name: 'Whitechain Sepolia',
|
|
14866
|
+
chain: 'WCH',
|
|
14867
|
+
rpc: [ 'https://rpc.testnet.whitechain.io' ],
|
|
14868
|
+
faucets: [ 'https://faucet.testnet.whitechain.io' ],
|
|
14869
|
+
nativeCurrency: { name: 'WBT', symbol: 'WBT', decimals: 18 },
|
|
14870
|
+
infoURL: 'https://docs.whitechain.io',
|
|
14871
|
+
shortName: 'wch-sepolia',
|
|
14872
|
+
chainId: 1874,
|
|
14873
|
+
networkId: 1874,
|
|
14874
|
+
icon: 'whitechain-sepolia',
|
|
14875
|
+
explorers: [
|
|
14876
|
+
{
|
|
14877
|
+
name: 'Whitechain Testnet Explorer',
|
|
14878
|
+
url: 'https://explorer.testnet.whitechain.io',
|
|
14879
|
+
standard: 'EIP3091'
|
|
14880
|
+
}
|
|
14881
|
+
],
|
|
14882
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
14883
|
+
},
|
|
14859
14884
|
{
|
|
14860
14885
|
name: 'Whitechain',
|
|
14861
14886
|
chain: 'WBT',
|
|
@@ -43121,7 +43146,7 @@ const chainArray = [
|
|
|
43121
43146
|
{
|
|
43122
43147
|
name: 'mfenx',
|
|
43123
43148
|
chain: 'MFENX',
|
|
43124
|
-
rpc: [ 'https://
|
|
43149
|
+
rpc: [ 'https://rpc.mfenx.com' ],
|
|
43125
43150
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
43126
43151
|
faucets: [],
|
|
43127
43152
|
nativeCurrency: { name: 'JULIAN', symbol: 'JULIAN', decimals: 18 },
|
|
@@ -45773,6 +45798,26 @@ const chainArray = [
|
|
|
45773
45798
|
}
|
|
45774
45799
|
]
|
|
45775
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
|
+
},
|
|
45776
45821
|
{
|
|
45777
45822
|
name: 'Patex Sepolia Testnet',
|
|
45778
45823
|
chain: 'ETH',
|
|
@@ -49506,6 +49551,25 @@ const chainArray = [
|
|
|
49506
49551
|
],
|
|
49507
49552
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
|
49508
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
|
+
},
|
|
49509
49573
|
{
|
|
49510
49574
|
name: 'Humanity Protocol testnet',
|
|
49511
49575
|
chain: 'Humanity',
|
|
@@ -49732,6 +49796,25 @@ const chainArray = [
|
|
|
49732
49796
|
chainId: 8000008,
|
|
49733
49797
|
networkId: 8000008
|
|
49734
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
|
+
},
|
|
49735
49818
|
{
|
|
49736
49819
|
name: 'Plian Mainnet Subchain 1',
|
|
49737
49820
|
chain: 'Plian',
|