eth-chainlist 0.0.47 → 0.0.49

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.49 (2023-01-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.48 ([ea953b9](https://github.com/poowf/eth-chainlist/commit/ea953b9e83e6e622f88c0fe25be396154c722170))
9
+ * update chain data ([8884a52](https://github.com/poowf/eth-chainlist/commit/8884a5279f5a7e390212b55eb8553ffb438ea6e7))
10
+
11
+ ### 0.0.48 (2022-12-31)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.47 ([22cd651](https://github.com/poowf/eth-chainlist/commit/22cd65162910564fcd2e2fbfd927eb7ef00927d6))
17
+ * update chain data ([8956498](https://github.com/poowf/eth-chainlist/commit/895649897a9913050946e0e44c2d14d72ea1999c))
18
+
3
19
  ### 0.0.47 (2022-12-30)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5420,12 +5420,9 @@ const chainArray = [
5420
5420
  chain: 'DC',
5421
5421
  icon: 'dogechain',
5422
5422
  rpc: [
5423
- 'https://rpc-sg.dogechain.dog',
5424
- 'https://rpc-us.dogechain.dog',
5425
5423
  'https://rpc.dogechain.dog',
5426
- 'https://rpc01-sg.dogechain.dog',
5427
- 'https://rpc02-sg.dogechain.dog',
5428
- 'https://rpc03-sg.dogechain.dog'
5424
+ 'https://rpc-us.dogechain.dog',
5425
+ 'https://rpc01.dogechain.dog'
5429
5426
  ],
5430
5427
  faucets: [],
5431
5428
  nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
@@ -7416,22 +7413,24 @@ const chainArray = [
7416
7413
  ]
7417
7414
  },
7418
7415
  {
7419
- name: 'Ambros Chain Testnet',
7420
- chain: 'ambroschain',
7421
- rpc: [ 'https://api.testnet.ambros.network' ],
7416
+ name: 'XANAChain',
7417
+ chain: 'XANAChain',
7418
+ rpc: [ 'https://mainnet.xana.net/rpc' ],
7422
7419
  faucets: [],
7423
- nativeCurrency: { name: 'AMBROS', symbol: 'AMBROS', decimals: 18 },
7424
- infoURL: 'https://test.ambros.network',
7425
- shortName: 'ambrostestnet',
7420
+ nativeCurrency: { name: 'XETA', symbol: 'XETA', decimals: 18 },
7421
+ infoURL: 'https://xanachain.xana.net/',
7422
+ shortName: 'XANAChain',
7426
7423
  chainId: 8888,
7427
7424
  networkId: 8888,
7425
+ icon: 'xeta',
7428
7426
  explorers: [
7429
7427
  {
7430
- name: 'Ambros Chain Explorer',
7431
- url: 'https://testnet.ambrosscan.com',
7432
- standard: 'none'
7428
+ name: 'XANAChain',
7429
+ url: 'https://xanachain.xana.net',
7430
+ standard: 'EIP3091'
7433
7431
  }
7434
- ]
7432
+ ],
7433
+ redFlags: [ 'reusedChainId' ]
7435
7434
  },
7436
7435
  {
7437
7436
  name: 'Vyvo Smart Chain',
@@ -10856,9 +10855,9 @@ const chainArray = [
10856
10855
  {
10857
10856
  name: 'Scroll Pre-Alpha Testnet',
10858
10857
  chain: 'ETH',
10859
- rpc: [ 'https://prealpha.scroll.io/l2' ],
10860
- faucets: [ 'https://prealpha.scroll.io' ],
10861
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10858
+ rpc: [ 'https://prealpha-rpc.scroll.io/l2' ],
10859
+ faucets: [ 'https://prealpha.scroll.io/faucet' ],
10860
+ nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
10862
10861
  infoURL: 'https://scroll.io',
10863
10862
  shortName: 'scr-prealpha',
10864
10863
  chainId: 534354,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {