eth-chainlist 0.0.87 → 0.0.88

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.88 (2023-02-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.87 ([3c328bb](https://github.com/poowf/eth-chainlist/commit/3c328bb787714a25202d0e2bc334ee3cca3f1b74))
9
+ * update chain data ([171feaa](https://github.com/poowf/eth-chainlist/commit/171feaac5fcc34408648cef4c6e01d85164fd90a))
10
+
3
11
  ### 0.0.87 (2023-02-25)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11131,6 +11131,7 @@ const chainArray = [
11131
11131
  {
11132
11132
  name: 'SiriusNet',
11133
11133
  chain: 'SIN',
11134
+ status: 'deprecated',
11134
11135
  rpc: [
11135
11136
  'https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/'
11136
11137
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {