eth-chainlist 0.0.810 → 0.0.811

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.811 (2026-08-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.810 ([147e8e5](https://github.com/poowf/eth-chainlist/commit/147e8e5288414385e9691a06ae7407aa4228b5bd))
9
+ * update chain data ([2379274](https://github.com/poowf/eth-chainlist/commit/237927444d03adeb2f50367178f572016562a81b))
10
+
3
11
  ### 0.0.810 (2026-08-17)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -32574,6 +32574,26 @@ const chainArray = [
32574
32574
  slip44: 1,
32575
32575
  explorers: []
32576
32576
  },
32577
+ {
32578
+ name: 'CHEESE Blockchain Mainnet',
32579
+ chain: 'CHEESE',
32580
+ icon: 'cheese',
32581
+ rpc: [ 'https://cheeseblockchain.com/api/rpc' ],
32582
+ faucets: [],
32583
+ nativeCurrency: { name: 'Native Cheesecoin', symbol: 'NCH', decimals: 18 },
32584
+ features: [ { name: 'EIP155' } ],
32585
+ infoURL: 'https://cheeseblockchain.com',
32586
+ shortName: 'nch',
32587
+ chainId: 20250,
32588
+ networkId: 20250,
32589
+ explorers: [
32590
+ {
32591
+ name: 'CHEESE Blockchain Explorer',
32592
+ url: 'https://cheeseblockchain.com/explorer',
32593
+ standard: 'EIP3091'
32594
+ }
32595
+ ]
32596
+ },
32577
32597
  {
32578
32598
  name: 'MACos Chain',
32579
32599
  chain: 'MACOS',
@@ -39004,16 +39024,17 @@ const chainArray = [
39004
39024
  {
39005
39025
  name: 'Animechain Mainnet',
39006
39026
  chain: 'ETH',
39007
- rpc: [],
39027
+ rpc: [ 'https://public-rpc.anime.xyz' ],
39008
39028
  faucets: [],
39009
39029
  nativeCurrency: { name: 'Animecoin', symbol: 'ANIME', decimals: 18 },
39010
39030
  infoURL: 'https://www.anime.xyz',
39011
39031
  shortName: 'anime',
39012
39032
  chainId: 69000,
39013
39033
  networkId: 69000,
39034
+ icon: 'anime',
39014
39035
  explorers: [
39015
39036
  {
39016
- name: 'Animechain explorer',
39037
+ name: 'Animechain Explorer',
39017
39038
  url: 'https://explorer.anime.xyz',
39018
39039
  standard: 'EIP3091'
39019
39040
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.810",
3
+ "version": "0.0.811",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {