eth-chainlist 0.0.644 → 0.0.645

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.645 (2025-03-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.644 ([b5e73d2](https://github.com/poowf/eth-chainlist/commit/b5e73d27e4f7522e9f2546cde3d1eb6fd5b79f75))
9
+ * update chain data ([faeacca](https://github.com/poowf/eth-chainlist/commit/faeacca49178c9ffb1c000e2460f916c5f2b5032))
10
+
3
11
  ### 0.0.644 (2025-03-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -41900,6 +41900,27 @@ const chainArray = [
41900
41900
  }
41901
41901
  ]
41902
41902
  },
41903
+ {
41904
+ name: 'XRPL EVM Sidechain Devnet',
41905
+ chain: 'XRPLEVM Devnet',
41906
+ icon: 'xrplevm',
41907
+ rpc: [ 'https://rpc.xrplevm.org', 'https://ws.xrplevm.org' ],
41908
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
41909
+ faucets: [ 'https://chains.tools/faucet/xrplevm' ],
41910
+ nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
41911
+ infoURL: 'https://xrplevm.org',
41912
+ shortName: 'xrplevm',
41913
+ chainId: 1440002,
41914
+ networkId: 1440002,
41915
+ explorers: [
41916
+ {
41917
+ name: 'blockscout',
41918
+ url: 'https://explorer.xrplevm.org',
41919
+ icon: 'xrplevm',
41920
+ standard: 'EIP3091'
41921
+ }
41922
+ ]
41923
+ },
41903
41924
  {
41904
41925
  name: 'Waterfall 9 Test Network',
41905
41926
  chain: 'Waterfall TestNet9',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.644",
3
+ "version": "0.0.645",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {