eth-chainlist 0.0.29 → 0.0.31

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.31 (2022-12-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.30 ([56235ee](https://github.com/poowf/eth-chainlist/commit/56235ee14e3b473ed5621c9f4f9e12de7820951c))
9
+ * update chain data ([7a4cbb8](https://github.com/poowf/eth-chainlist/commit/7a4cbb8eeb855cfb56fc1ba5c14938ee8491f5a5))
10
+
11
+ ### 0.0.30 (2022-12-09)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.29 ([7a1770b](https://github.com/poowf/eth-chainlist/commit/7a1770b5581581c0801122e620f648f5a137e342))
17
+ * update chain data ([69e2ae2](https://github.com/poowf/eth-chainlist/commit/69e2ae2a38606d423747d2bb89b4257a1a80ed59))
18
+
3
19
  ### 0.0.29 (2022-12-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6102,6 +6102,27 @@ const chainArray = [
6102
6102
  }
6103
6103
  ]
6104
6104
  },
6105
+ {
6106
+ name: 'Htmlcoin Mainnet',
6107
+ chain: 'mainnet',
6108
+ rpc: [ 'https://janus.htmlcoin.com/api/' ],
6109
+ faucets: [ 'https://gruvin.me/htmlcoin' ],
6110
+ nativeCurrency: { name: 'Htmlcoin', symbol: 'HTML', decimals: 8 },
6111
+ infoURL: 'https://htmlcoin.com',
6112
+ shortName: 'html',
6113
+ chainId: 4444,
6114
+ networkId: 4444,
6115
+ icon: 'htmlcoin',
6116
+ status: 'active',
6117
+ explorers: [
6118
+ {
6119
+ name: 'htmlcoin',
6120
+ url: 'https://explorer.htmlcoin.com',
6121
+ icon: 'htmlcoin',
6122
+ standard: 'none'
6123
+ }
6124
+ ]
6125
+ },
6105
6126
  {
6106
6127
  name: 'IoTeX Network Mainnet',
6107
6128
  chain: 'iotex.io',
@@ -7509,7 +7530,7 @@ const chainArray = [
7509
7530
  {
7510
7531
  name: 'SPS',
7511
7532
  chain: 'SPS',
7512
- rpc: [ 'https://marketplace.ssquad.games' ],
7533
+ rpc: [ 'https://rpc.ssquad.games' ],
7513
7534
  faucets: [],
7514
7535
  nativeCurrency: { name: 'ECG', symbol: 'ECG', decimals: 18 },
7515
7536
  infoURL: 'https://ssquad.games/',
@@ -7522,8 +7543,7 @@ const chainArray = [
7522
7543
  url: 'http://spsscan.ssquad.games',
7523
7544
  standard: 'EIP3091'
7524
7545
  }
7525
- ],
7526
- status: 'incubating'
7546
+ ]
7527
7547
  },
7528
7548
  {
7529
7549
  name: 'Phoenix Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {