eth-chainlist 0.0.465 → 0.0.466

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.466 (2024-08-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.465 ([2e4bd59](https://github.com/poowf/eth-chainlist/commit/2e4bd59dba53eb12d62c43500fffe32c9ae2ec50))
9
+ * update chain data ([9be5dc8](https://github.com/poowf/eth-chainlist/commit/9be5dc89b64ec624c7f62c3d83857f078cc1fd2d))
10
+
3
11
  ### 0.0.465 (2024-08-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6345,9 +6345,9 @@ const chainArray = [
6345
6345
  icon: 'flowevm',
6346
6346
  explorers: [
6347
6347
  {
6348
- name: 'Flow Diver',
6349
- url: 'https://testnet.flowdiver.io',
6350
- standard: 'none'
6348
+ name: 'FlowScan: Testnet',
6349
+ url: 'https://evm-testnet.flowscan.io',
6350
+ standard: 'EIP3091'
6351
6351
  }
6352
6352
  ]
6353
6353
  },
@@ -20160,6 +20160,34 @@ const chainArray = [
20160
20160
  }
20161
20161
  ]
20162
20162
  },
20163
+ {
20164
+ name: 'Apex Fusion - Nexus Mainnet',
20165
+ chain: 'Nexus Mainnet',
20166
+ rpc: [ 'https://rpc.nexus.mainnet.apexfusion.org/' ],
20167
+ faucets: [],
20168
+ nativeCurrency: { name: 'Apex Fusion Token', symbol: 'AP3X', decimals: 18 },
20169
+ infoURL: 'https://apexfusion.org/',
20170
+ features: [ { name: 'EIP155' } ],
20171
+ shortName: 'AP3X',
20172
+ chainId: 9069,
20173
+ networkId: 9069,
20174
+ icon: 'apexfusion',
20175
+ explorers: []
20176
+ },
20177
+ {
20178
+ name: 'Apex Fusion - Nexus testnet',
20179
+ chain: 'Nexus testnet',
20180
+ rpc: [ 'https://rpc.nexus.testnet.apexfusion.org/' ],
20181
+ faucets: [],
20182
+ nativeCurrency: { name: 'Apex Fusion Token', symbol: 'tAP3X', decimals: 18 },
20183
+ infoURL: 'https://apexfusion.org/',
20184
+ features: [ { name: 'EIP155' } ],
20185
+ shortName: 'tAP3X',
20186
+ chainId: 9070,
20187
+ networkId: 9070,
20188
+ icon: 'apexfusion',
20189
+ explorers: []
20190
+ },
20163
20191
  {
20164
20192
  name: 'Genesis Coin',
20165
20193
  chain: 'Genesis',
@@ -28038,6 +28066,19 @@ const chainArray = [
28038
28066
  parent: { type: 'L2', chain: 'eip155-84532' },
28039
28067
  infoURL: 'https://xprotocol.org/'
28040
28068
  },
28069
+ {
28070
+ name: 'Esa',
28071
+ chain: 'Esa',
28072
+ rpc: [ 'http://65.108.151.70:8545' ],
28073
+ faucets: [],
28074
+ nativeCurrency: { name: 'Esa', symbol: 'Esa', decimals: 18 },
28075
+ infoURL: 'https://esculap.us',
28076
+ shortName: 'Esa',
28077
+ chainId: 83278,
28078
+ networkId: 83278,
28079
+ icon: 'EsaCoins',
28080
+ explorers: []
28081
+ },
28041
28082
  {
28042
28083
  name: 'ZEDXION',
28043
28084
  chain: 'ZEDXION',
@@ -34437,10 +34478,12 @@ const chainArray = [
34437
34478
  shortName: 'Vcity',
34438
34479
  chainId: 20230825,
34439
34480
  networkId: 20230825,
34481
+ icon: 'vcity',
34440
34482
  explorers: [
34441
34483
  {
34442
34484
  name: 'Vcity Explorer',
34443
34485
  url: 'https://scan.vcity.app',
34486
+ icon: 'vcity',
34444
34487
  standard: 'EIP3091'
34445
34488
  }
34446
34489
  ]
@@ -35555,6 +35598,30 @@ const chainArray = [
35555
35598
  }
35556
35599
  ]
35557
35600
  },
35601
+ {
35602
+ name: 'Sophon Testnet',
35603
+ chain: 'Sophon Testnet',
35604
+ rpc: [ 'https://rpc.testnet.sophon.xyz/' ],
35605
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
35606
+ faucets: [],
35607
+ infoURL: '',
35608
+ shortName: 'sophon-testnet',
35609
+ chainId: 531050104,
35610
+ networkId: 531050104,
35611
+ explorers: [
35612
+ {
35613
+ name: 'Sophon Testnet',
35614
+ url: 'https://explorer.testnet.sophon.xyz',
35615
+ icon: 'sophon-testnet',
35616
+ standard: 'none'
35617
+ }
35618
+ ],
35619
+ parent: {
35620
+ type: 'L2',
35621
+ chain: 'eip155-1',
35622
+ bridges: [ { url: 'https://bridge.zksync.io/' } ]
35623
+ }
35624
+ },
35558
35625
  {
35559
35626
  name: 'Degen Chain',
35560
35627
  title: 'Degen Chain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.465",
3
+ "version": "0.0.466",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {