eth-chainlist 0.0.425 → 0.0.426

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.426 (2024-06-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.425 ([cb8f516](https://github.com/poowf/eth-chainlist/commit/cb8f516ca3b55f60db07c292d0dca6275e074de1))
9
+ * update chain data ([c5e9f4b](https://github.com/poowf/eth-chainlist/commit/c5e9f4bbcc957f6ff83719bfc8c447448dd30ed9))
10
+
3
11
  ### 0.0.425 (2024-06-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -14042,6 +14042,26 @@ const chainArray = [
14042
14042
  }
14043
14043
  ]
14044
14044
  },
14045
+ {
14046
+ name: 'LayerEdge testnet',
14047
+ chain: 'LayerEdge',
14048
+ rpc: [ 'https://testnet-rpc.layeredge.io' ],
14049
+ faucets: [ 'https://testnet-faucet.layeredge.io' ],
14050
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
14051
+ infoURL: 'https://www.layeredge.io',
14052
+ shortName: 'LayerEdge-testnet',
14053
+ chainId: 3456,
14054
+ networkId: 3456,
14055
+ icon: 'layerEdge',
14056
+ explorers: [
14057
+ {
14058
+ name: 'LayerEdge Testnet Explorer',
14059
+ url: 'https://testnet-explorer.layeredge.io',
14060
+ icon: 'layerEdge',
14061
+ standard: 'EIP3091'
14062
+ }
14063
+ ]
14064
+ },
14045
14065
  {
14046
14066
  name: 'Paribu Net Testnet',
14047
14067
  chain: 'PRB',
@@ -30368,6 +30388,24 @@ const chainArray = [
30368
30388
  bridges: [ { url: 'https://portal.playfi.ai/bridge' } ]
30369
30389
  }
30370
30390
  },
30391
+ {
30392
+ name: 'Xterio Testnet',
30393
+ chain: 'Xterio Testnet',
30394
+ rpc: [ 'https://xterio-testnet.alt.technology' ],
30395
+ faucets: [],
30396
+ nativeCurrency: { name: 'tBNB', symbol: 'tBNB', decimals: 18 },
30397
+ infoURL: 'https://xter.io',
30398
+ shortName: 'xteriotest',
30399
+ chainId: 1637450,
30400
+ networkId: 1637450,
30401
+ explorers: [
30402
+ {
30403
+ name: 'Xterio Testnet Explorer',
30404
+ url: 'https://testnet.xterscan.io',
30405
+ standard: 'EIP3091'
30406
+ }
30407
+ ]
30408
+ },
30371
30409
  {
30372
30410
  name: 'Turkey Demo Dev',
30373
30411
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.425",
3
+ "version": "0.0.426",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {