eth-chainlist 0.0.825 → 0.0.827

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.827 (2026-09-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.826 ([3274a43](https://github.com/poowf/eth-chainlist/commit/3274a438d78fa19fc04aecaa382268f3a918a85c))
9
+ * update chain data ([670b004](https://github.com/poowf/eth-chainlist/commit/670b00400d0ee271c843c0832ed6c01b9977892b))
10
+
11
+ ### 0.0.826 (2026-09-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.825 ([2808230](https://github.com/poowf/eth-chainlist/commit/28082307be2e702e969d68d436ab16e579427005))
17
+ * update chain data ([97733a2](https://github.com/poowf/eth-chainlist/commit/97733a2d9ca6cf3ff6bd68ba463af48cba2bbce7))
18
+
3
19
  ### 0.0.825 (2026-09-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -22137,7 +22137,8 @@ const chainArray = [
22137
22137
  'https://rpc.mainnet.chain.robinhood.com',
22138
22138
  'https://robinhood-rpc.publicnode.com',
22139
22139
  'wss://robinhood-rpc.publicnode.com',
22140
- 'https://rpc.arrowrpc.com'
22140
+ 'https://rpc.arrowrpc.com',
22141
+ 'https://rpc.ordofi.network'
22141
22142
  ],
22142
22143
  faucets: [],
22143
22144
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -22157,6 +22158,11 @@ const chainArray = [
22157
22158
  url: 'https://robinhoodchain.blockscout.com',
22158
22159
  icon: 'blockscout',
22159
22160
  standard: 'EIP3091'
22161
+ },
22162
+ {
22163
+ name: 'hoodscan',
22164
+ url: 'https://hoodscan.co',
22165
+ standard: 'EIP3091'
22160
22166
  }
22161
22167
  ],
22162
22168
  status: 'active',
@@ -22176,7 +22182,7 @@ const chainArray = [
22176
22182
  icon: 'intertrain',
22177
22183
  rpc: [ 'https://rpc.intertrain.online/rpc' ],
22178
22184
  faucets: [],
22179
- nativeCurrency: { name: 'WorldStreet USD', symbol: 'USDW', decimals: 18 },
22185
+ nativeCurrency: { name: 'WorldStreet Kash', symbol: 'WSK', decimals: 18 },
22180
22186
  infoURL: 'https://intertrain.online',
22181
22187
  shortName: 'inte',
22182
22188
  chainId: 4683,
@@ -25744,6 +25750,19 @@ const chainArray = [
25744
25750
  }
25745
25751
  ]
25746
25752
  },
25753
+ {
25754
+ name: 'RWA Chain',
25755
+ chain: 'RWA',
25756
+ rpc: [ 'https://rpc.rwa-chain.io' ],
25757
+ faucets: [],
25758
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25759
+ infoURL: 'https://rwa-chain.io',
25760
+ shortName: 'rwachain',
25761
+ chainId: 7741,
25762
+ networkId: 7741,
25763
+ status: 'incubating',
25764
+ parent: { type: 'L2', chain: 'eip155-1' }
25765
+ },
25747
25766
  {
25748
25767
  name: 'Phron Testnet',
25749
25768
  chain: 'PHR',
@@ -32882,12 +32901,12 @@ const chainArray = [
32882
32901
  name: 'Aglais Testnet (Quip Network)',
32883
32902
  chain: 'AGLS',
32884
32903
  icon: 'aglais',
32885
- rpc: [ 'https://evm-rpc.testnet.quip.network:20049' ],
32904
+ rpc: [ 'https://evm-rpc.aglais.quip.network:20049' ],
32886
32905
  faucets: [],
32887
32906
  explorers: [
32888
32907
  {
32889
32908
  name: 'Aglais Explorer',
32890
- url: 'https://explorer.testnet.quip.network',
32909
+ url: 'https://explorer.aglais.quip.network',
32891
32910
  standard: 'EIP3091'
32892
32911
  }
32893
32912
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.825",
3
+ "version": "0.0.827",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {