eth-chainlist 0.0.292 → 0.0.293

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.293 (2023-12-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.292 ([862b420](https://github.com/poowf/eth-chainlist/commit/862b420d651512968631e21f83807c7e12384bab))
9
+ * update chain data ([cad354e](https://github.com/poowf/eth-chainlist/commit/cad354e4213198d220f555512c88e0c9ca0906c3))
10
+
3
11
  ### 0.0.292 (2023-11-29)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -492,7 +492,7 @@ const chainArray = [
492
492
  explorers: [
493
493
  {
494
494
  name: 'Cronos Explorer',
495
- url: 'https://cronoscan.com',
495
+ url: 'https://explorer.cronos.org',
496
496
  standard: 'none'
497
497
  }
498
498
  ]
@@ -3599,6 +3599,19 @@ const chainArray = [
3599
3599
  }
3600
3600
  ]
3601
3601
  },
3602
+ {
3603
+ name: 'Fraxchain Mainnet',
3604
+ chain: 'FRAX',
3605
+ rpc: [],
3606
+ faucets: [],
3607
+ nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
3608
+ infoURL: 'https://mainnet.frax.com',
3609
+ shortName: 'fraxchain',
3610
+ chainId: 252,
3611
+ networkId: 252,
3612
+ explorers: [],
3613
+ status: 'incubating'
3614
+ },
3602
3615
  {
3603
3616
  name: 'Kroma',
3604
3617
  chain: 'ETH',
@@ -6707,6 +6720,30 @@ const chainArray = [
6707
6720
  ],
6708
6721
  status: 'deprecated'
6709
6722
  },
6723
+ {
6724
+ name: 'ShimmerEVM Testnet Deprecated 1072',
6725
+ title: 'ShimmerEVM Testnet Deprecated 1072',
6726
+ chain: 'ShimmerEVM',
6727
+ icon: 'shimmerevm',
6728
+ rpc: [],
6729
+ faucets: [
6730
+ 'https://evm-toolkit.evm.testnet.shimmer.network',
6731
+ 'https://evm-faucet.testnet.shimmer.network'
6732
+ ],
6733
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
6734
+ infoURL: 'https://shimmer.network',
6735
+ shortName: 'shimmerevm-testnet-deprecated-1072',
6736
+ chainId: 1072,
6737
+ networkId: 1072,
6738
+ explorers: [
6739
+ {
6740
+ name: 'explorer',
6741
+ url: 'https://explorer.evm.testnet.shimmer.network',
6742
+ standard: 'EIP3091'
6743
+ }
6744
+ ],
6745
+ status: 'deprecated'
6746
+ },
6710
6747
  {
6711
6748
  name: 'ShimmerEVM Testnet',
6712
6749
  title: 'ShimmerEVM Testnet',
@@ -6720,8 +6757,8 @@ const chainArray = [
6720
6757
  nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
6721
6758
  infoURL: 'https://shimmer.network',
6722
6759
  shortName: 'shimmerevm-testnet',
6723
- chainId: 1072,
6724
- networkId: 1072,
6760
+ chainId: 1073,
6761
+ networkId: 1073,
6725
6762
  explorers: [
6726
6763
  {
6727
6764
  name: 'explorer',
@@ -8565,6 +8602,25 @@ const chainArray = [
8565
8602
  }
8566
8603
  ]
8567
8604
  },
8605
+ {
8606
+ name: 'Merkle Scan',
8607
+ chain: 'MRK',
8608
+ icon: 'merklescan',
8609
+ rpc: [ 'https://marklechain-rpc.merklescan.com' ],
8610
+ faucets: [],
8611
+ nativeCurrency: { name: 'Merkle', symbol: 'MRK', decimals: 18 },
8612
+ infoURL: 'https://merklescan.com',
8613
+ shortName: 'MRK',
8614
+ chainId: 1909,
8615
+ networkId: 1909,
8616
+ explorers: [
8617
+ {
8618
+ name: 'blockscout',
8619
+ url: 'https://merklescan.com',
8620
+ standard: 'none'
8621
+ }
8622
+ ]
8623
+ },
8568
8624
  {
8569
8625
  name: 'ONUS Chain Testnet',
8570
8626
  title: 'ONUS Chain Testnet',
@@ -9729,6 +9785,17 @@ const chainArray = [
9729
9785
  }
9730
9786
  ]
9731
9787
  },
9788
+ {
9789
+ name: 'Ebro Network',
9790
+ chain: 'ebro',
9791
+ rpc: [ 'https://greendinoswap.com' ],
9792
+ faucets: [],
9793
+ nativeCurrency: { name: 'Ebro', symbol: 'ebro', decimals: 18 },
9794
+ infoURL: 'https://www.ebrochain.com',
9795
+ shortName: 'ebro',
9796
+ chainId: 2306,
9797
+ networkId: 2306
9798
+ },
9732
9799
  {
9733
9800
  name: 'Arevia',
9734
9801
  chain: 'Arevia',
@@ -9952,6 +10019,19 @@ const chainArray = [
9952
10019
  }
9953
10020
  ]
9954
10021
  },
10022
+ {
10023
+ name: 'Fraxchain Testnet',
10024
+ chain: 'FRAX',
10025
+ rpc: [ 'https://rpc.testnet.frax.com' ],
10026
+ faucets: [],
10027
+ nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
10028
+ infoURL: 'https://testnet.frax.com',
10029
+ shortName: 'fraxchain-testnet',
10030
+ chainId: 2522,
10031
+ networkId: 2522,
10032
+ explorers: [],
10033
+ status: 'active'
10034
+ },
9955
10035
  {
9956
10036
  name: 'Kortho Mainnet',
9957
10037
  chain: 'Kortho Chain',
@@ -17631,6 +17711,24 @@ const chainArray = [
17631
17711
  }
17632
17712
  ]
17633
17713
  },
17714
+ {
17715
+ name: 'Nordek Mainnet',
17716
+ chain: 'Nordek',
17717
+ rpc: [ 'https://mainnet-rpc.nordekscan.com' ],
17718
+ faucets: [],
17719
+ nativeCurrency: { name: 'NRK', symbol: 'NRK', decimals: 18 },
17720
+ infoURL: 'https://nordekscan.com',
17721
+ shortName: 'nordek',
17722
+ chainId: 81041,
17723
+ networkId: 81041,
17724
+ explorers: [
17725
+ {
17726
+ name: 'nordek',
17727
+ url: 'https://nordekscan.com',
17728
+ standard: 'EIP3091'
17729
+ }
17730
+ ]
17731
+ },
17634
17732
  {
17635
17733
  name: 'Amana Testnet',
17636
17734
  chain: 'MEER',
@@ -19820,7 +19918,7 @@ const chainArray = [
19820
19918
  explorers: [
19821
19919
  {
19822
19920
  name: 'Scroll Sepolia Etherscan',
19823
- url: 'https://sepolia.scrollscan.dev',
19921
+ url: 'https://sepolia.scrollscan.com',
19824
19922
  standard: 'EIP3091'
19825
19923
  },
19826
19924
  {
@@ -19832,7 +19930,7 @@ const chainArray = [
19832
19930
  parent: {
19833
19931
  type: 'L2',
19834
19932
  chain: 'eip155-11155111',
19835
- bridges: [ { url: 'https://scroll.io/bridge' } ]
19933
+ bridges: [ { url: 'https://sepolia.scroll.io/bridge' } ]
19836
19934
  }
19837
19935
  },
19838
19936
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.292",
3
+ "version": "0.0.293",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {