eth-chainlist 0.0.310 → 0.0.312

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.312 (2023-12-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.311 ([0cc94dd](https://github.com/poowf/eth-chainlist/commit/0cc94dd18d98dfe6771642235f21f5af8e659438))
9
+ * update chain data ([2b5996e](https://github.com/poowf/eth-chainlist/commit/2b5996e8f6822bef3de831fd20f6a9f2de9c2d01))
10
+
11
+ ### 0.0.311 (2023-12-24)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.310 ([cbecc99](https://github.com/poowf/eth-chainlist/commit/cbecc9988245b620f91d5c1e7f43a6d4ae3b651d))
17
+ * update chain data ([1610b4c](https://github.com/poowf/eth-chainlist/commit/1610b4c4b5dd5dcdbd1f1e3f8189846ddd8f0948))
18
+
3
19
  ### 0.0.310 (2023-12-23)
4
20
 
5
21
 
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,
@@ -8829,10 +8829,7 @@ const chainArray = [
8829
8829
  name: 'Lightlink Phoenix Mainnet',
8830
8830
  chain: 'Lightlink Phoenix Mainnet',
8831
8831
  icon: 'lightlink',
8832
- rpc: [
8833
- 'https://replicator-01.phoenix.lightlink.io/rpc/v1',
8834
- 'https://replicator-02.phoenix.lightlink.io/rpc/v1'
8835
- ],
8832
+ rpc: [ 'https://replicator.phoenix.lightlink.io/rpc/v1' ],
8836
8833
  features: [ { name: 'EIP155' } ],
8837
8834
  faucets: [],
8838
8835
  nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
@@ -8853,12 +8850,9 @@ const chainArray = [
8853
8850
  name: 'Lightlink Pegasus Testnet',
8854
8851
  chain: 'Lightlink Pegasus Testnet',
8855
8852
  icon: 'lightlink',
8856
- rpc: [
8857
- 'https://replicator-01.pegasus.lightlink.io/rpc/v1',
8858
- 'https://replicator-02.pegasus.lightlink.io/rpc/v1'
8859
- ],
8853
+ rpc: [ 'https://replicator.pegasus.lightlink.io/rpc/v1' ],
8860
8854
  features: [ { name: 'EIP155' } ],
8861
- faucets: [ 'https://pegasus-faucet-react.vercel.app' ],
8855
+ faucets: [ 'https://faucet.pegasus.lightlink.io/' ],
8862
8856
  nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
8863
8857
  infoURL: 'https://lightlink.io',
8864
8858
  shortName: 'lightlink_pegasus',
@@ -14617,6 +14611,7 @@ const chainArray = [
14617
14611
  'https://rpc-msc.mindchain.info/',
14618
14612
  'https://seednode.mindchain.info',
14619
14613
  'https://archive.mindchain.info/',
14614
+ 'https://mind-smart-chain.rpc.thirdweb.com',
14620
14615
  'wss://archive.mindchain.info/ws',
14621
14616
  'wss://seednode.mindchain.info/ws'
14622
14617
  ],
@@ -16318,11 +16313,11 @@ const chainArray = [
16318
16313
  },
16319
16314
  {
16320
16315
  name: 'Blast Testnet',
16321
- chain: 'BLAST',
16316
+ chain: 'ETH',
16322
16317
  icon: 'blastIcon',
16323
16318
  rpc: [ 'http://testnet-rpc.blastblockchain.com' ],
16324
16319
  faucets: [],
16325
- nativeCurrency: { name: 'Blast', symbol: 'BLAST', decimals: 18 },
16320
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16326
16321
  infoURL: 'https://docs.blastblockchain.com',
16327
16322
  shortName: 'blastT',
16328
16323
  chainId: 23888,
@@ -20244,6 +20239,27 @@ const chainArray = [
20244
20239
  }
20245
20240
  ]
20246
20241
  },
20242
+ {
20243
+ name: 'CONET Holesky',
20244
+ chain: 'CONET Holesky',
20245
+ rpc: [ 'https://holeskyrpc1.conet.network' ],
20246
+ faucets: [],
20247
+ nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
20248
+ features: [ { name: 'EIP155' } ],
20249
+ infoURL: 'https://conet.network',
20250
+ shortName: 'conet-holesky',
20251
+ chainId: 224433,
20252
+ networkId: 224433,
20253
+ slip44: 2147708081,
20254
+ icon: 'conet',
20255
+ explorers: [
20256
+ {
20257
+ name: 'CONET Holesky Scan',
20258
+ url: 'https://scan.conet.network',
20259
+ standard: 'EIP3091'
20260
+ }
20261
+ ]
20262
+ },
20247
20263
  {
20248
20264
  name: 'HashKey Chain Testnet',
20249
20265
  chain: 'HashKey',
@@ -20933,6 +20949,27 @@ const chainArray = [
20933
20949
  networkId: 471100,
20934
20950
  slip44: 1
20935
20951
  },
20952
+ {
20953
+ name: 'Ultra Pro Mainnet',
20954
+ chain: 'ultrapro',
20955
+ icon: 'ultrapro',
20956
+ rpc: [ 'https://mainnet-rpc.ultraproscan.io' ],
20957
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20958
+ faucets: [],
20959
+ nativeCurrency: { name: 'Ultra Pro', symbol: 'UPRO', decimals: 18 },
20960
+ infoURL: 'https://ultrapro.info',
20961
+ shortName: 'ultrapro',
20962
+ chainId: 473861,
20963
+ networkId: 473861,
20964
+ explorers: [
20965
+ {
20966
+ name: 'ultraproscan',
20967
+ url: 'https://ultraproscan.io',
20968
+ icon: 'ultrapro',
20969
+ standard: 'EIP3091'
20970
+ }
20971
+ ]
20972
+ },
20936
20973
  {
20937
20974
  name: 'OpenChain Mainnet',
20938
20975
  chain: 'OpenChain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.310",
3
+ "version": "0.0.312",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {