feat: deploy CETES Blend strategy and vault on testnet#817
Merged
Conversation
- Add CETES testnet entry to blend_deploy_config.json - Filter strategies by asset_symbol in deploy_blend.ts to avoid re-deploying existing ones - Add CETES to Assets enum and AssetFromString switch in deploy_tools.ts - Add CETES_BLEND_POOL and CETES_TOKEN constants with optional lookup (no throw if key missing)
- Update testnet account keys in configs.json - Add blend_pool_cetes and cetes_token to apps/contracts/public/testnet.contracts.json - Add CETES_blend_strategy and cetes_paltalabs_vault to public/testnet.contracts.json
- Document all configuration files (configs.json, public/*.contracts.json, blend_deploy_config.json) - Explain each field and its purpose with tables - Add step-by-step Blend strategy deployment instructions including asset filtering - Add vault deployment instructions with prerequisites and data flow - Add full deployment sequence for a new asset
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds CETES Blend strategy + vault deployment support for testnet and documents the deployment flow/address-book setup across the monorepo.
Changes:
- Adds CETES strategy entry to
blend_deploy_config.jsonand publishes new testnet strategy/vault addresses to address books - Updates deploy tooling to recognize
CETESas an asset and adds optional CETES constants lookup - Rewrites
apps/contracts/README.mddeployment docs with config/address-book explanations and step-by-step commands
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| public/testnet.contracts.json | Publishes new testnet factory/strategy/vault addresses (root-level address book) |
| apps/contracts/src/utils/deploy_tools.ts | Adds CETES asset handling in deploy utilities |
| apps/contracts/src/strategies/deploy_blend.ts | Adds optional filtering to deploy only strategies matching an asset_symbol argument |
| apps/contracts/src/strategies/blend_deploy_config.json | Adds CETES testnet strategy config (RSP pool) |
| apps/contracts/src/constants.ts | Adds CETES constants with “optional” lookup helper |
| apps/contracts/public/testnet.contracts.json | Adds CETES token/pool addresses (contracts workspace address book) |
| apps/contracts/configs.json | Updates testnet role/fee receiver accounts |
| apps/contracts/README.md | Expanded deployment documentation and address-book guidance |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chopan123
reviewed
Mar 17, 2026
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
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
Changes
Code
blend_deploy_config.json— CETES testnet strategy entry (RSP pool)deploy_blend.ts— filter strategies byasset_symbolarg to avoid re-deploying existing onesdeploy_tools.ts— addCETEStoAssetsenum andAssetFromStringswitchconstants.ts— addCETES_BLEND_POOLandCETES_TOKENwith optional lookup (no throw if key missing)Config / Address books
configs.json— update testnet account keysapps/contracts/public/testnet.contracts.json— addblend_pool_cetesandcetes_tokenpublic/testnet.contracts.json— addCETES_blend_strategyandcetes_paltalabs_vaultDeployed testnet addresses
CETES_blend_strategyCCP4RBDWPRNO2LWO23XFU4BBLGA73J5N3BK7EHRJUHVN33YEMMFB2MBEcetes_paltalabs_vaultCBIS5TEMTNNOTBE3WXPQUAGUEDYZZVIWAKTXEQCOUJ34OJJ3FJ5NLF2PDocs
apps/contracts/README.mdwith full documentation of config files, field descriptions, and step-by-step deploy instructions for strategies and vaultsTest plan