eth-chainlist 0.0.319 → 0.0.320

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.320 (2024-01-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.319 ([1f2aee4](https://github.com/poowf/eth-chainlist/commit/1f2aee4884b6e7883f6b2248667170659ce0a9b8))
9
+ * update chain data ([9061c62](https://github.com/poowf/eth-chainlist/commit/9061c6265f17c1e7d2e0fae70ffa0bd146540272))
10
+
3
11
  ### 0.0.319 (2024-01-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3304,10 +3304,10 @@ const chainArray = [
3304
3304
  {
3305
3305
  name: 'BitTorrent Chain Mainnet',
3306
3306
  chain: 'BTTC',
3307
- rpc: [ 'https://rpc.bittorrentchain.io/' ],
3307
+ rpc: [ 'https://rpc.bt.io' ],
3308
3308
  faucets: [],
3309
3309
  nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
3310
- infoURL: 'https:/bt.io',
3310
+ infoURL: 'https://bt.io',
3311
3311
  shortName: 'BTT',
3312
3312
  chainId: 199,
3313
3313
  networkId: 199,
@@ -22226,7 +22226,7 @@ const chainArray = [
22226
22226
  {
22227
22227
  name: 'Turkey Demo Dev',
22228
22228
  chain: 'ETH',
22229
- rpc: [ 'https://blockscout-poa.huabeizhenxuan.com' ],
22229
+ rpc: [ 'https://devchain-poa.huabeizhenxuan.com' ],
22230
22230
  faucets: [],
22231
22231
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
22232
22232
  infoURL: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.319",
3
+ "version": "0.0.320",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {