eth-chainlist 0.0.201 → 0.0.203

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.203 (2023-08-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.202 ([b61a863](https://github.com/poowf/eth-chainlist/commit/b61a863e42ca2d36bbab9e902608eb7cb17da50f))
9
+ * update chain data ([dd3b366](https://github.com/poowf/eth-chainlist/commit/dd3b366fd1ab6ef36be22ab9b3ca2eb089764e21))
10
+
11
+ ### 0.0.202 (2023-08-05)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.201 ([27b9047](https://github.com/poowf/eth-chainlist/commit/27b904762970045deb1f57a298b8c065c8cbeaf7))
17
+ * update chain data ([4fc157a](https://github.com/poowf/eth-chainlist/commit/4fc157a9083684fad047c3e06f5fa7456b21841f))
18
+
3
19
  ### 0.0.201 (2023-08-04)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -12146,7 +12146,8 @@ const chainArray = [
12146
12146
  icon: 'mindchain',
12147
12147
  rpc: [
12148
12148
  'https://rpc-msc.mindchain.info/',
12149
- 'https://seednode.mindchain.info'
12149
+ 'https://seednode.mindchain.info',
12150
+ 'wss://seednode.mindchain.info/ws'
12150
12151
  ],
12151
12152
  faucets: [],
12152
12153
  nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
@@ -12788,21 +12789,21 @@ const chainArray = [
12788
12789
  ]
12789
12790
  },
12790
12791
  {
12791
- name: 'Credit Smartchain Mainnet',
12792
+ name: 'Credit Smart Chain',
12792
12793
  chain: 'CREDIT',
12793
- rpc: [ 'https://mainnet-rpc.cscscan.io' ],
12794
+ rpc: [ 'https://rpc.creditsmartchain.com' ],
12794
12795
  faucets: [],
12795
12796
  nativeCurrency: { name: 'Credit', symbol: 'CREDIT', decimals: 18 },
12796
12797
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
12797
12798
  infoURL: 'https://creditsmartchain.com',
12798
12799
  shortName: 'Credit',
12799
12800
  chainId: 13308,
12800
- networkId: 1,
12801
+ networkId: 13308,
12801
12802
  icon: 'credit',
12802
12803
  explorers: [
12803
12804
  {
12804
- name: 'CSC Scan',
12805
- url: 'https://explorer.cscscan.io',
12805
+ name: 'Creditscan',
12806
+ url: 'https://scan.creditsmartchain.com',
12806
12807
  icon: 'credit',
12807
12808
  standard: 'EIP3091'
12808
12809
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.201",
3
+ "version": "0.0.203",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {