eth-chainlist 0.0.783 → 0.0.784

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.784 (2026-05-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.783 ([2658b1c](https://github.com/poowf/eth-chainlist/commit/2658b1cdd08a64e7e7f42d0a139ab62f14a297e5))
9
+ * update chain data ([9202bd4](https://github.com/poowf/eth-chainlist/commit/9202bd4161af0a62aac8e65b29e53a2affc2b7a6))
10
+
3
11
  ### 0.0.783 (2026-05-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6236,20 +6236,20 @@ const chainArray = [
6236
6236
  status: 'incubating'
6237
6237
  },
6238
6238
  {
6239
- name: 'Capital Exchange SE',
6239
+ name: 'Capital Exchange',
6240
6240
  chain: 'BOURSE',
6241
6241
  rpc: [ 'https://rpc.capitalexchange.digital' ],
6242
6242
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6243
6243
  faucets: [],
6244
6244
  nativeCurrency: { name: 'Bourse', symbol: 'BOURSE', decimals: 18 },
6245
- infoURL: 'https://www.capitalexchange.markets',
6245
+ infoURL: 'https://www.capitalexchange.com',
6246
6246
  shortName: 'bourse',
6247
6247
  chainId: 343,
6248
6248
  networkId: 343,
6249
6249
  icon: 'bourse',
6250
6250
  explorers: [
6251
6251
  {
6252
- name: 'Capital Exchange Markets | Digital',
6252
+ name: 'Capital Exchange | Digital',
6253
6253
  url: 'https://explorer.capitalexchange.se',
6254
6254
  icon: 'bourse',
6255
6255
  standard: 'none'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.783",
3
+ "version": "0.0.784",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {