Skip to content

Add name for gmonads.com on testnet#831

Merged
johnmarcou merged 1 commit intomainfrom
jm-edit-gmonad-name
Feb 17, 2026
Merged

Add name for gmonads.com on testnet#831
johnmarcou merged 1 commit intomainfrom
jm-edit-gmonad-name

Conversation

@johnmarcou
Copy link
Contributor

No description provided.

@johnmarcou johnmarcou self-assigned this Feb 17, 2026
@johnmarcou johnmarcou marked this pull request as ready for review February 17, 2026 13:19
@greptile-apps
Copy link

greptile-apps bot commented Feb 17, 2026

Greptile Summary

This PR updates the testnet validator entry for gmonads.com (id: 116) by replacing the raw SECP public key used as a placeholder name with the proper human-readable name "gmonads.com". It also removes a trailing whitespace character after the closing brace.

  • Updated name field from the SECP key "02cff23c..." to "gmonads.com" to match the validator's actual identity
  • Minor trailing whitespace cleanup at end of file
  • All other fields (id, secp, bls, website, description, logo, x) remain unchanged
  • The file conforms to the repository's JSON schema defined in the example file

Confidence Score: 5/5

  • This PR is safe to merge — it's a minimal, data-only change to a single JSON field.
  • The change is limited to updating the name field in a single validator JSON file from a placeholder (the SECP key) to the intended human-readable name. The JSON schema remains valid, the file structure matches other validators in the repository, and no code or logic is affected.
  • No files require special attention.

Important Files Changed

Filename Overview
testnet/02cff23c6914c1e536323d6f9c15b12647bbdd8bdd905c9cd3363a4870e4753056.json Replaces the raw SECP key in the name field with the human-readable validator name "gmonads.com" and removes a trailing space. No schema or structural changes.

Flowchart

flowchart TD
    A["Validator JSON File\n02cff23c...json"] --> B{"name field"}
    B -->|Before| C["Raw SECP key\n02cff23c6914c1e5..."]
    B -->|After| D["Human-readable name\ngmonads.com"]
    A --> E["Other fields unchanged\nid, secp, bls, website,\ndescription, logo, x"]
Loading

Last reviewed commit: f99c458

@johnmarcou johnmarcou merged commit 485efe3 into main Feb 17, 2026
5 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