-
Notifications
You must be signed in to change notification settings - Fork 93
chore: update missing metadatas #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
…, sweETH vaults with logos and descriptions
- Remove vault 0x028b1F7a949a7a862C3f93987296be30d71f7F97 (Euler) that is not returned by API - Add findVaultsNotInApi.ts script to identify vaults in metadata but not in API - Add removeVaultsNotInApi.ts script to remove vaults not in API response - Preserve original order when removing vaults
- Update 0xcd7c3b91de4a84942069201644b70d9570f2b9a9 (KODIAK - ZERO | iBGT) - Update 0xfe5fe99a4e5ae1f6212c1b32ed4ed6d1c1c6de57 (Kodiak - WBERA | ZERO) - Update 0x9145aefd784c58219b18c23372155d18c9bcd7e9 (Kodiak Island BYUSD-HONEY-0.01%) - Update 0xe1a6fd249035a3a97eae6b867b694e494b36eb14 (Kodiak Island NECT-HONEY-0.01%) - Add generated vault images to assets/vaults/
- Consolidate findVaultsNotInApi, removeVaultsNotInApi, and updateVaultsFromApi into unified manageVaultsFromApi.ts script - Add subcommands: find, remove, add - Update Euler MEV Capital Red Cluster wBERA vault metadata - Add composite vault image (wBERA + iBERA) with white background - Download vault images for vaults with non-default Cloudinary URLs
- Remove 187 vault images that were downloaded in previous commit - Keep only 8 images for the 15 most recently added vaults - 7 vaults don't have images due to missing token images or default logos
…, WBERA/xFATBERA, iBERA/iBGT, and SAIL/USDe vaults
codingwithmanny
approved these changes
Dec 18, 2025
| const incentivesEndpoint = `${apiBaseUrl}/incentives/no-metadata/`; | ||
| const vaultsEndpoint = `${apiBaseUrl}/vaults/no-metadata/`; | ||
| const incentivesEndpoint = | ||
| "https://hub.berachain.com/api/internal/incentives/no-metadata/"; |
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This leads to a 404. Expected?
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.
update all missing metadatas.