eth-chainlist 0.0.295 → 0.0.296

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.296 (2023-12-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.295 ([d6ac82d](https://github.com/poowf/eth-chainlist/commit/d6ac82d43c30ac259f1d4b5b64e3623ec8c97263))
9
+ * update chain data ([0a8dfd3](https://github.com/poowf/eth-chainlist/commit/0a8dfd33600a9bbac449583cfcbe0ebc723d5859))
10
+
3
11
  ### 0.0.295 (2023-12-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5503,6 +5503,18 @@ const chainArray = [
5503
5503
  }
5504
5504
  ]
5505
5505
  },
5506
+ {
5507
+ name: 'Blucrates',
5508
+ chain: 'BLU',
5509
+ rpc: [ 'https://data.bluchain.pro' ],
5510
+ faucets: [],
5511
+ nativeCurrency: { name: 'Blucrates', symbol: 'BLU', decimals: 18 },
5512
+ infoURL: 'https://www.blucrates.com',
5513
+ shortName: 'blu',
5514
+ chainId: 727,
5515
+ networkId: 727,
5516
+ slip44: 727
5517
+ },
5506
5518
  {
5507
5519
  name: 'Canto Testnet',
5508
5520
  chain: 'Canto Tesnet',
@@ -17046,6 +17058,26 @@ const chainArray = [
17046
17058
  ],
17047
17059
  status: 'active'
17048
17060
  },
17061
+ {
17062
+ name: 'Genesys Code Mainnet',
17063
+ chain: 'GCODE',
17064
+ rpc: [ 'https://mainnet.genesyscode.io/' ],
17065
+ faucets: [],
17066
+ nativeCurrency: { name: 'GenesysCode', symbol: 'GCODE', decimals: 18 },
17067
+ infoURL: 'https://genesyscode.io',
17068
+ shortName: 'gcode',
17069
+ chainId: 59971,
17070
+ networkId: 59971,
17071
+ icon: 'genesyscode',
17072
+ explorers: [
17073
+ {
17074
+ name: 'Genesys Scan',
17075
+ url: 'https://genesysscan.io',
17076
+ icon: 'genesyscode',
17077
+ standard: 'none'
17078
+ }
17079
+ ]
17080
+ },
17049
17081
  {
17050
17082
  name: 'Thinkium Testnet Chain 0',
17051
17083
  chain: 'Thinkium',
@@ -20529,6 +20561,25 @@ const chainArray = [
20529
20561
  }
20530
20562
  ]
20531
20563
  },
20564
+ {
20565
+ name: 'Tiltyard Subnet',
20566
+ chain: 'TILTYARD',
20567
+ rpc: [ 'https://subnets.avax.network/tiltyard/testnet/rpc' ],
20568
+ features: [ { name: 'EIP1559' } ],
20569
+ faucets: [],
20570
+ nativeCurrency: { name: 'Tiltyard Token', symbol: 'TILTG', decimals: 18 },
20571
+ infoURL: '',
20572
+ shortName: 'tiltyard',
20573
+ chainId: 1127469,
20574
+ networkId: 1127469,
20575
+ explorers: [
20576
+ {
20577
+ name: 'TILTYARD Explorer',
20578
+ url: 'http://testnet-explorer.tiltyard.gg',
20579
+ standard: 'EIP3091'
20580
+ }
20581
+ ]
20582
+ },
20532
20583
  {
20533
20584
  name: 'zKatana',
20534
20585
  shortName: 'azktn',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.295",
3
+ "version": "0.0.296",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {