Skip to content

Commit

Permalink
fix: add risk profile to cbbtc vault (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-of-bodom authored Dec 19, 2024
1 parent 0746fd4 commit 8e8b768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/adaptors/impermax-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ const lendingVaultProfiles = {
address: '0x683cc7cbb8b8c5b3c5fae85a4ae70e887217883b'.toLowerCase(),
risk: 'Aggressive',
}, // ETH (high)
{
address: '0xc68c47085D2B53A0A782c168D1b54a913A668cB5'.toLowerCase(),
risk: 'Conservative',
}, // cbBTC (low)
],
};

Expand Down

0 comments on commit 8e8b768

Please sign in to comment.