eth-chainlist 0.0.700 → 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 +16 -0
- package/data/chain.js +42 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.701 (2025-11-18)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.700 ([68e9c0a](https://github.com/poowf/eth-chainlist/commit/68e9c0a4ee09c0554cfd17c85baa19cb4394e662))
|
|
17
|
+
* update chain data ([4c4014e](https://github.com/poowf/eth-chainlist/commit/4c4014eb6d63c4bd0a155caec7b038d301a7e23d))
|
|
18
|
+
|
|
3
19
|
### 0.0.700 (2025-11-11)
|
|
4
20
|
|
|
5
21
|
|
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',
|
|
@@ -32067,7 +32078,7 @@ const chainArray = [
|
|
|
32067
32078
|
icon: 'etherlink',
|
|
32068
32079
|
chainId: 42793,
|
|
32069
32080
|
networkId: 42793,
|
|
32070
|
-
features: [ { name: 'EIP1559' } ],
|
|
32081
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
32071
32082
|
infoURL: 'https://etherlink.com',
|
|
32072
32083
|
shortName: 'etlk',
|
|
32073
32084
|
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
@@ -38502,12 +38513,32 @@ const chainArray = [
|
|
|
38502
38513
|
]
|
|
38503
38514
|
},
|
|
38504
38515
|
{
|
|
38505
|
-
name: 'Etherlink Testnet',
|
|
38516
|
+
name: 'Etherlink Shadownet Testnet',
|
|
38517
|
+
chain: 'Etherlink',
|
|
38518
|
+
icon: 'etherlink',
|
|
38519
|
+
chainId: 127823,
|
|
38520
|
+
networkId: 127823,
|
|
38521
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
38522
|
+
infoURL: 'https://etherlink.com',
|
|
38523
|
+
shortName: 'etlst',
|
|
38524
|
+
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
38525
|
+
rpc: [ 'https://node.shadownet.etherlink.com' ],
|
|
38526
|
+
faucets: [ 'https://faucet.etherlink.com' ],
|
|
38527
|
+
explorers: [
|
|
38528
|
+
{
|
|
38529
|
+
name: 'Etherlink Shadownet Testnet Explorer',
|
|
38530
|
+
url: 'https://shadownet.explorer.etherlink.com',
|
|
38531
|
+
standard: 'EIP3091'
|
|
38532
|
+
}
|
|
38533
|
+
]
|
|
38534
|
+
},
|
|
38535
|
+
{
|
|
38536
|
+
name: 'Etherlink Ghostnet Testnet',
|
|
38506
38537
|
chain: 'Etherlink',
|
|
38507
38538
|
icon: 'etherlink',
|
|
38508
38539
|
chainId: 128123,
|
|
38509
38540
|
networkId: 128123,
|
|
38510
|
-
features: [ { name: 'EIP1559' } ],
|
|
38541
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
38511
38542
|
infoURL: 'https://etherlink.com',
|
|
38512
38543
|
shortName: 'etlt',
|
|
38513
38544
|
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
@@ -38515,11 +38546,12 @@ const chainArray = [
|
|
|
38515
38546
|
faucets: [ 'https://faucet.etherlink.com' ],
|
|
38516
38547
|
explorers: [
|
|
38517
38548
|
{
|
|
38518
|
-
name: 'Etherlink Testnet Explorer',
|
|
38549
|
+
name: 'Etherlink Ghostnet Testnet Explorer',
|
|
38519
38550
|
url: 'https://testnet.explorer.etherlink.com',
|
|
38520
38551
|
standard: 'EIP3091'
|
|
38521
38552
|
}
|
|
38522
|
-
]
|
|
38553
|
+
],
|
|
38554
|
+
status: 'deprecated'
|
|
38523
38555
|
},
|
|
38524
38556
|
{
|
|
38525
38557
|
name: 'Tatara Testnet',
|