Skip to content

Commit

Permalink
Merge pull request #61 from krzysu/master
Browse files Browse the repository at this point in the history
add new Idle contracts
  • Loading branch information
adrianmcli authored Jun 17, 2020
2 parents 20d252e + a78feea commit 27964b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/idle.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ List of all available contracts
idle.maxYield.dai.address;
idle.maxYield.usdc.address;
idle.maxYield.usdt.address;
idle.maxYield.susd.address;
idle.maxYield.tusd.address;
idle.maxYield.wbtc.address;

idle.riskAdjusted.dai.address;
idle.riskAdjusted.usdc.address;
Expand Down
13 changes: 11 additions & 2 deletions src/idle/contracts.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
const contracts = {
maxYield: {
dai: {
address: "0x78751b12da02728f467a44eac40f5cbc16bd7934",
address: "0x78751B12Da02728F467A44eAc40F5cbc16Bd7934",
},
usdc: {
address: "0x12B98C621E8754Ae70d0fDbBC73D6208bC3e3cA6",
},
usdt: {
address: "0x63D27B3DA94A9E871222CB0A32232674B02D2f2D",
},
susd: {
address: "0xb39ca0261a1b2986a6a9Fe38d344B56374963dE5",
},
tusd: {
address: "0x7DB7A4a50b26602E56536189Aa94678C80F8E5b6",
},
wbtc: {
address: "0xD6f279B7ccBCD70F8be439d25B9Df93AEb60eC55",
},
},
riskAdjusted: {
dai: {
Expand All @@ -18,7 +27,7 @@ const contracts = {
address: "0xcDdB1Bceb7a1979C6caa0229820707429dd3Ec6C",
},
usdt: {
address: "0x42740698959761baf1b06baa51efbd88cb1d862b",
address: "0x42740698959761BAF1B06baa51EfBD88CB1D862B",
},
},
};
Expand Down

1 comment on commit 27964b4

@vercel
Copy link

@vercel vercel bot commented on 27964b4 Jun 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.