eth-chainlist 0.0.730 → 0.0.731

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.731 (2026-01-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.730 ([13f7e46](https://github.com/poowf/eth-chainlist/commit/13f7e46a3276679f8624e87cabc4c50b771573f0))
9
+ * update chain data ([bc59931](https://github.com/poowf/eth-chainlist/commit/bc59931e75b0c0f47e8ebe848602152a134091d0))
10
+
3
11
  ### 0.0.730 (2026-01-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13529,6 +13529,31 @@ const chainArray = [
13529
13529
  bridges: [ { url: 'https://bridge.gravity.xyz' } ]
13530
13530
  }
13531
13531
  },
13532
+ {
13533
+ name: 'XGR Mainnet',
13534
+ chain: 'XGR',
13535
+ rpc: [
13536
+ 'https://rpc.xgr.network',
13537
+ 'https://rpc1.xgr.network',
13538
+ 'https://rpc2.xgr.network'
13539
+ ],
13540
+ faucets: [],
13541
+ nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
13542
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
13543
+ infoURL: 'https://xgr.network',
13544
+ shortName: 'xgr',
13545
+ chainId: 1643,
13546
+ networkId: 1643,
13547
+ icon: 'xgr',
13548
+ explorers: [
13549
+ {
13550
+ name: 'XGRScan',
13551
+ url: 'https://explorer.xgr.network',
13552
+ icon: 'xgr',
13553
+ standard: 'EIP3091'
13554
+ }
13555
+ ]
13556
+ },
13532
13557
  {
13533
13558
  name: 'Pivotal Mainnet',
13534
13559
  chainId: 1648,
@@ -14383,6 +14408,31 @@ const chainArray = [
14383
14408
  }
14384
14409
  ]
14385
14410
  },
14411
+ {
14412
+ name: 'XGR Testnet',
14413
+ chain: 'XGR',
14414
+ rpc: [
14415
+ 'https://rpc.testnet.xgr.network',
14416
+ 'https://rpc1.testnet.xgr.network',
14417
+ 'https://rpc2.testnet.xgr.network'
14418
+ ],
14419
+ faucets: [ 'https://faucet.xgr.network' ],
14420
+ nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
14421
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
14422
+ infoURL: 'https://xgr.network',
14423
+ shortName: 'xgrt',
14424
+ chainId: 1879,
14425
+ networkId: 1879,
14426
+ icon: 'xgr',
14427
+ explorers: [
14428
+ {
14429
+ name: 'XGRScan',
14430
+ url: 'https://explorer.testnet.xgr.network',
14431
+ icon: 'xgr',
14432
+ standard: 'EIP3091'
14433
+ }
14434
+ ]
14435
+ },
14386
14436
  {
14387
14437
  name: 'Gitshock Cartenz Testnet',
14388
14438
  chain: 'Gitshock Cartenz',
@@ -40649,6 +40699,26 @@ const chainArray = [
40649
40699
  }
40650
40700
  ]
40651
40701
  },
40702
+ {
40703
+ name: 'Transparency Solution',
40704
+ chain: 'CLT',
40705
+ icon: 'transparencysolution',
40706
+ rpc: [ 'https://rpc-api.transparency.solutions' ],
40707
+ faucets: [],
40708
+ nativeCurrency: { name: 'ClearToken', symbol: 'CLT', decimals: 18 },
40709
+ infoURL: 'https://transparency.solutions',
40710
+ shortName: 'clts',
40711
+ chainId: 179170,
40712
+ networkId: 179170,
40713
+ explorers: [
40714
+ {
40715
+ name: 'Transparency Solution Explorer',
40716
+ url: 'https://blockchain.transparency.solutions',
40717
+ icon: 'transparencysolution',
40718
+ standard: 'EIP3091'
40719
+ }
40720
+ ]
40721
+ },
40652
40722
  {
40653
40723
  name: 'HPP Sepolia Testnet',
40654
40724
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.730",
3
+ "version": "0.0.731",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {