eth-chainlist 0.0.323 → 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,13 @@
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
+
3
11
  ### 0.0.323 (2024-01-18)
4
12
 
5
13
 
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',
@@ -9570,10 +9570,10 @@ const chainArray = [
9570
9570
  chain: 'NetZ',
9571
9571
  icon: 'mainnetz',
9572
9572
  rpc: [ 'https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io' ],
9573
- faucets: [ 'https://faucet.mainnetz.io' ],
9574
- nativeCurrency: { name: 'mainnetz', symbol: 'NetZ', decimals: 18 },
9573
+ faucets: [],
9574
+ nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
9575
9575
  infoURL: 'https://mainnetz.io',
9576
- shortName: 'NetZm',
9576
+ shortName: 'netz',
9577
9577
  chainId: 2016,
9578
9578
  networkId: 2016,
9579
9579
  explorers: [
@@ -17129,6 +17129,27 @@ const chainArray = [
17129
17129
  slip44: 1,
17130
17130
  explorers: []
17131
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
+ },
17132
17153
  {
17133
17154
  name: 'Bitgert Mainnet',
17134
17155
  chain: 'Brise',
@@ -23466,7 +23487,7 @@ const chainArray = [
23466
23487
  name: 'Kanazawa',
23467
23488
  title: 'Meld Testnet Kanazawa',
23468
23489
  chain: 'Kanazawa',
23469
- rpc: [ 'https://subnets.avax.network/meld/testnet/rpc' ],
23490
+ rpc: [ 'https://testnet-rpc.meld.com' ],
23470
23491
  faucets: [],
23471
23492
  features: [],
23472
23493
  nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
@@ -23477,6 +23498,12 @@ const chainArray = [
23477
23498
  networkId: 222000222,
23478
23499
  slip44: 1,
23479
23500
  explorers: [
23501
+ {
23502
+ name: 'explorer',
23503
+ url: 'https://testnet.meldscan.io',
23504
+ icon: 'meld',
23505
+ standard: 'EIP3091'
23506
+ },
23480
23507
  {
23481
23508
  name: 'explorer',
23482
23509
  url: 'https://subnets-test.avax.network/meld',
@@ -23602,7 +23629,7 @@ const chainArray = [
23602
23629
  name: 'Meld',
23603
23630
  title: 'Meld Mainnet',
23604
23631
  chain: 'MELD',
23605
- rpc: [ 'https://subnets.avax.network/meld/mainnet/rpc' ],
23632
+ rpc: [ 'https://rpc-1.meld.com' ],
23606
23633
  faucets: [],
23607
23634
  features: [],
23608
23635
  nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
@@ -23612,6 +23639,12 @@ const chainArray = [
23612
23639
  chainId: 333000333,
23613
23640
  networkId: 333000333,
23614
23641
  explorers: [
23642
+ {
23643
+ name: 'explorer',
23644
+ url: 'https://meldscan.io',
23645
+ icon: 'meld',
23646
+ standard: 'EIP3091'
23647
+ },
23615
23648
  {
23616
23649
  name: 'explorer',
23617
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.323",
3
+ "version": "0.0.324",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {