eth-chainlist 0.0.465 → 0.0.467

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.467 (2024-08-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.466 ([02f0b57](https://github.com/poowf/eth-chainlist/commit/02f0b571b916c59a946bb824288d62580c0e5200))
9
+ * update chain data ([d4c845b](https://github.com/poowf/eth-chainlist/commit/d4c845b63d6533e7b9c1e78d49ebfe9df841da0f))
10
+
11
+ ### 0.0.466 (2024-08-15)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.465 ([2e4bd59](https://github.com/poowf/eth-chainlist/commit/2e4bd59dba53eb12d62c43500fffe32c9ae2ec50))
17
+ * update chain data ([9be5dc8](https://github.com/poowf/eth-chainlist/commit/9be5dc89b64ec624c7f62c3d83857f078cc1fd2d))
18
+
3
19
  ### 0.0.465 (2024-08-14)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3275,7 +3275,7 @@ const chainArray = [
3275
3275
  name: 'Omni Omega',
3276
3276
  chain: 'Omni',
3277
3277
  status: 'active',
3278
- rpc: [ 'https://omega.omni.network' ],
3278
+ rpc: [ 'https://omega.omni.network', 'wss://wss.omega.omni.network' ],
3279
3279
  features: [ { name: 'EIP155' } ],
3280
3280
  faucets: [],
3281
3281
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
@@ -3868,6 +3868,23 @@ const chainArray = [
3868
3868
  }
3869
3869
  ]
3870
3870
  },
3871
+ {
3872
+ name: 'EKAASH',
3873
+ chain: 'EKAASH',
3874
+ rpc: [ 'https://mainnet.ekaash.biz' ],
3875
+ faucets: [],
3876
+ nativeCurrency: {
3877
+ name: 'Global Mobile Money Gateway',
3878
+ symbol: '$EKH',
3879
+ decimals: 18
3880
+ },
3881
+ infoURL: 'https://ekaash.biz',
3882
+ shortName: 'ekaash',
3883
+ chainId: 205,
3884
+ networkId: 205,
3885
+ slip44: 1,
3886
+ explorers: []
3887
+ },
3871
3888
  {
3872
3889
  name: 'VinuChain Testnet',
3873
3890
  chain: 'VinuChain Testnet',
@@ -6345,9 +6362,9 @@ const chainArray = [
6345
6362
  icon: 'flowevm',
6346
6363
  explorers: [
6347
6364
  {
6348
- name: 'Flow Diver',
6349
- url: 'https://testnet.flowdiver.io',
6350
- standard: 'none'
6365
+ name: 'FlowScan: Testnet',
6366
+ url: 'https://evm-testnet.flowscan.io',
6367
+ standard: 'EIP3091'
6351
6368
  }
6352
6369
  ]
6353
6370
  },
@@ -20160,6 +20177,34 @@ const chainArray = [
20160
20177
  }
20161
20178
  ]
20162
20179
  },
20180
+ {
20181
+ name: 'Apex Fusion - Nexus Mainnet',
20182
+ chain: 'Nexus Mainnet',
20183
+ rpc: [ 'https://rpc.nexus.mainnet.apexfusion.org/' ],
20184
+ faucets: [],
20185
+ nativeCurrency: { name: 'Apex Fusion Token', symbol: 'AP3X', decimals: 18 },
20186
+ infoURL: 'https://apexfusion.org/',
20187
+ features: [ { name: 'EIP155' } ],
20188
+ shortName: 'AP3X',
20189
+ chainId: 9069,
20190
+ networkId: 9069,
20191
+ icon: 'apexfusion',
20192
+ explorers: []
20193
+ },
20194
+ {
20195
+ name: 'Apex Fusion - Nexus testnet',
20196
+ chain: 'Nexus testnet',
20197
+ rpc: [ 'https://rpc.nexus.testnet.apexfusion.org/' ],
20198
+ faucets: [],
20199
+ nativeCurrency: { name: 'Apex Fusion Token', symbol: 'tAP3X', decimals: 18 },
20200
+ infoURL: 'https://apexfusion.org/',
20201
+ features: [ { name: 'EIP155' } ],
20202
+ shortName: 'tAP3X',
20203
+ chainId: 9070,
20204
+ networkId: 9070,
20205
+ icon: 'apexfusion',
20206
+ explorers: []
20207
+ },
20163
20208
  {
20164
20209
  name: 'Genesis Coin',
20165
20210
  chain: 'Genesis',
@@ -28038,6 +28083,19 @@ const chainArray = [
28038
28083
  parent: { type: 'L2', chain: 'eip155-84532' },
28039
28084
  infoURL: 'https://xprotocol.org/'
28040
28085
  },
28086
+ {
28087
+ name: 'Esa',
28088
+ chain: 'Esa',
28089
+ rpc: [ 'http://65.108.151.70:8545' ],
28090
+ faucets: [],
28091
+ nativeCurrency: { name: 'Esa', symbol: 'Esa', decimals: 18 },
28092
+ infoURL: 'https://esculap.us',
28093
+ shortName: 'Esa',
28094
+ chainId: 83278,
28095
+ networkId: 83278,
28096
+ icon: 'EsaCoins',
28097
+ explorers: []
28098
+ },
28041
28099
  {
28042
28100
  name: 'ZEDXION',
28043
28101
  chain: 'ZEDXION',
@@ -34437,10 +34495,12 @@ const chainArray = [
34437
34495
  shortName: 'Vcity',
34438
34496
  chainId: 20230825,
34439
34497
  networkId: 20230825,
34498
+ icon: 'vcity',
34440
34499
  explorers: [
34441
34500
  {
34442
34501
  name: 'Vcity Explorer',
34443
34502
  url: 'https://scan.vcity.app',
34503
+ icon: 'vcity',
34444
34504
  standard: 'EIP3091'
34445
34505
  }
34446
34506
  ]
@@ -35555,6 +35615,30 @@ const chainArray = [
35555
35615
  }
35556
35616
  ]
35557
35617
  },
35618
+ {
35619
+ name: 'Sophon Testnet',
35620
+ chain: 'Sophon Testnet',
35621
+ rpc: [ 'https://rpc.testnet.sophon.xyz/' ],
35622
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
35623
+ faucets: [],
35624
+ infoURL: '',
35625
+ shortName: 'sophon-testnet',
35626
+ chainId: 531050104,
35627
+ networkId: 531050104,
35628
+ explorers: [
35629
+ {
35630
+ name: 'Sophon Testnet',
35631
+ url: 'https://explorer.testnet.sophon.xyz',
35632
+ icon: 'sophon-testnet',
35633
+ standard: 'none'
35634
+ }
35635
+ ],
35636
+ parent: {
35637
+ type: 'L2',
35638
+ chain: 'eip155-1',
35639
+ bridges: [ { url: 'https://bridge.zksync.io/' } ]
35640
+ }
35641
+ },
35558
35642
  {
35559
35643
  name: 'Degen Chain',
35560
35644
  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.467",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {