Add validator snoopfear|PON (ID 206)#815
Merged
johnmarcou merged 3 commits intomonad-developers:mainfrom Feb 6, 2026
Merged
Conversation
Added JSON file containing details for snoopfear|PON.
Greptile OverviewGreptile SummaryAdded validator info for snoopfear|PON (ID 206) with complete metadata including SECP and BLS keys, website, description, logo, and X profile. Critical Issue:
Confidence Score: 0/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Author
participant PR as Pull Request
participant CI as GitHub CI
participant Validator as validate.py
participant Chain as Monad Testnet RPC
Author->>PR: Add validator JSON file
Note over Author,PR: File: 0203a26b820dafdb794f1fc7117ba8e897830b184dcb08e45a44262f018deabaf3.json
PR->>CI: Trigger check.yaml workflow
CI->>CI: Filter changed files (testnet/*.json OR mainnet/*.json)
Note over CI: ❌ File in root directory is skipped
CI-->>PR: No files to validate (PASS - incorrectly)
Note over CI,Chain: Expected flow if file were in testnet/:
CI->>Validator: Run validate.py on testnet/[filename].json
Validator->>Validator: Check JSON schema
Validator->>Validator: Validate name and logo URL
Validator->>Chain: Fetch validator keys for ID 206
Validator->>Validator: Compare on-chain vs local SECP/BLS keys
Validator->>Validator: Verify filename matches SECP key
Validator-->>CI: Validation result
CI-->>PR: Report validation status
|
Comment on lines
1
to
10
| { | ||
| "id": 206, | ||
| "name": "snoopfear|PON", | ||
| "secp": "0203a26b820dafdb794f1fc7117ba8e897830b184dcb08e45a44262f018deabaf3", | ||
| "bls": "a5e8b15da155a204d87b4caf71d1694f002b471166e47813507d024b85dcd71635796c7ab746ae201b1f588b3b4f65c1", | ||
| "website": "https://t.me/snoopfear", | ||
| "description": "Reliability, performance, and 24/7 monitoring. Enterprise-grade infrastructure with a fair fee", | ||
| "logo": "https://raw.githubusercontent.com/snoopfear/logo/main/my_logo.png", | ||
| "x": "https://x.com/snoopfear" | ||
| } |
There was a problem hiding this comment.
file is in the wrong location - must be in testnet/ directory
The CI workflow at .github/workflows/check.yaml:6-7 only validates files in testnet/ or mainnet/ directories. This file needs to be moved to testnet/0203a26b820dafdb794f1fc7117ba8e897830b184dcb08e45a44262f018deabaf3.json
johnmarcou
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testnet validator info for snoopfear|PON