eth-chainlist 0.0.702 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.702 (2025-11-26)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11673,40 +11673,30 @@ const chainArray = [
11673
11673
  name: 'ARC Mainnet',
11674
11674
  chain: 'ARC',
11675
11675
  icon: 'arc',
11676
- rpc: [ 'https://rpc-main-1.archiechain.io' ],
11676
+ rpc: [],
11677
11677
  faucets: [],
11678
11678
  nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
11679
11679
  infoURL: 'https://archiechain.io/',
11680
11680
  shortName: 'ARC',
11681
11681
  chainId: 1243,
11682
11682
  networkId: 1243,
11683
- explorers: [
11684
- {
11685
- name: 'archiescan',
11686
- url: 'https://app.archiescan.io',
11687
- standard: 'none'
11688
- }
11689
- ]
11683
+ explorers: [],
11684
+ status: 'deprecated'
11690
11685
  },
11691
11686
  {
11692
11687
  name: 'ARC Testnet',
11693
11688
  chain: 'ARC',
11694
11689
  icon: 'arc',
11695
- rpc: [ 'https://rpc-test-1.archiechain.io' ],
11696
- faucets: [ 'https://faucet.archiechain.io' ],
11690
+ rpc: [],
11691
+ faucets: [],
11697
11692
  nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
11698
11693
  infoURL: 'https://archiechain.io/',
11699
11694
  shortName: 'TARC',
11700
11695
  chainId: 1244,
11701
11696
  networkId: 1244,
11702
11697
  slip44: 1,
11703
- explorers: [
11704
- {
11705
- name: 'archiescan',
11706
- url: 'https://testnet.archiescan.io',
11707
- standard: 'none'
11708
- }
11709
- ]
11698
+ explorers: [],
11699
+ status: 'deprecated'
11710
11700
  },
11711
11701
  {
11712
11702
  name: 'OM Platform Mainnet',
@@ -44520,6 +44510,29 @@ const chainArray = [
44520
44510
  }
44521
44511
  ]
44522
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
+ },
44523
44536
  {
44524
44537
  name: 'Reactive Kopli',
44525
44538
  title: 'Reactive Network Testnet Kopli',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.702",
3
+ "version": "0.0.703",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {