eth-chainlist 0.0.772 → 0.0.773

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.773 (2026-05-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.772 ([4a45e18](https://github.com/poowf/eth-chainlist/commit/4a45e18c49cf358572f7d72fea6bfe5ae48e0745))
9
+ * update chain data ([352f5c5](https://github.com/poowf/eth-chainlist/commit/352f5c51d5e59ff5759f255fa3dacd225d754a0f))
10
+
3
11
  ### 0.0.772 (2026-05-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -18445,6 +18445,24 @@ const chainArray = [
18445
18445
  bridges: [ { url: 'https://bridge.morphl2.io/' } ]
18446
18446
  }
18447
18447
  },
18448
+ {
18449
+ name: 'Candy Chain',
18450
+ chain: 'CANDY',
18451
+ rpc: [ 'https://publicrpc.candychain.io' ],
18452
+ faucets: [],
18453
+ nativeCurrency: { name: 'CANDY', symbol: 'CANDY', decimals: 18 },
18454
+ infoURL: 'https://candychain.io',
18455
+ shortName: 'candy',
18456
+ chainId: 2828,
18457
+ networkId: 2828,
18458
+ explorers: [
18459
+ {
18460
+ name: 'Candy Chain Explorer',
18461
+ url: 'https://explorer.candychain.io',
18462
+ standard: 'EIP3091'
18463
+ }
18464
+ ]
18465
+ },
18448
18466
  {
18449
18467
  name: 'HyperAGI Mainnet',
18450
18468
  chain: 'HyperAGI',
@@ -26138,18 +26156,19 @@ const chainArray = [
26138
26156
  status: 'active'
26139
26157
  },
26140
26158
  {
26141
- name: 'MYRX-MAINNET',
26159
+ name: 'MyrxWallet Network',
26142
26160
  chain: 'MYRX',
26143
26161
  rpc: [ 'https://rpc.myrxwallet.io' ],
26162
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
26144
26163
  faucets: [],
26145
- nativeCurrency: { name: 'MyRx Token', symbol: 'MRT', decimals: 18 },
26164
+ nativeCurrency: { name: 'MRT', symbol: 'MRT', decimals: 18 },
26146
26165
  infoURL: 'https://myrxwallet.io',
26147
26166
  shortName: 'myrx',
26148
26167
  chainId: 8472,
26149
26168
  networkId: 8472,
26150
26169
  explorers: [
26151
26170
  {
26152
- name: 'MyRx Explorer',
26171
+ name: 'MyrxWallet Explorer',
26153
26172
  url: 'https://explorer.myrxwallet.io',
26154
26173
  standard: 'EIP3091'
26155
26174
  }
@@ -37954,22 +37973,26 @@ const chainArray = [
37954
37973
  ]
37955
37974
  },
37956
37975
  {
37957
- name: 'Condrieu',
37958
- title: 'Ethereum Verkle Testnet Condrieu',
37959
- chain: 'ETH',
37960
- rpc: [ 'https://rpc.condrieu.ethdevops.io:8545' ],
37961
- faucets: [ 'https://faucet.condrieu.ethdevops.io' ],
37962
- nativeCurrency: { name: 'Condrieu Testnet Ether', symbol: 'CTE', decimals: 18 },
37963
- infoURL: 'https://condrieu.ethdevops.io',
37964
- shortName: 'cndr',
37976
+ name: 'CHEESE Blockchain',
37977
+ chain: 'CHEESE',
37978
+ rpc: [
37979
+ 'https://cheesescan.com/rpc',
37980
+ 'https://rpc1.cheesescan.com',
37981
+ 'https://rpc2.cheesescan.com'
37982
+ ],
37983
+ faucets: [ 'https://cheesescan.com/faucet' ],
37984
+ nativeCurrency: { name: 'CHEESE', symbol: 'CHEESE', decimals: 18 },
37985
+ infoURL: 'https://cheesescan.com',
37986
+ shortName: 'cheese',
37965
37987
  chainId: 69420,
37966
37988
  networkId: 69420,
37967
- slip44: 1,
37989
+ redFlags: [ 'reusedChainId' ],
37990
+ status: 'incubating',
37968
37991
  explorers: [
37969
37992
  {
37970
- name: 'Condrieu explorer',
37971
- url: 'https://explorer.condrieu.ethdevops.io',
37972
- standard: 'none'
37993
+ name: 'CHEESE Explorer',
37994
+ url: 'https://cheesescan.com',
37995
+ standard: 'EIP3091'
37973
37996
  }
37974
37997
  ]
37975
37998
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.772",
3
+ "version": "0.0.773",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {