eth-chainlist 0.0.827 → 0.0.828

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.828 (2026-09-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.827 ([0658346](https://github.com/poowf/eth-chainlist/commit/0658346b68b7b7185e8ae1f1f6c718fec2f9a537))
9
+ * update chain data ([f61cf99](https://github.com/poowf/eth-chainlist/commit/f61cf99bc395a82403fa76d89e164f944198593b))
10
+
3
11
  ### 0.0.827 (2026-09-05)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -40215,6 +40215,25 @@ const chainArray = [
40215
40215
  }
40216
40216
  ]
40217
40217
  },
40218
+ {
40219
+ name: 'RWA Chain Sepolia',
40220
+ chain: 'RWA',
40221
+ rpc: [ 'https://sepolia-rpc.rwa-chain.io' ],
40222
+ faucets: [],
40223
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
40224
+ infoURL: 'https://rwa-chain.io',
40225
+ shortName: 'rwachain-sepolia',
40226
+ chainId: 77410,
40227
+ networkId: 77410,
40228
+ explorers: [
40229
+ {
40230
+ name: 'RWA Chain Sepolia Explorer',
40231
+ url: 'https://sepolia-explorer.rwa-chain.io',
40232
+ standard: 'EIP3091'
40233
+ }
40234
+ ],
40235
+ parent: { type: 'L2', chain: 'eip155-11155111' }
40236
+ },
40218
40237
  {
40219
40238
  name: 'Vention Smart Chain Mainnet',
40220
40239
  chain: 'VSC',
@@ -52725,6 +52744,25 @@ const chainArray = [
52725
52744
  ],
52726
52745
  parent: { type: 'L2', chain: 'eip155-11155111' }
52727
52746
  },
52747
+ {
52748
+ name: 'Zagros Mainnet',
52749
+ chain: 'ZAGROS',
52750
+ rpc: [ 'https://rpc.zagros.network', 'https://rpc.zagrosnetwork.com' ],
52751
+ faucets: [],
52752
+ nativeCurrency: { name: 'Zagros', symbol: 'ZAGROS', decimals: 18 },
52753
+ infoURL: 'https://zagros.network',
52754
+ shortName: 'zagros',
52755
+ chainId: 21072026,
52756
+ networkId: 21072026,
52757
+ icon: 'zagros',
52758
+ explorers: [
52759
+ {
52760
+ name: 'ZagrosRadar',
52761
+ url: 'https://zagrosradar.com',
52762
+ standard: 'EIP3091'
52763
+ }
52764
+ ]
52765
+ },
52728
52766
  {
52729
52767
  name: 'Excelon Mainnet',
52730
52768
  chain: 'XLON',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.827",
3
+ "version": "0.0.828",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {