eth-chainlist 0.0.823 → 0.0.824

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.824 (2026-09-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.823 ([d855b74](https://github.com/poowf/eth-chainlist/commit/d855b744b352969c00179a9636510c3868d8113e))
9
+ * update chain data ([f52f3df](https://github.com/poowf/eth-chainlist/commit/f52f3dfe5569ea7c2668aec1fde8bad222507ba7))
10
+
3
11
  ### 0.0.823 (2026-08-31)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4265,42 +4265,42 @@ const chainArray = [
4265
4265
  },
4266
4266
  {
4267
4267
  name: 'VinuChain Testnet',
4268
- chain: 'VinuChain Testnet',
4268
+ chain: 'VC',
4269
4269
  rpc: [ 'https://vinufoundation-rpc.com' ],
4270
4270
  faucets: [],
4271
4271
  nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
4272
- infoURL: 'https://vitainu.org',
4273
- shortName: 'VCTEST',
4272
+ infoURL: 'https://vinuchain.org',
4273
+ shortName: 'vc-testnet',
4274
4274
  chainId: 206,
4275
4275
  networkId: 206,
4276
4276
  slip44: 1,
4277
- icon: 'vitainu-testnet',
4277
+ icon: 'vinuchain',
4278
4278
  explorers: [
4279
4279
  {
4280
- name: 'VinuScan Testnet',
4281
- url: 'https://testnet.vinuscan.com',
4282
- icon: 'vinuscan-testnet',
4283
- standard: 'none'
4280
+ name: 'VinuExplorer Testnet',
4281
+ url: 'https://testnet.vinuexplorer.org',
4282
+ icon: 'vinuchain',
4283
+ standard: 'EIP3091'
4284
4284
  }
4285
4285
  ]
4286
4286
  },
4287
4287
  {
4288
- name: 'VinuChain Network',
4289
- chain: 'VinuChain',
4290
- rpc: [ 'https://vinuchain-rpc.com' ],
4288
+ name: 'VinuChain',
4289
+ chain: 'VC',
4290
+ rpc: [ 'https://rpc.vinuchain.org' ],
4291
4291
  faucets: [],
4292
4292
  nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
4293
- infoURL: 'https://vitainu.org',
4294
- shortName: 'VC',
4293
+ infoURL: 'https://vinuchain.org',
4294
+ shortName: 'vc',
4295
4295
  chainId: 207,
4296
4296
  networkId: 207,
4297
- icon: 'vitainu',
4297
+ icon: 'vinuchain',
4298
4298
  explorers: [
4299
4299
  {
4300
- name: 'VinuScan',
4301
- url: 'https://vinuscan.com',
4302
- icon: 'vinuscan',
4303
- standard: 'none'
4300
+ name: 'VinuExplorer',
4301
+ url: 'https://vinuexplorer.org',
4302
+ icon: 'vinuchain',
4303
+ standard: 'EIP3091'
4304
4304
  }
4305
4305
  ]
4306
4306
  },
@@ -14092,6 +14092,26 @@ const chainArray = [
14092
14092
  }
14093
14093
  ]
14094
14094
  },
14095
+ {
14096
+ name: 'NVNM Chain',
14097
+ chain: 'NVNM',
14098
+ rpc: [ 'https://evm.nvnmchain.io', 'wss://evm.nvnmchain.io/ws' ],
14099
+ faucets: [],
14100
+ nativeCurrency: { name: 'mantraUSD', symbol: 'mUSD', decimals: 18 },
14101
+ infoURL: 'https://nvnmchain.io',
14102
+ shortName: 'nvnm',
14103
+ chainId: 1611,
14104
+ networkId: 1611,
14105
+ icon: 'nvnm',
14106
+ explorers: [
14107
+ {
14108
+ name: 'NVNM EVM Explorer',
14109
+ url: 'https://evm.explorer.nvnmchain.io',
14110
+ standard: 'EIP3091',
14111
+ icon: 'nvnm'
14112
+ }
14113
+ ]
14114
+ },
14095
14115
  {
14096
14116
  name: 'OpenLedger Mainnet',
14097
14117
  chain: 'OpenLedger',
@@ -23803,7 +23823,7 @@ const chainArray = [
23803
23823
  {
23804
23824
  name: 'Dukong Explorer',
23805
23825
  url: 'http://mantrascan.io/dukong',
23806
- standard: 'none',
23826
+ standard: 'EIP3091',
23807
23827
  icon: 'mantra'
23808
23828
  }
23809
23829
  ]
@@ -23819,13 +23839,13 @@ const chainArray = [
23819
23839
  chainId: 5888,
23820
23840
  networkId: 5888,
23821
23841
  slip44: 1,
23822
- icon: 'om',
23842
+ icon: 'mantra',
23823
23843
  explorers: [
23824
23844
  {
23825
23845
  name: 'MANTRA Explorer',
23826
23846
  url: 'https://blockscout.mantrascan.io',
23827
23847
  standard: 'EIP3091',
23828
- icon: 'om'
23848
+ icon: 'mantra'
23829
23849
  }
23830
23850
  ]
23831
23851
  },
@@ -25872,6 +25892,25 @@ const chainArray = [
25872
25892
  }
25873
25893
  ]
25874
25894
  },
25895
+ {
25896
+ name: 'WCAHT',
25897
+ chain: 'WCAHT',
25898
+ icon: 'wcaht',
25899
+ rpc: [ 'https://denvion.com/eth' ],
25900
+ faucets: [],
25901
+ nativeCurrency: { name: 'WCAHT', symbol: 'WCAHT', decimals: 18 },
25902
+ infoURL: 'https://denvion.com',
25903
+ shortName: 'wcaht',
25904
+ chainId: 7789,
25905
+ networkId: 7789,
25906
+ explorers: [
25907
+ {
25908
+ name: 'WCAHT Explorer',
25909
+ url: 'https://denvion.com/explorer',
25910
+ standard: 'EIP3091'
25911
+ }
25912
+ ]
25913
+ },
25875
25914
  {
25876
25915
  name: 'DiamondzChain',
25877
25916
  chain: 'DZX',
@@ -41182,6 +41221,24 @@ const chainArray = [
41182
41221
  }
41183
41222
  ]
41184
41223
  },
