Replies: 1 comment 3 replies
-
I am ok on using Keep3rs from the Defender platform. In terms of the rebalance, I think we should probably stick to having the logic in the vault contract. This with the purpose of avoiding more external contracts (which increase attack vector surface). I propose we call the function
The function The following specs will apply too:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@daigarocota
We haven't talked yet about how to do the rebalances of the vaults. In v1, we had a dedicated function in the vault. Do we have better ideas on how to do it in v2?
It's worth considering how are we going to trigger those functions. Are we going to use OZ Defender or something else (Keep3r, Gelato, ..)?
I found this to integrate Keep3r with Defender and like this, we won't need to run some scripts on our servers:
https://docs.openzeppelin.com/defender/guide-keep3r
Beta Was this translation helpful? Give feedback.
All reactions