Skip to content

Commit

Permalink
Add Maker DSR strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Aug 15, 2023
1 parent a1383d0 commit 2bed1c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion eagleproject/core/blockchain/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
LUSD_METASTRAT = "0x7a192dd9cc4ea9bdedec9992df74f1da55e60a19"
FLUX_STRAT = "0x76bf500b6305dc4ea851384d3d5502f1c7a0ed44"

MAKER_DSR_STRAT = "0x6b69B755C629590eD59618A2712d8a2957CA98FC"

# OETH Contracts
OETH_VAULT = "0x39254033945aa2e4809cc2977e7087bee48bd7ab"
FRAX_ETH_STRATEGY = "0x3ff8654d633d4ea0fae24c52aec73b4a20d0d0e5"
Expand Down Expand Up @@ -114,7 +116,14 @@
"ADDRESS": FLUX_STRAT,
"FROM_BLOCK": 17877302,
"SUPPORTED_ASSETS": OUSD_BACKING_ASSETS,
"ICON_NAME": "comp-icon.svg",
"ICON_NAME": "buffer-icon.svg",
},
"dsr_strat": {
"NAME": "Maker DSR Strategy",
"ADDRESS": MAKER_DSR_STRAT,
"FROM_BLOCK": 17883033,
"SUPPORTED_ASSETS": ("DAI"),
"ICON_NAME": "buffer-icon.svg",
},
}

Expand Down

0 comments on commit 2bed1c4

Please sign in to comment.