eth-chainlist 0.0.815 → 0.0.816
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 +16 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.816 (2026-08-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.815 ([49b221a](https://github.com/poowf/eth-chainlist/commit/49b221ab585ecad93041bfa6aaabf9bca9f72ad8))
|
|
9
|
+
* update chain data ([ae445c6](https://github.com/poowf/eth-chainlist/commit/ae445c62aafcd07ddf4a671a7e3b74deb6df949e))
|
|
10
|
+
|
|
3
11
|
### 0.0.815 (2026-08-23)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -9871,17 +9871,25 @@ const chainArray = [
|
|
|
9871
9871
|
]
|
|
9872
9872
|
},
|
|
9873
9873
|
{
|
|
9874
|
-
name: '
|
|
9875
|
-
chain: '
|
|
9876
|
-
rpc: [],
|
|
9874
|
+
name: 'MarsChain Mainnet',
|
|
9875
|
+
chain: 'MARS',
|
|
9876
|
+
rpc: [ 'https://rpcs.marschain.net/' ],
|
|
9877
9877
|
faucets: [],
|
|
9878
|
-
nativeCurrency: { name: '
|
|
9879
|
-
|
|
9880
|
-
|
|
9878
|
+
nativeCurrency: { name: 'MARS', symbol: 'MARS', decimals: 18 },
|
|
9879
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
9880
|
+
infoURL: 'https://marschain.net/',
|
|
9881
|
+
shortName: 'marschain',
|
|
9881
9882
|
chainId: 890,
|
|
9882
9883
|
networkId: 890,
|
|
9883
|
-
|
|
9884
|
-
|
|
9884
|
+
icon: 'marschain',
|
|
9885
|
+
redFlags: [ 'reusedChainId' ],
|
|
9886
|
+
explorers: [
|
|
9887
|
+
{
|
|
9888
|
+
name: 'MarsChain Explorer',
|
|
9889
|
+
url: 'https://explorer.marschain.net',
|
|
9890
|
+
standard: 'EIP3091'
|
|
9891
|
+
}
|
|
9892
|
+
]
|
|
9885
9893
|
},
|
|
9886
9894
|
{
|
|
9887
9895
|
name: 'MAXI Chain Testnet',
|
|
@@ -21993,11 +22001,6 @@ const chainArray = [
|
|
|
21993
22001
|
url: 'https://robinhoodchain.blockscout.com',
|
|
21994
22002
|
icon: 'blockscout',
|
|
21995
22003
|
standard: 'EIP3091'
|
|
21996
|
-
},
|
|
21997
|
-
{
|
|
21998
|
-
name: 'HoodScan',
|
|
21999
|
-
url: 'https://hoodscan.ai',
|
|
22000
|
-
standard: 'EIP3091'
|
|
22001
22004
|
}
|
|
22002
22005
|
],
|
|
22003
22006
|
status: 'active',
|