Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": 214,
"name": "Data Nexus",
"secp": "0214d264e81e38cc0e75a86e663b0ea33fd2d5772443a889018860660ddaea8494",
"bls": "a5d20f3c3c6f22f164ac814c79b68226fb86eabc709fd594d004e0f77d6f21b511df378c3661659930d8f7c551395448",
"website": "https://data.nexus/",
"description": "Powering decentralized applications with data services and validation",
"logo": "https://data.nexus/assets/favicons/android-icon-192x192.png",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Favicon used as validator logo

The logo URL points to an Android favicon (android-icon-192x192.png) rather than a purpose-built validator logo. While 192×192 is a reasonable size, favicons are typically square app icons optimized for browser tabs and home screens — they may not render well in validator listing UIs that expect rectangular or styled logos with transparency or specific aspect ratios. Consider using a dedicated logo asset (e.g. an SVG or a high-res PNG designed for the validator directory context).

Suggested change
"logo": "https://data.nexus/assets/favicons/android-icon-192x192.png",
"logo": "https://data.nexus/assets/logo.png",

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

"x": "https://x.com/data_nexus"
}