eth-chainlist 0.0.186 → 0.0.188

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.188 (2023-07-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.187 ([23059a7](https://github.com/poowf/eth-chainlist/commit/23059a7aa5da131504bbe52ff2166a832fe8d95a))
9
+ * update chain data ([396bae4](https://github.com/poowf/eth-chainlist/commit/396bae4d2aaed8aaeb277edebf1ae044188fdd84))
10
+
11
+ ### 0.0.187 (2023-07-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.186 ([93f8ebc](https://github.com/poowf/eth-chainlist/commit/93f8ebc906d4e84c5a72cebde47f84628153e47d))
17
+ * update chain data ([d413011](https://github.com/poowf/eth-chainlist/commit/d41301130d020e123759b9624ed905eb7885d057))
18
+
3
19
  ### 0.0.186 (2023-07-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6804,7 +6804,7 @@ const chainArray = [
6804
6804
  ]
6805
6805
  },
6806
6806
  {
6807
- name: 'ChainX-EVM',
6807
+ name: 'BEVM',
6808
6808
  chain: 'ChainX',
6809
6809
  rpc: [
6810
6810
  'https://mainnet.chainx.org/rpc',
@@ -6818,7 +6818,7 @@ const chainArray = [
6818
6818
  networkId: 1501,
6819
6819
  explorers: [
6820
6820
  {
6821
- name: 'chainx-evm scan',
6821
+ name: 'bevm scan',
6822
6822
  url: 'https://evm.chainx.org',
6823
6823
  standard: 'none'
6824
6824
  }
@@ -17733,19 +17733,19 @@ const chainArray = [
17733
17733
  faucets: [],
17734
17734
  icon: 'neon',
17735
17735
  nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
17736
- infoURL: 'https://neon-labs.org',
17736
+ infoURL: 'https://neonevm.org',
17737
17737
  shortName: 'neonevm-mainnet',
17738
17738
  chainId: 245022934,
17739
17739
  networkId: 245022934,
17740
17740
  explorers: [
17741
17741
  {
17742
- name: 'native',
17743
- url: 'https://mainnet.explorer.neon-labs.org',
17742
+ name: 'neonscan',
17743
+ url: 'https://neonscan.org',
17744
17744
  standard: 'EIP3091'
17745
17745
  },
17746
17746
  {
17747
- name: 'neonscan',
17748
- url: 'https://mainnet.neonscan.org',
17747
+ name: 'native',
17748
+ url: 'https://neon.blockscout.com',
17749
17749
  standard: 'EIP3091'
17750
17750
  }
17751
17751
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.186",
3
+ "version": "0.0.188",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {