Skip to content

Commit 67cdcca

Browse files
authored
Merge pull request #226 from Gearbox-protocol/de-snake-patch-1
feat: add savUSD
2 parents 434a330 + e2f9f2f commit 67cdcca

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

public/tokens/savusd.svg

Lines changed: 6 additions & 0 deletions
Loading

src/strategies/index.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
4444
creditManagers: ["0xF6f9bB0BE5128BF6d02De00bBa9c34b132c2c8Ee"],
4545
issuesOnClose: true,
4646
},
47+
{
48+
// API: https://app.avantprotocol.com/api/savusdApy
49+
name: "Avant savUSD",
50+
id: "savUSD",
51+
tokenOutAddress: "0xa29420057f3e3b9512d4786df135da1674bd74d4",
52+
strategyType: ["stable"],
53+
chainId: 9745,
54+
network: "Plasma",
55+
creditManagers: ["0xb671599733863a03fc5f6d106194ebc9196c26a1"],
56+
issuesOnClose: true,
57+
},
4758
{
4859
name: "Curve mTBILL/USDC",
4960
id: "mTBILLUSDC",

0 commit comments

Comments
 (0)