eth-chainlist 0.0.341 → 0.0.342

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.342 (2024-02-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.341 ([c3b814c](https://github.com/poowf/eth-chainlist/commit/c3b814c551eb36b18a8cc86cdb4e16627e4183c0))
9
+ * update chain data ([c5ed3a2](https://github.com/poowf/eth-chainlist/commit/c5ed3a2275316eec51f9746c8079a814d645c35c))
10
+
3
11
  ### 0.0.341 (2024-02-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13283,7 +13283,7 @@ const chainArray = [
13283
13283
  'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
13284
13284
  ],
13285
13285
  faucets: [],
13286
- nativeCurrency: { name: 'Unit', symbol: 'Unit', decimals: 18 },
13286
+ nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
13287
13287
  infoURL: 'https://tanssi.network',
13288
13288
  shortName: 'TanssiCC',
13289
13289
  chainId: 5678,
@@ -18872,6 +18872,28 @@ const chainArray = [
18872
18872
  }
18873
18873
  ]
18874
18874
  },
18875
+ {
18876
+ name: 'GUNZ Testnet',
18877
+ chain: 'tGUN',
18878
+ rpc: [
18879
+ 'https://rpc.gunz.dev/ext/bc/ryk9vkvNuKtewME2PeCgybo9sdWXGmCkBrrx4VPuZPdVdAak8/rpc'
18880
+ ],
18881
+ faucets: [],
18882
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18883
+ nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
18884
+ icon: 'guntestnet',
18885
+ infoURL: 'https://gunbygunz.com',
18886
+ shortName: 'Stork',
18887
+ chainId: 49321,
18888
+ networkId: 49321,
18889
+ explorers: [
18890
+ {
18891
+ name: 'blockscout',
18892
+ url: 'https://testnet.gunzscan.io',
18893
+ standard: 'EIP3091'
18894
+ }
18895
+ ]
18896
+ },
18875
18897
  {
18876
18898
  name: 'Energi Testnet',
18877
18899
  chain: 'NRG',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.341",
3
+ "version": "0.0.342",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {