eth-chainlist 0.0.322 → 0.0.324

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.324 (2024-01-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.323 ([67d2fba](https://github.com/poowf/eth-chainlist/commit/67d2fbae8c0f27c32878edd2cd5094cbb74f7704))
9
+ * update chain data ([abda0aa](https://github.com/poowf/eth-chainlist/commit/abda0aaf39be73aeec1ffb34a79bdc00bfafe63e))
10
+
11
+ ### 0.0.323 (2024-01-18)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.322 ([0793f95](https://github.com/poowf/eth-chainlist/commit/0793f95fa9886013c0528fb5296af9d0c1632f70))
17
+ * update chain data ([247e063](https://github.com/poowf/eth-chainlist/commit/247e06384d90d1cc986f8fb5cb4f67af9705ad99))
18
+
3
19
  ### 0.0.322 (2024-01-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -664,7 +664,7 @@ const chainArray = [
664
664
  chain: 'SCAI',
665
665
  icon: 'scaiIcon',
666
666
  rpc: [ 'https://mainnet-rpc.scai.network' ],
667
- faucets: [ 'https://faucet.securechain.ai' ],
667
+ faucets: [],
668
668
  nativeCurrency: { name: 'SecureChain', symbol: 'SCAI', decimals: 18 },
669
669
  infoURL: 'https://securechain.ai',
670
670
  shortName: 'scai',
@@ -3910,7 +3910,7 @@ const chainArray = [
3910
3910
  chain: 'EGON',
3911
3911
  icon: 'egonicon',
3912
3912
  rpc: [ 'https://rpc.egonscan.com' ],
3913
- faucets: [ 'https://faucet.egonscan.com' ],
3913
+ faucets: [],
3914
3914
  nativeCurrency: { name: 'EgonCoin', symbol: 'EGON', decimals: 18 },
3915
3915
  infoURL: 'https://egonscan.com',
3916
3916
  shortName: 'EGONm',
@@ -8463,19 +8463,23 @@ const chainArray = [
8463
8463
  ]
8464
8464
  },
8465
8465
  {
8466
- name: 'BEVM',
8466
+ name: 'BEVM Canary',
8467
8467
  chain: 'ChainX',
8468
- rpc: [ 'https://rpc-1.bevm.io/', 'https://rpc-2.bevm.io/' ],
8468
+ rpc: [
8469
+ 'https://rpc-canary-1.bevm.io/',
8470
+ 'https://rpc-canary-2.bevm.io/'
8471
+ ],
8469
8472
  faucets: [],
8470
8473
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
8471
8474
  infoURL: 'https://chainx.org',
8472
8475
  shortName: 'chainx',
8473
8476
  chainId: 1501,
8474
8477
  networkId: 1501,
8478
+ icon: 'bevmcanary',
8475
8479
  explorers: [
8476
8480
  {
8477
- name: 'bevm scan',
8478
- url: 'https://scan.bevm.io',
8481
+ name: 'bevm canary scan',
8482
+ url: 'https://scan-canary.bevm.io',
8479
8483
  standard: 'none'
8480
8484
  }
8481
8485
  ]
@@ -9566,10 +9570,10 @@ const chainArray = [
9566
9570
  chain: 'NetZ',
9567
9571
  icon: 'mainnetz',
9568
9572
  rpc: [ 'https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io' ],
9569
- faucets: [ 'https://faucet.mainnetz.io' ],
9570
- nativeCurrency: { name: 'mainnetz', symbol: 'NetZ', decimals: 18 },
9573
+ faucets: [],
9574
+ nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
9571
9575
  infoURL: 'https://mainnetz.io',
9572
- shortName: 'NetZm',
9576
+ shortName: 'netz',
9573
9577
  chainId: 2016,
9574
9578
  networkId: 2016,
9575
9579
  explorers: [
@@ -17125,6 +17129,27 @@ const chainArray = [
17125
17129
  slip44: 1,
17126
17130
  explorers: []
17127
17131
  },
17132
+ {
17133
+ name: 'W3Gamez Holesky Testnet',
17134
+ chain: 'ETH',
17135
+ rpc: [ 'https://rpc-holesky.w3gamez.network' ],
17136
+ faucets: [],
17137
+ nativeCurrency: { name: 'W3Gamez Testnet Ether', symbol: 'ETH', decimals: 18 },
17138
+ infoURL: 'https://web3games.com/',
17139
+ shortName: 'w3gamez',
17140
+ chainId: 32001,
17141
+ networkId: 32001,
17142
+ slip44: 1,
17143
+ icon: 'w3gamez',
17144
+ explorers: [
17145
+ {
17146
+ name: 'W3Gamez Holesky Explorer',
17147
+ url: 'https://w3gamez-holesky.web3games.com',
17148
+ icon: 'web3games',
17149
+ standard: 'EIP3091'
17150
+ }
17151
+ ]
17152
+ },
17128
17153
  {
17129
17154
  name: 'Bitgert Mainnet',
17130
17155
  chain: 'Brise',
@@ -23462,7 +23487,7 @@ const chainArray = [
23462
23487
  name: 'Kanazawa',
23463
23488
  title: 'Meld Testnet Kanazawa',
23464
23489
  chain: 'Kanazawa',
23465
- rpc: [ 'https://subnets.avax.network/meld/testnet/rpc' ],
23490
+ rpc: [ 'https://testnet-rpc.meld.com' ],
23466
23491
  faucets: [],
23467
23492
  features: [],
23468
23493
  nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
@@ -23473,6 +23498,12 @@ const chainArray = [
23473
23498
  networkId: 222000222,
23474
23499
  slip44: 1,
23475
23500
  explorers: [
23501
+ {
23502
+ name: 'explorer',
23503
+ url: 'https://testnet.meldscan.io',
23504
+ icon: 'meld',
23505
+ standard: 'EIP3091'
23506
+ },
23476
23507
  {
23477
23508
  name: 'explorer',
23478
23509
  url: 'https://subnets-test.avax.network/meld',
@@ -23598,7 +23629,7 @@ const chainArray = [
23598
23629
  name: 'Meld',
23599
23630
  title: 'Meld Mainnet',
23600
23631
  chain: 'MELD',
23601
- rpc: [ 'https://subnets.avax.network/meld/mainnet/rpc' ],
23632
+ rpc: [ 'https://rpc-1.meld.com' ],
23602
23633
  faucets: [],
23603
23634
  features: [],
23604
23635
  nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
@@ -23608,6 +23639,12 @@ const chainArray = [
23608
23639
  chainId: 333000333,
23609
23640
  networkId: 333000333,
23610
23641
  explorers: [
23642
+ {
23643
+ name: 'explorer',
23644
+ url: 'https://meldscan.io',
23645
+ icon: 'meld',
23646
+ standard: 'EIP3091'
23647
+ },
23611
23648
  {
23612
23649
  name: 'explorer',
23613
23650
  url: 'https://subnets.avax.network/meld',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.322",
3
+ "version": "0.0.324",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {