eth-chainlist 0.0.751 → 0.0.753

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.753 (2026-04-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.752 ([f58831e](https://github.com/poowf/eth-chainlist/commit/f58831ee15e314a2d16fc350db2764983dfe56bf))
9
+ * update chain data ([16cc9a9](https://github.com/poowf/eth-chainlist/commit/16cc9a9fc78d6720f64b413ac365053265532a24))
10
+
11
+ ### 0.0.752 (2026-04-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.751 ([c7926bd](https://github.com/poowf/eth-chainlist/commit/c7926bd4fd5b0b01f69e98ad7400af3ba174505d))
17
+ * update chain data ([8dbdcca](https://github.com/poowf/eth-chainlist/commit/8dbdcca545b5b83d8ded2917d6ac4d8ce67817d8))
18
+
3
19
  ### 0.0.751 (2026-04-05)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7036,7 +7036,7 @@ const chainArray = [
7036
7036
  {
7037
7037
  name: 'Areum Network Mainnet',
7038
7038
  chain: 'Areum',
7039
- icon: 'areon',
7039
+ icon: 'areum',
7040
7040
  rpc: [
7041
7041
  'https://mainnet-rpc.areum.network',
7042
7042
  'https://mainnet-rpc2.areum.network',
@@ -12769,8 +12769,8 @@ const chainArray = [
12769
12769
  icon: 'sei',
12770
12770
  explorers: [
12771
12771
  {
12772
- name: 'Seitrace',
12773
- url: 'https://seitrace.com',
12772
+ name: 'Seiscan',
12773
+ url: 'https://testnet.seiscan.io',
12774
12774
  standard: 'EIP3091'
12775
12775
  }
12776
12776
  ]
@@ -12786,11 +12786,11 @@ const chainArray = [
12786
12786
  chainId: 1329,
12787
12787
  networkId: 1329,
12788
12788
  slip44: 19000118,
12789
- icon: 'seiv2',
12789
+ icon: 'sei',
12790
12790
  explorers: [
12791
12791
  {
12792
- name: 'Seitrace',
12793
- url: 'https://seitrace.com',
12792
+ name: 'Seiscan',
12793
+ url: 'https://seiscan.io',
12794
12794
  standard: 'EIP3091'
12795
12795
  }
12796
12796
  ]
@@ -24762,6 +24762,20 @@ const chainArray = [
24762
24762
  }
24763
24763
  ]
24764
24764
  },
24765
+ {
24766
+ name: 'Peeryn',
24767
+ chain: 'PYN',
24768
+ rpc: [],
24769
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24770
+ faucets: [],
24771
+ nativeCurrency: { name: 'Peeryn', symbol: 'PYN', decimals: 18 },
24772
+ infoURL: 'https://peeryn.com',
24773
+ shortName: 'pyn',
24774
+ chainId: 7991,
24775
+ networkId: 7991,
24776
+ status: 'incubating',
24777
+ explorers: []
24778
+ },
24765
24779
  {
24766
24780
  name: 'Teleport',
24767
24781
  chain: 'Teleport',
@@ -45280,6 +45294,7 @@ const chainArray = [
45280
45294
  chainId: 713715,
45281
45295
  networkId: 713715,
45282
45296
  icon: 'sei',
45297
+ status: 'deprecated',
45283
45298
  explorers: [
45284
45299
  {
45285
45300
  name: 'Seistream',
@@ -48443,6 +48458,21 @@ const chainArray = [
48443
48458
  }
48444
48459
  ]
48445
48460
  },
48461
+ {
48462
+ name: 'ClawCoin Testnet',
48463
+ chain: 'CC',
48464
+ icon: 'clawcoin',
48465
+ rpc: [ 'https://evm-testnet.clawcoin.com' ],
48466
+ features: [ { name: 'EIP155' } ],
48467
+ faucets: [],
48468
+ nativeCurrency: { name: 'ClawCoin', symbol: 'CC', decimals: 18 },
48469
+ infoURL: 'https://clawcoin.com',
48470
+ shortName: 'cc-testnet',
48471
+ chainId: 11111110,
48472
+ networkId: 11111110,
48473
+ slip44: 60,
48474
+ status: 'active'
48475
+ },
48446
48476
  {
48447
48477
  name: 'ClawCoin',
48448
48478
  chain: 'CC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.751",
3
+ "version": "0.0.753",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {