feat: add Tesouro as supported asset#878
Draft
chopan123 wants to merge 1 commit into
Draft
Conversation
- Add TESOURO to AllowedAssets enum in dapp hooks - Add TESOURO price mapping in landing prices API route - Add TESOURO to UPPERCASE_TOKENS set for proper display formatting Token contract: CD6M4R2322BYCY2LNWM74PEBQAQ63SA3DUJLI3L4225U4ZVCLMSCBCIS Strategy: tesouro_blend_autocompound_etherfuse_strategy (already in mainnet.contracts.json) Closes #877 Co-authored-by: dantecorvid <dantecorvid@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
chopan123
commented
May 17, 2026
| 'CDTKPWPLOURQA2SGTKTUQOWRCBZEORB4BWBOMJ3D3ZTQQSGE5F6JBQLV': 'euro-coin', // EURC | ||
| 'CAL6ER2TI6CTRAY6BFXWNWA7WTYXUXTQCHUBCIBU5O6KM3HJFG6Z6VXV': 'cetes', // CETES | ||
| 'CBLV4ATSIWU67CFSQU2NVRKINQIKUZ2ODSZBUJTJ43VJVRSBTZYOPNUR': 'cetes', // USTRY (same as CETES basket) | ||
| 'CD6M4R2322BYCY2LNWM74PEBQAQ63SA3DUJLI3L4225U4ZVCLMSCBCIS': 'cetes', // TESOURO (same basket category) |
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.
Adds Tesouro (Etherfuse Brazilian treasury stablebond) as a fully supported asset in the platform.
The token definition, icon, and mainnet strategy were already present. This PR completes the integration by:
Closes #877
Generated with Claude Code