eth-chainlist 0.0.611 → 0.0.612

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.612 (2025-02-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.611 ([f259848](https://github.com/poowf/eth-chainlist/commit/f2598486426f12e2752ba2325c308771201b6d91))
9
+ * update chain data ([72e9742](https://github.com/poowf/eth-chainlist/commit/72e97423ade3684a5fe22cd45694efbdad6fa63f))
10
+
3
11
  ### 0.0.611 (2025-02-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2728,14 +2728,20 @@ const chainArray = [
2728
2728
  {
2729
2729
  name: 'Unichain',
2730
2730
  chain: 'ETH',
2731
- rpc: [],
2731
+ rpc: [ 'https://mainnet.unichain.org' ],
2732
2732
  faucets: [],
2733
2733
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2734
2734
  infoURL: 'https://unichain.org',
2735
2735
  shortName: 'unichain',
2736
2736
  chainId: 130,
2737
2737
  networkId: 130,
2738
- status: 'incubating'
2738
+ explorers: [
2739
+ {
2740
+ name: 'Unichain Mainnet Explorer',
2741
+ url: 'https://uniscan.xyz',
2742
+ standard: 'EIP3091'
2743
+ }
2744
+ ]
2739
2745
  },
2740
2746
  {
2741
2747
  name: 'Engram Testnet',
@@ -6817,6 +6823,19 @@ const chainArray = [
6817
6823
  networkId: 486,
6818
6824
  status: 'incubating'
6819
6825
  },
6826
+ {
6827
+ name: 'Landstars',
6828
+ chain: 'Landstars',
6829
+ icon: 'landstars',
6830
+ rpc: [ 'https://13882-60301.pph-server.de' ],
6831
+ faucets: [],
6832
+ nativeCurrency: { name: 'Landstars', symbol: 'LDS', decimals: 18 },
6833
+ infoURL: 'https://github.com/khalikov001/landstars-info',
6834
+ shortName: 'lds',
6835
+ chainId: 495,
6836
+ networkId: 495,
6837
+ explorers: []
6838
+ },
6820
6839
  {
6821
6840
  name: 'Rupaya',
6822
6841
  chain: 'RUPX',
@@ -23982,6 +24001,33 @@ const chainArray = [
23982
24001
  }
23983
24002
  ]
23984
24003
  },
24004
+ {
24005
+ name: 'Z Chain',
24006
+ title: 'Z Chain',
24007
+ chain: 'Z',
24008
+ rpc: [ 'https://z-chain-rpc.eu-north-2.gateway.fm/?apiKey=${API_KEY}' ],
24009
+ faucets: [],
24010
+ features: [ { name: 'EIP155' } ],
24011
+ nativeCurrency: { name: 'Z', symbol: 'Z', decimals: 18 },
24012
+ infoURL: 'https://zero.tech',
24013
+ shortName: 'z',
24014
+ chainId: 9369,
24015
+ networkId: 9369,
24016
+ icon: 'z',
24017
+ explorers: [
24018
+ {
24019
+ name: 'blockscout',
24020
+ url: 'https://z-chain-blockscout.eu-north-2.gateway.fm',
24021
+ icon: 'z',
24022
+ standard: 'EIP3091'
24023
+ }
24024
+ ],
24025
+ parent: {
24026
+ type: 'L2',
24027
+ chain: 'eip155-1',
24028
+ bridges: [ { url: 'https://z-chain-bridge.eu-north-2.gateway.fm' } ]
24029
+ }
24030
+ },
23985
24031
  {
23986
24032
  name: 'Oasys Testnet',
23987
24033
  chain: 'Oasys',
@@ -24399,6 +24445,27 @@ const chainArray = [
24399
24445
  }
24400
24446
  ]
24401
24447
  },
24448
+ {
24449
+ name: 'pointledger',
24450
+ chain: 'pointledger',
24451
+ icon: 'pointledger',
24452
+ rpc: [ 'https://rpc.pointledger.net' ],
24453
+ faucets: [],
24454
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24455
+ nativeCurrency: { name: 'PLG', symbol: 'PLG', decimals: 18 },
24456
+ infoURL: 'https://pointledger.net',
24457
+ shortName: 'pointledger',
24458
+ chainId: 9889,
24459
+ networkId: 9889,
24460
+ explorers: [
24461
+ {
24462
+ name: 'pointledger Explorer',
24463
+ url: 'https://exp.pointledger.net',
24464
+ icon: 'pointledger',
24465
+ standard: 'EIP3091'
24466
+ }
24467
+ ]
24468
+ },
24402
24469
  {
24403
24470
  name: 'arena-z-testnet',
24404
24471
  title: 'Arena-Z-Testnet',
@@ -44110,6 +44177,32 @@ const chainArray = [
44110
44177
  }
44111
44178
  ]
44112
44179
  },
44180
+ {
44181
+ name: 'Zephyr Testnet',
44182
+ title: 'Zephyr Testnet',
44183
+ chain: 'Zephyr-testnet',
44184
+ rpc: [ 'https://zephyr-rpc.eu-north-2.gateway.fm' ],
44185
+ faucets: [ 'https://zephyr-faucet.eu-north-2.gateway.fm' ],
44186
+ nativeCurrency: { name: 'ZERO', symbol: 'Z', decimals: 18 },
44187
+ infoURL: 'https://zero.tech',
44188
+ shortName: 'zephyr',
44189
+ chainId: 1417429182,
44190
+ networkId: 1417429182,
44191
+ icon: 'zephyr',
44192
+ explorers: [
44193
+ {
44194
+ name: 'blockscout',
44195
+ url: 'https://zephyr-blockscout.eu-north-2.gateway.fm',
44196
+ icon: 'zephyr',
44197
+ standard: 'EIP3091'
44198
+ }
44199
+ ],
44200
+ parent: {
44201
+ type: 'L2',
44202
+ chain: 'eip155-11155111',
44203
+ bridges: [ { url: 'https://zephyr-bridge.eu-north-2.gateway.fm' } ]
44204
+ }
44205
+ },
44113
44206
  {
44114
44207
  name: 'SKALE Europa Hub Testnet',
44115
44208
  title: 'SKALE Europa Hub Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.611",
3
+ "version": "0.0.612",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {