We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 434a330 + e2f9f2f commit 67cdccaCopy full SHA for 67cdcca
public/tokens/savusd.svg
src/strategies/index.ts
@@ -44,6 +44,17 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
44
creditManagers: ["0xF6f9bB0BE5128BF6d02De00bBa9c34b132c2c8Ee"],
45
issuesOnClose: true,
46
},
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
+ },
58
{
59
name: "Curve mTBILL/USDC",
60
id: "mTBILLUSDC",
0 commit comments