eth-chainlist 0.0.701 → 0.0.702
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 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.702 (2025-11-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.701 ([106439a](https://github.com/poowf/eth-chainlist/commit/106439a996ec929a3864982115003c391bab6fe7))
|
|
9
|
+
* update chain data ([a98db03](https://github.com/poowf/eth-chainlist/commit/a98db036816ca3efc6b35c23f64ce3003b47acdf))
|
|
10
|
+
|
|
3
11
|
### 0.0.701 (2025-11-18)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -3019,19 +3019,30 @@ const chainArray = [
|
|
|
3019
3019
|
networkId: 142
|
|
3020
3020
|
},
|
|
3021
3021
|
{
|
|
3022
|
-
name: 'Monad
|
|
3022
|
+
name: 'Monad',
|
|
3023
3023
|
chain: 'MON',
|
|
3024
3024
|
icon: 'monad',
|
|
3025
|
-
rpc: [],
|
|
3025
|
+
rpc: [ 'https://rpc.monad.xyz' ],
|
|
3026
3026
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
3027
3027
|
faucets: [],
|
|
3028
|
-
nativeCurrency: { name: '
|
|
3028
|
+
nativeCurrency: { name: 'Monad', symbol: 'MON', decimals: 18 },
|
|
3029
3029
|
infoURL: 'https://monad.xyz',
|
|
3030
3030
|
shortName: 'mon',
|
|
3031
3031
|
chainId: 143,
|
|
3032
3032
|
networkId: 143,
|
|
3033
|
-
slip44:
|
|
3034
|
-
explorers: [
|
|
3033
|
+
slip44: 268435779,
|
|
3034
|
+
explorers: [
|
|
3035
|
+
{
|
|
3036
|
+
name: 'Monad Vision',
|
|
3037
|
+
url: 'https://monadvision.com',
|
|
3038
|
+
standard: 'EIP3091'
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
name: 'Monadscan',
|
|
3042
|
+
url: 'https://monadscan.com',
|
|
3043
|
+
standard: 'EIP3091'
|
|
3044
|
+
}
|
|
3045
|
+
]
|
|
3035
3046
|
},
|
|
3036
3047
|
{
|
|
3037
3048
|
name: 'PHI Network v2',
|