Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DeFiYieldProtocol adapter to include new Vaults #557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions v2/projects/defiyieldprotocol/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ module.exports = {
'0xF73baaC19eEEB7C4B7Cc211F3eDF88BB9F1d40f9', // cDAI Vault 30 Days Lock
'0x8Fb2c9F8c07FaCf0aF442a1900cD2Cfe1940971B', // cDAI Vault 60 Days Lock
'0x8ad8e5FA0f2781dA3327275049B5469275A1042E', // cDAI Vault 90 Days Lock
'0x28eabA060E5EF0d41eeB20d41aafaE8f685739d9', // cETH New Vault
'0x2F2cff66fEB7320FC9Adf91b7B74bFb5a80C7C35', // cWBTC New Vault
'0xA987aEE0189Af45d5FA95a9FBBCB4374228f375E', // cUSDT New Vault
'0x251B9ee6cEd97565A821C5608014a107ddc9C98F', // cUSDC New Vault
'0x54F30bFfeb925F47225e148f0bAe17a452d6b8c0', // cDAI New Vault
],
checkETHBalance: true,
}
Expand Down