Skip to content

Commit 446e161

Browse files
authored
Merge pull request #149 from Gearbox-protocol/bnb-etherlink-strats
fix: add missing bnb and etherlink strats
2 parents 6eb8322 + 93db12f commit 446e161

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/strategies/index.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,40 @@ export const STRATEGIES_LIST: Array<StrategyPayload> = [
505505
releaseAt: 1749747600,
506506
issuesOnClose: true,
507507
},
508+
{
509+
name: "USDX",
510+
id: "USDX",
511+
tokenOut: "USDX",
512+
chainId: 56,
513+
network: "BNB",
514+
creditManagers: [],
515+
},
516+
{
517+
name: "Pendle sUSDX PT (1 sep 2025)",
518+
id: "PT_sUSDX_1SEP2025",
519+
tokenOut: "PT_sUSDX_1SEP2025",
520+
chainId: 56,
521+
network: "BNB",
522+
creditManagers: [],
523+
},
524+
525+
{
526+
name: "mTBILL",
527+
id: "mTBILL",
528+
tokenOut: "mTBILL",
529+
chainId: 42793,
530+
network: "Etherlink",
531+
creditManagers: ["0x665dc232f3459fce23ed98974f9e4483f7781ff7"],
532+
},
533+
{
534+
name: "mBASIS",
535+
id: "mBASIS",
536+
tokenOut: "mBASIS",
537+
chainId: 42793,
538+
network: "Etherlink",
539+
creditManagers: ["0x665dc232f3459fce23ed98974f9e4483f7781ff7"],
540+
},
541+
508542
{
509543
name: "Beets stS",
510544
id: "stS",

0 commit comments

Comments
 (0)