eth-chainlist 0.0.282 → 0.0.284

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.284 (2023-11-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.283 ([d218f46](https://github.com/poowf/eth-chainlist/commit/d218f465b393b8fdf950f6beded1db5f071ebf25))
9
+ * update chain data ([99555f6](https://github.com/poowf/eth-chainlist/commit/99555f68eecc9f7f0b801f98e312584849bb3d4d))
10
+
11
+ ### 0.0.283 (2023-11-15)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.282 ([130a4fd](https://github.com/poowf/eth-chainlist/commit/130a4fd201b1c8f941bee7a2004b23dc4ec9718b))
17
+ * update chain data ([57d8b89](https://github.com/poowf/eth-chainlist/commit/57d8b89787c82f32b56537ef853c38098943140f))
18
+
3
19
  ### 0.0.282 (2023-11-14)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -9669,7 +9669,10 @@ const chainArray = [
9669
9669
  name: 'Krest Network',
9670
9670
  chain: 'Krest',
9671
9671
  icon: 'krest',
9672
- rpc: [ 'https://erpc-krest.peaq.network' ],
9672
+ rpc: [
9673
+ 'https://erpc-krest.peaq.network',
9674
+ 'https://krest.unitedbloc.com'
9675
+ ],
9673
9676
  faucets: [],
9674
9677
  nativeCurrency: { name: 'Krest', symbol: 'KRST', decimals: 18 },
9675
9678
  infoURL: 'https://www.peaq.network',
@@ -11190,6 +11193,27 @@ const chainArray = [
11190
11193
  }
11191
11194
  ]
11192
11195
  },
11196
+ {
11197
+ name: 'Credit Smart Chain Mainnet',
11198
+ chain: 'CREDIT',
11199
+ rpc: [ 'https://rpc.creditsmartchain.com' ],
11200
+ faucets: [],
11201
+ nativeCurrency: { name: 'Credit', symbol: 'CREDIT', decimals: 18 },
11202
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11203
+ infoURL: 'https://creditsmartchain.com',
11204
+ shortName: 'CreditEdge',
11205
+ chainId: 4400,
11206
+ networkId: 4400,
11207
+ icon: 'credit',
11208
+ explorers: [
11209
+ {
11210
+ name: 'Creditscan',
11211
+ url: 'https://scan.creditsmartchain.com',
11212
+ icon: 'credit',
11213
+ standard: 'EIP3091'
11214
+ }
11215
+ ]
11216
+ },
11193
11217
  {
11194
11218
  name: 'Htmlcoin Mainnet',
11195
11219
  chain: 'mainnet',
@@ -19228,6 +19252,17 @@ const chainArray = [
19228
19252
  }
19229
19253
  ]
19230
19254
  },
19255
+ {
19256
+ name: 'Digit Soul Smart Chain 2',
19257
+ chain: 'DS2',
19258
+ rpc: [ 'http://dgs-rpc.digitsoul.co.th' ],
19259
+ faucets: [],
19260
+ nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
19261
+ infoURL: '',
19262
+ shortName: 'DS2',
19263
+ chainId: 363636,
19264
+ networkId: 363636
19265
+ },
19231
19266
  {
19232
19267
  name: 'HAPchain Testnet',
19233
19268
  chain: 'HAPchain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.282",
3
+ "version": "0.0.284",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {