feat: reserve address cleanup — labels, descriptions, custodian types#102
Merged
Conversation
- Flatten /v2/addresses response to { reserve: [...] } with chains[] per address
- Remove CDP section from addresses endpoint (not relevant)
- Add custodian_type (hot/cold/ops) and descriptions to all reserve addresses
- Deduplicate address config using chains[] array (13 → 7 entries)
- Rename labels: Mento V2/V3 Liquidity Reserve, Reserve Safe, Ops Safe, Ops Account
- Remove 0x6dec and Falcon Finance from all accounting
- Add 0x4255 (Mento V3 Liquidity Reserve) to Celo
- Add by_custodian breakdown to collateral response
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
70f5ac4 to
edac2b6
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
custodian_type(hot/cold/ops) to reserve addresses andby_custodianbreakdown to collateral responsechains[]array instead of per-chain entries (13 → 7 entries)0x6dec(Operational Account) and0x619600(Falcon Finance) from all accounting0x4255(Mento V3 Liquidity Reserve) to CeloTest plan
/v2/addressesreturns all 7 addresses with correct labels, descriptions, and custodian_type/v2/reservecollateral response includesby_custodianbreakdown🤖 Generated with Claude Code