Add medium validator info#816
Merged
johnmarcou merged 1 commit intomonad-developers:mainfrom Feb 6, 2026
Merged
Conversation
johnmarcou
approved these changes
Feb 6, 2026
Greptile OverviewGreptile SummaryThis PR adds a new validator info file for "medium" (ID 205) to the testnet directory. The file follows the standard JSON schema with all required fields: validator ID, name, secp and bls keys, website, description, logo, and X/Twitter handle.
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Validator as Validator (mediumwe11)
participant Repo as validator-info Repository
participant CI as GitHub CI/Validation
participant Chain as Monad Testnet RPC
Validator->>Repo: Create PR with new validator file
Note over Repo: File: 02654192b8489bea7aea77153fc12acf2729f892f674ae12c4a681117c69f9a0f6.json
Repo->>CI: Trigger validation checks
CI->>CI: Check JSON schema
CI->>CI: Verify field types
CI->>CI: Validate filename matches secp key
CI->>Chain: Query validator ID 205 on-chain
Chain-->>CI: Return secp & bls keys
CI->>CI: Compare local keys vs on-chain keys
CI->>CI: Validate logo URL accessibility
CI-->>Repo: Report validation results
Repo->>Validator: Await review and approval
|
| "website": "https://medium-validator.com/", | ||
| "description": "Individual staking services", | ||
| "logo": "https://medium-validator.com/logo.png", | ||
| "x": "http://x.com/mediumwe111" |
There was a problem hiding this comment.
X/Twitter URL uses http:// instead of https://. All other validator files use https:// for consistency.
Suggested change
| "x": "http://x.com/mediumwe111" | |
| "x": "https://x.com/mediumwe111" |
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!
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.
No description provided.