diff --git a/src/core/strategy.ts b/src/core/strategy.ts index 5dce478..1bf04c0 100644 --- a/src/core/strategy.ts +++ b/src/core/strategy.ts @@ -5,6 +5,7 @@ export type TokenTypeStrategy = | "stable" | "wbnb" | "wxtz" + | "pt" | "bfBTC"; export interface StrategyConfigPayload { @@ -20,7 +21,7 @@ export interface StrategyConfigPayload { // if the chain doesn't have credit managers - strategy won't be shown on that chain creditManagers: Array
; // strategy type; used for filtering - strategyType: [TokenTypeStrategy]; + strategyType: TokenTypeStrategy[]; /* undefined - released diff --git a/src/strategies/index.ts b/src/strategies/index.ts index 2d69cc6..2ddab74 100644 --- a/src/strategies/index.ts +++ b/src/strategies/index.ts @@ -81,7 +81,7 @@ export const STRATEGIES_LIST: Array = [ name: "Pendle PT USDe (15 Jan 2026)", id: "PT-USDe-15JAN2026", tokenOutAddress: "0x93b544c330f60a2aa05ced87aeeffb8d38fd8c9a", - strategyType: ["stable"], + strategyType: ["pt"], chainId: 9745, network: "Plasma", creditManagers: [ @@ -96,7 +96,7 @@ export const STRATEGIES_LIST: Array = [ name: "Pendle PT sUSDe (15 Jan 2026)", id: "PT-sUSDe-15JAN2026", tokenOutAddress: "0x02fcc4989b4c9d435b7ced3fe1ba4cf77bbb5dd8", - strategyType: ["stable"], + strategyType: ["pt"], chainId: 9745, network: "Plasma", creditManagers: [ @@ -111,7 +111,7 @@ export const STRATEGIES_LIST: Array = [ name: "Pendle PT syrupUSDT (29 Jan 2026)", id: "PT-syrupUSDT-29JAN2026", tokenOutAddress: "0x8dfb9a39dfab16bffe77f15544b5bf03e377e419", - strategyType: ["stable"], + strategyType: ["pt"], chainId: 9745, network: "Plasma", creditManagers: [ @@ -194,7 +194,7 @@ export const STRATEGIES_LIST: Array = [ name: "Pendle PT pUSDe 16 Oct 2025", id: "PT-pUSDe-16OCT2025", tokenOutAddress: "0xf3f491e5608f8b8a6fd9e9d66a4a4036d7fd282c", - strategyType: ["stable"], + strategyType: ["pt"], chainId: 1, network: "Mainnet", creditManagers: [ @@ -393,7 +393,7 @@ export const STRATEGIES_LIST: Array = [ name: "Pendle PT USDai (19 Mar 2026)", id: "PT-USDai-19MAR2026", tokenOutAddress: "0xd516188daf64efa04a8d60872f891f2cc811a561", - strategyType: ["stable"], + strategyType: ["pt"], chainId: 9745, network: "Plasma", creditManagers: [ @@ -408,7 +408,7 @@ export const STRATEGIES_LIST: Array = [ name: "Pendle PT sUSDai (19 Mar 2026)", id: "PT-sUSDai-19MAR2026", tokenOutAddress: "0xedac81b27790e0728f54dea3b7718e5437e85353", - strategyType: ["stable"], + strategyType: ["pt"], chainId: 9745, network: "Plasma", creditManagers: [