Skip to content

Create piconbello-testnet#835

Merged
a26nine merged 4 commits intomonad-developers:mainfrom
EmrePiconbello:Piconbello-Testnet
Feb 23, 2026
Merged

Create piconbello-testnet#835
a26nine merged 4 commits intomonad-developers:mainfrom
EmrePiconbello:Piconbello-Testnet

Conversation

@EmrePiconbello
Copy link
Contributor

…a814.json

@greptile-apps
Copy link

greptile-apps bot commented Feb 21, 2026

Greptile Summary

Added new testnet validator info file for Piconbello validator (ID: 215). The file follows the standard schema with all required fields.

  • JSON structure matches the example schema
  • Filename correctly matches the secp key format
  • All required fields present: id, name, secp, bls, website, description, logo, x
  • Logo URL uses GitHub blob link instead of raw link - needs correction for proper image display

Confidence Score: 4/5

  • This PR is safe to merge after fixing the logo URL
  • Standard validator info addition following the established pattern. The only issue is the logo URL format which prevents proper image display but doesn't break functionality. Schema and structure are correct.
  • The logo URL in testnet/03266344c4c34d74d884baef3c7d1bb0935d3007ecbc1fe234d8ecedabacf7a814.json needs to use raw GitHub URL

Important Files Changed

Filename Overview
testnet/03266344c4c34d74d884baef3c7d1bb0935d3007ecbc1fe234d8ecedabacf7a814.json New testnet validator info for Piconbello (ID: 215) with standard schema fields

Last reviewed commit: fabfc9c

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

"bls": "ac5e9c00f1aea0967447ae89fd8bcedf65c8dcf1a6170f3ce7ad4f4d72708cd0a87565c5946867668bec3a025e36b1e2",
"website": "https://piconbello.com/",
"description": "This is an example",
"logo": "https://github.com/piconbello/Eigenlayer-Goerli/blob/main/Logo.png",
Copy link

Choose a reason for hiding this comment

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

Logo URL points to a GitHub blob page, not the raw image. This will not display properly as an image.

Suggested change
"logo": "https://github.com/piconbello/Eigenlayer-Goerli/blob/main/Logo.png",
"logo": "https://raw.githubusercontent.com/piconbello/Eigenlayer-Goerli/main/Logo.png",

@a26nine a26nine merged commit c9aaa58 into monad-developers:main Feb 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants