Adding LI FI testnet validator details#845
Conversation
Greptile SummaryThis PR populates the previously empty metadata fields for the LI.FI testnet validator (
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: Update LI.FI validator JSON] --> B[testnet/02c911...e4.json]
B --> C{Fields Updated}
C --> D["website: https://li.fi/"]
C --> E["description: All Onchain Liquidity in one API"]
C --> F["logo: https://li.fi/favicon.svg"]
C --> G["x: https://x.com/lifiprotocol"]
B --> H[On Merge to main]
H --> I[CI: generate_validators_json.py]
I --> J[Upload to R2 Storage]
Last reviewed commit: d8b1aca |
| @@ -3,8 +3,8 @@ | |||
| "name": "02c911111b6b7e50d5a7083de7060f7f305fa7697c010c5fa4b304d556d99e91e4", | |||
There was a problem hiding this comment.
name field still set to raw SECP key
The name field is still set to the raw SECP public key rather than a human-readable validator name (e.g., "LI.FI"). Most validators in this repo use a readable name — see the example file which shows "name": "Validator name". Consider updating this to something like "LI.FI" for better readability in any validator directory UIs.
| "name": "02c911111b6b7e50d5a7083de7060f7f305fa7697c010c5fa4b304d556d99e91e4", | |
| "name": "LI.FI", |
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!
No description provided.