eth-chainlist 0.0.268 → 0.0.269

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.269 (2023-10-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.268 ([9ef085a](https://github.com/poowf/eth-chainlist/commit/9ef085ab5da95d5fc11e6d6639ffba164775ce27))
9
+ * update chain data ([d8034be](https://github.com/poowf/eth-chainlist/commit/d8034beeba953e01449431e70a84459dce0d7d73))
10
+
3
11
  ### 0.0.268 (2023-10-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -958,7 +958,7 @@ const chainArray = [
958
958
  ]
959
959
  },
960
960
  {
961
- name: 'XinFin XDC Network',
961
+ name: 'XDC Network',
962
962
  chain: 'XDC',
963
963
  rpc: [
964
964
  'https://erpc.xinfin.network',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.268",
3
+ "version": "0.0.269",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {