eth-chainlist 0.0.765 → 0.0.766

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.766 (2026-05-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.765 ([efed9af](https://github.com/poowf/eth-chainlist/commit/efed9af1fe9c4ccbda6af5230ed48e182f6d5125))
9
+ * update chain data ([4b2a803](https://github.com/poowf/eth-chainlist/commit/4b2a803bd6531cc6d315989b804e71b96511b86a))
10
+
3
11
  ### 0.0.765 (2026-05-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6915,11 +6915,11 @@ const chainArray = [
6915
6915
  ]
6916
6916
  },
6917
6917
  {
6918
- name: 'Boyaa Mainnet',
6918
+ name: 'Boyaa',
6919
6919
  chain: 'BYC',
6920
- rpc: [ 'https://evm-rpc.mainnet.boyaa.network' ],
6920
+ rpc: [ 'https://rpc.boyaa.network' ],
6921
6921
  faucets: [],
6922
- nativeCurrency: { name: 'Boyaa mainnet native coin', symbol: 'BYC', decimals: 18 },
6922
+ nativeCurrency: { name: 'Boyaa native coin', symbol: 'BYC', decimals: 18 },
6923
6923
  infoURL: 'https://boyaa.network',
6924
6924
  shortName: 'BYC',
6925
6925
  chainId: 434,
@@ -6928,7 +6928,7 @@ const chainArray = [
6928
6928
  explorers: [
6929
6929
  {
6930
6930
  name: 'Boyaa explorer',
6931
- url: 'https://explorer.mainnet.boyaa.network',
6931
+ url: 'https://explorer.boyaa.network',
6932
6932
  standard: 'EIP3091'
6933
6933
  }
6934
6934
  ]
@@ -13873,7 +13873,7 @@ const chainArray = [
13873
13873
  name: 'Liquichain',
13874
13874
  shortName: 'Liquichain',
13875
13875
  chain: 'LQC',
13876
- rpc: [],
13876
+ rpc: [ 'https://mainnet.liquichain.io/rpc' ],
13877
13877
  faucets: [],
13878
13878
  nativeCurrency: { name: 'Licoin', symbol: 'LCN', decimals: 18 },
13879
13879
  infoURL: 'https://liquichain.io/',
@@ -21788,6 +21788,27 @@ const chainArray = [
21788
21788
  ],
21789
21789
  status: 'active'
21790
21790
  },
21791
+ {
21792
+ name: 'Danny',
21793
+ title: 'Danny',
21794
+ chain: 'DAN',
21795
+ rpc: [ 'https://rpc.dannyscan.com' ],
21796
+ faucets: [],
21797
+ nativeCurrency: { name: 'Danny', symbol: 'DAN', decimals: 18 },
21798
+ infoURL: 'https://dannychain.com',
21799
+ shortName: 'dan',
21800
+ chainId: 5069,
21801
+ networkId: 5069,
21802
+ icon: 'danny',
21803
+ explorers: [
21804
+ {
21805
+ name: 'Dannyscan',
21806
+ url: 'https://dannyscan.com',
21807
+ icon: 'danny',
21808
+ standard: 'EIP3091'
21809
+ }
21810
+ ]
21811
+ },
21791
21812
  {
21792
21813
  name: 'Pione Zero',
21793
21814
  chain: 'PZO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.765",
3
+ "version": "0.0.766",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {