Skip to content

Commit 27e048c

Browse files
authored
Merge pull request #279 from Gearbox-protocol/de-snake-patch-3
feat: add infinifi strategies, return mre7yield
2 parents 6c21fa1 + 4c2c749 commit 27e048c

File tree

4 files changed

+116
-0
lines changed

4 files changed

+116
-0
lines changed

public/tokens/iusd.svg

Lines changed: 26 additions & 0 deletions
Loading

public/tokens/liusd-1w.svg

Lines changed: 26 additions & 0 deletions
Loading

public/tokens/siusd.svg

Lines changed: 26 additions & 0 deletions
Loading

src/strategies/index.ts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
import type { StrategyConfigPayload } from "../core/strategy";
22

33
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+
},
418
{
519
name: "Midas mEDGE",
620
id: "mEDGE",
@@ -42,6 +56,20 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
4256
issuesOnClose: true,
4357
additionalCollaterals: ["0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9"],
4458
},
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+
},
4573
{
4674
name: "ETH+",
4775
id: "ETH+",
@@ -119,6 +147,16 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
119147
issuesOnClose: true,
120148
additionalCollaterals: ["0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb"],
121149
},
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+
},
122160
// {
123161
// name: "Convex pmUSD/frxUSD",
124162
// id: "stkcvxpmfrxUSD",

0 commit comments

Comments
 (0)