eth-chainlist 0.0.701 → 0.0.703
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 +46 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.703 (2025-11-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.702 ([0763c03](https://github.com/poowf/eth-chainlist/commit/0763c03867453dd63f71dd388b9d884f1bde1c67))
|
|
9
|
+
* update chain data ([24c142d](https://github.com/poowf/eth-chainlist/commit/24c142ddd0bdc49125f34523bcf5be9109eafad1))
|
|
10
|
+
|
|
11
|
+
### 0.0.702 (2025-11-26)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.701 ([106439a](https://github.com/poowf/eth-chainlist/commit/106439a996ec929a3864982115003c391bab6fe7))
|
|
17
|
+
* update chain data ([a98db03](https://github.com/poowf/eth-chainlist/commit/a98db036816ca3efc6b35c23f64ce3003b47acdf))
|
|
18
|
+
|
|
3
19
|
### 0.0.701 (2025-11-18)
|
|
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',
|
|
@@ -11662,40 +11673,30 @@ const chainArray = [
|
|
|
11662
11673
|
name: 'ARC Mainnet',
|
|
11663
11674
|
chain: 'ARC',
|
|
11664
11675
|
icon: 'arc',
|
|
11665
|
-
rpc: [
|
|
11676
|
+
rpc: [],
|
|
11666
11677
|
faucets: [],
|
|
11667
11678
|
nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
|
|
11668
11679
|
infoURL: 'https://archiechain.io/',
|
|
11669
11680
|
shortName: 'ARC',
|
|
11670
11681
|
chainId: 1243,
|
|
11671
11682
|
networkId: 1243,
|
|
11672
|
-
explorers: [
|
|
11673
|
-
|
|
11674
|
-
name: 'archiescan',
|
|
11675
|
-
url: 'https://app.archiescan.io',
|
|
11676
|
-
standard: 'none'
|
|
11677
|
-
}
|
|
11678
|
-
]
|
|
11683
|
+
explorers: [],
|
|
11684
|
+
status: 'deprecated'
|
|
11679
11685
|
},
|
|
11680
11686
|
{
|
|
11681
11687
|
name: 'ARC Testnet',
|
|
11682
11688
|
chain: 'ARC',
|
|
11683
11689
|
icon: 'arc',
|
|
11684
|
-
rpc: [
|
|
11685
|
-
faucets: [
|
|
11690
|
+
rpc: [],
|
|
11691
|
+
faucets: [],
|
|
11686
11692
|
nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
|
|
11687
11693
|
infoURL: 'https://archiechain.io/',
|
|
11688
11694
|
shortName: 'TARC',
|
|
11689
11695
|
chainId: 1244,
|
|
11690
11696
|
networkId: 1244,
|
|
11691
11697
|
slip44: 1,
|
|
11692
|
-
explorers: [
|
|
11693
|
-
|
|
11694
|
-
name: 'archiescan',
|
|
11695
|
-
url: 'https://testnet.archiescan.io',
|
|
11696
|
-
standard: 'none'
|
|
11697
|
-
}
|
|
11698
|
-
]
|
|
11698
|
+
explorers: [],
|
|
11699
|
+
status: 'deprecated'
|
|
11699
11700
|
},
|
|
11700
11701
|
{
|
|
11701
11702
|
name: 'OM Platform Mainnet',
|
|
@@ -44509,6 +44510,29 @@ const chainArray = [
|
|
|
44509
44510
|
}
|
|
44510
44511
|
]
|
|
44511
44512
|
},
|
|
44513
|
+
{
|
|
44514
|
+
name: 'Reactive Lasna',
|
|
44515
|
+
title: 'Reactive Network Testnet Lasna',
|
|
44516
|
+
chain: 'REACT',
|
|
44517
|
+
rpc: [ 'https://lasna-rpc.rnk.dev' ],
|
|
44518
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
44519
|
+
faucets: [
|
|
44520
|
+
'https://dev.reactive.network/reactive-mainnet#get-testnet-react'
|
|
44521
|
+
],
|
|
44522
|
+
nativeCurrency: { name: 'Lasna React', symbol: 'lREACT', decimals: 18 },
|
|
44523
|
+
infoURL: 'https://reactive.network',
|
|
44524
|
+
shortName: 'lreact',
|
|
44525
|
+
icon: 'reactive',
|
|
44526
|
+
chainId: 5318007,
|
|
44527
|
+
networkId: 5318007,
|
|
44528
|
+
explorers: [
|
|
44529
|
+
{
|
|
44530
|
+
name: 'Reactscan',
|
|
44531
|
+
url: 'https://lasna.reactscan.net',
|
|
44532
|
+
standard: 'none'
|
|
44533
|
+
}
|
|
44534
|
+
]
|
|
44535
|
+
},
|
|
44512
44536
|
{
|
|
44513
44537
|
name: 'Reactive Kopli',
|
|
44514
44538
|
title: 'Reactive Network Testnet Kopli',
|