41224
+ {
41225
+ name: 'PLUS Mainnet',
41226
+ chain: 'PLUS',
41227
+ rpc: [ 'https://rpc.plusmain.net', 'https://plusmain.net/api/rpc' ],
41228
+ faucets: [],
41229
+ nativeCurrency: { name: 'PLUS', symbol: 'PLUS', decimals: 18 },
41230
+ infoURL: 'https://plusmain.net',
41231
+ shortName: 'plus',
41232
+ chainId: 88088,
41233
+ networkId: 88088,
41234
+ explorers: [
41235
+ {
41236
+ name: 'PLUS Explorer',
41237
+ url: 'https://plusmain.net/scan',
41238
+ standard: 'EIP3091'
41239
+ }
41240
+ ]
41241
+ },
41185
41242
  {
41186
41243
  name: 'Shark Network',
41187
41244
  chain: 'SHARK',
@@ -48613,6 +48670,30 @@ const chainArray = [
48613
48670
  }
48614
48671
  ]
48615
48672
  },
48673
+ {
48674
+ name: 'NVNM Chain Testnet',
48675
+ chain: 'NVNM',
48676
+ rpc: [
48677
+ 'https://evm.testnet.nvnmchain.io',
48678
+ 'wss://evm.testnet.nvnmchain.io/ws'
48679
+ ],
48680
+ faucets: [ 'https://faucet.testnet.nvnmchain.io' ],
48681
+ nativeCurrency: { name: 'mantraUSD', symbol: 'mUSD', decimals: 18 },
48682
+ infoURL: 'https://nvnmchain.io',
48683
+ shortName: 'nvnm-testnet',
48684
+ chainId: 787111,
48685
+ networkId: 787111,
48686
+ slip44: 1,
48687
+ icon: 'nvnm',
48688
+ explorers: [
48689
+ {
48690
+ name: 'NVNM EVM Testnet Explorer',
48691
+ url: 'https://explorer.evm.testnet.nvnmchain.io',
48692
+ standard: 'EIP3091',
48693
+ icon: 'nvnm'
48694
+ }
48695
+ ]
48696
+ },
48616
48697
  {
48617
48698
  name: 'Emeraldz',
48618
48699
  chain: 'EMED',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.823",
3
+ "version": "0.0.824",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {