eth-chainlist 0.0.48 → 0.0.50

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.50 (2023-01-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.49 ([e632413](https://github.com/poowf/eth-chainlist/commit/e632413a24283b20768b7303a298181187fcea99))
9
+ * update chain data ([c2d182b](https://github.com/poowf/eth-chainlist/commit/c2d182b4edc24a30fba110167ceba5a6db0bb186))
10
+
11
+ ### 0.0.49 (2023-01-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.48 ([ea953b9](https://github.com/poowf/eth-chainlist/commit/ea953b9e83e6e622f88c0fe25be396154c722170))
17
+ * update chain data ([8884a52](https://github.com/poowf/eth-chainlist/commit/8884a5279f5a7e390212b55eb8553ffb438ea6e7))
18
+
3
19
  ### 0.0.48 (2022-12-31)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2451,9 +2451,7 @@ const chainArray = [
2451
2451
  name: 'SiriusNet V2',
2452
2452
  chain: 'SIN2',
2453
2453
  faucets: [],
2454
- rpc: [
2455
- 'https://u0zpw2zdzz:uf4y-ZGiQP_CJJgY6Vea2mSaeXOa1vFvfQ1PZhaDQ9M@u0iclv2dgh-u0jlczjhef-rpc.us0-aws.kaleido.io/'
2456
- ],
2454
+ rpc: [ 'https://rpc2.siriusnet.io' ],
2457
2455
  icon: 'siriusnet',
2458
2456
  nativeCurrency: { name: 'MCD', symbol: 'MCD', decimals: 18 },
2459
2457
  infoURL: 'https://siriusnet.io',
@@ -2463,7 +2461,7 @@ const chainArray = [
2463
2461
  explorers: [
2464
2462
  {
2465
2463
  name: 'siriusnet explorer',
2466
- url: 'http://rpc.siriusnet.io',
2464
+ url: 'https://scan.siriusnet.io',
2467
2465
  standard: 'none'
2468
2466
  }
2469
2467
  ]
@@ -7413,22 +7411,24 @@ const chainArray = [
7413
7411
  ]
7414
7412
  },
7415
7413
  {
7416
- name: 'Ambros Chain Testnet',
7417
- chain: 'ambroschain',
7418
- rpc: [ 'https://api.testnet.ambros.network' ],
7414
+ name: 'XANAChain',
7415
+ chain: 'XANAChain',
7416
+ rpc: [ 'https://mainnet.xana.net/rpc' ],
7419
7417
  faucets: [],
7420
- nativeCurrency: { name: 'AMBROS', symbol: 'AMBROS', decimals: 18 },
7421
- infoURL: 'https://test.ambros.network',
7422
- shortName: 'ambrostestnet',
7418
+ nativeCurrency: { name: 'XETA', symbol: 'XETA', decimals: 18 },
7419
+ infoURL: 'https://xanachain.xana.net/',
7420
+ shortName: 'XANAChain',
7423
7421
  chainId: 8888,
7424
7422
  networkId: 8888,
7423
+ icon: 'xeta',
7425
7424
  explorers: [
7426
7425
  {
7427
- name: 'Ambros Chain Explorer',
7428
- url: 'https://testnet.ambrosscan.com',
7429
- standard: 'none'
7426
+ name: 'XANAChain',
7427
+ url: 'https://xanachain.xana.net',
7428
+ standard: 'EIP3091'
7430
7429
  }
7431
- ]
7430
+ ],
7431
+ redFlags: [ 'reusedChainId' ]
7432
7432
  },
7433
7433
  {
7434
7434
  name: 'Vyvo Smart Chain',
@@ -10853,9 +10853,9 @@ const chainArray = [
10853
10853
  {
10854
10854
  name: 'Scroll Pre-Alpha Testnet',
10855
10855
  chain: 'ETH',
10856
- rpc: [ 'https://prealpha.scroll.io/l2' ],
10857
- faucets: [ 'https://prealpha.scroll.io' ],
10858
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10856
+ rpc: [ 'https://prealpha-rpc.scroll.io/l2' ],
10857
+ faucets: [ 'https://prealpha.scroll.io/faucet' ],
10858
+ nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
10859
10859
  infoURL: 'https://scroll.io',
10860
10860
  shortName: 'scr-prealpha',
10861
10861
  chainId: 534354,
@@ -11374,6 +11374,25 @@ const chainArray = [
11374
11374
  chainId: 13371337,
11375
11375
  networkId: 13371337
11376
11376
  },
11377
+ {
11378
+ name: 'Anduschain Mainnet',
11379
+ chain: 'anduschain',
11380
+ rpc: [ 'https://rpc.anduschain.io/rpc', 'wss://rpc.anduschain.io/ws' ],
11381
+ faucets: [],
11382
+ nativeCurrency: { name: 'DAON', symbol: 'DEB', decimals: 18 },
11383
+ infoURL: 'https://anduschain.io/',
11384
+ shortName: 'anduschain-mainnet',
11385
+ chainId: 14288640,
11386
+ networkId: 14288640,
11387
+ explorers: [
11388
+ {
11389
+ name: 'anduschain explorer',
11390
+ url: 'http://explorer.anduschain.io',
11391
+ icon: 'daon',
11392
+ standard: 'none'
11393
+ }
11394
+ ]
11395
+ },
11377
11396
  {
11378
11397
  name: 'Plian Testnet Main',
11379
11398
  chain: 'Plian',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {