|
1 | 1 | import type { StrategyConfigPayload } from "../core/strategy"; |
2 | 2 |
|
3 | 3 | export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [ |
| 4 | + { |
| 5 | + name: "Infinifi liUSD (1 week lock)", |
| 6 | + id: "liUSD-1w", |
| 7 | + tokenOutAddress: "0x12b004719fb632f1e7c010c6f5d6009fb4258442", |
| 8 | + strategyType: ["stable"], |
| 9 | + chainId: 1, |
| 10 | + network: "Mainnet", |
| 11 | + creditManagers: ["0x9c4f296908d8b89c0f3058699fcbafb21bd6294c"], |
| 12 | + zeroSlippage: { |
| 13 | + // Tulipa |
| 14 | + "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4": true, |
| 15 | + }, |
| 16 | + additionalCollaterals: ["0x48f9e38f3070ad8945dfeae3fa70987722e3d89c"], |
| 17 | + }, |
4 | 18 | { |
5 | 19 | name: "Midas mEDGE", |
6 | 20 | id: "mEDGE", |
@@ -42,6 +56,20 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [ |
42 | 56 | issuesOnClose: true, |
43 | 57 | additionalCollaterals: ["0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9"], |
44 | 58 | }, |
| 59 | + { |
| 60 | + name: "Infinifi siUSD", |
| 61 | + id: "siUSD", |
| 62 | + tokenOutAddress: "0xdbdc1ef57537e34680b898e1febd3d68c7389bcb", |
| 63 | + strategyType: ["stable"], |
| 64 | + chainId: 1, |
| 65 | + network: "Mainnet", |
| 66 | + creditManagers: ["0x9c4f296908d8b89c0f3058699fcbafb21bd6294c"], |
| 67 | + zeroSlippage: { |
| 68 | + // Tulipa |
| 69 | + "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4": true, |
| 70 | + }, |
| 71 | + additionalCollaterals: ["0x48f9e38f3070ad8945dfeae3fa70987722e3d89c"], |
| 72 | + }, |
45 | 73 | { |
46 | 74 | name: "ETH+", |
47 | 75 | id: "ETH+", |
@@ -119,6 +147,16 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [ |
119 | 147 | issuesOnClose: true, |
120 | 148 | additionalCollaterals: ["0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb"], |
121 | 149 | }, |
| 150 | + { |
| 151 | + name: "mRe7YIELD", |
| 152 | + id: "mRe7YIELD", |
| 153 | + tokenOutAddress: "0x733d504435a49FC8C4e9759e756C2846c92f0160", |
| 154 | + strategyType: ["stable"], |
| 155 | + chainId: 42793, |
| 156 | + network: "Etherlink", |
| 157 | + creditManagers: ["0xF6f9bB0BE5128BF6d02De00bBa9c34b132c2c8Ee"], |
| 158 | + issuesOnClose: true, |
| 159 | + }, |
122 | 160 | // { |
123 | 161 | // name: "Convex pmUSD/frxUSD", |
124 | 162 | // id: "stkcvxpmfrxUSD", |
|
0 commit comments