eth-chainlist 0.0.310 → 0.0.311

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.311 (2023-12-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.310 ([cbecc99](https://github.com/poowf/eth-chainlist/commit/cbecc9988245b620f91d5c1e7f43a6d4ae3b651d))
9
+ * update chain data ([1610b4c](https://github.com/poowf/eth-chainlist/commit/1610b4c4b5dd5dcdbd1f1e3f8189846ddd8f0948))
10
+
3
11
  ### 0.0.310 (2023-12-23)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3651,11 +3651,11 @@ const chainArray = [
3651
3651
  },
3652
3652
  {
3653
3653
  name: 'Blast Mainnet',
3654
- chain: 'BLAST',
3654
+ chain: 'ETH',
3655
3655
  icon: 'blastIcon',
3656
3656
  rpc: [ 'https://rpc.blastblockchain.com' ],
3657
3657
  faucets: [],
3658
- nativeCurrency: { name: 'Blast', symbol: 'BLAST', decimals: 18 },
3658
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3659
3659
  infoURL: 'https://docs.blastblockchain.com',
3660
3660
  shortName: 'blast',
3661
3661
  chainId: 238,
@@ -16318,11 +16318,11 @@ const chainArray = [
16318
16318
  },
16319
16319
  {
16320
16320
  name: 'Blast Testnet',
16321
- chain: 'BLAST',
16321
+ chain: 'ETH',
16322
16322
  icon: 'blastIcon',
16323
16323
  rpc: [ 'http://testnet-rpc.blastblockchain.com' ],
16324
16324
  faucets: [],
16325
- nativeCurrency: { name: 'Blast', symbol: 'BLAST', decimals: 18 },
16325
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16326
16326
  infoURL: 'https://docs.blastblockchain.com',
16327
16327
  shortName: 'blastT',
16328
16328
  chainId: 23888,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.310",
3
+ "version": "0.0.311",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {