-
Notifications
You must be signed in to change notification settings - Fork 7
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
added config for new weETH ilm #652
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -74,6 +75,7 @@ export const ethLong_3x: Address = "0x5Ed6167232b937B0A5C84b49031139F405C09c8A"; | |||
export const ethLong_4_5x: Address = "0x8199bE1c92cf87Ac52705dab9F2B65d7fABbceD6"; | |||
export const cbBTCLong_1_5x: Address = "0x5CE6A61E60AD45dBD80565349A8B902DC461A1FE"; | |||
export const cbBTCLong_3x: Address = "0xdeCF8c9D927275e8b25721d3EF16d14AC8eb8766"; | |||
export const weETHBooster_3x: Address = "0xTODO"; // todo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be updated before merge, but everything else can be reviewed
@@ -27,3 +28,19 @@ export function useFetchAllStrategies() { | |||
...disableCacheQueryConfig, | |||
}); | |||
} | |||
|
|||
export function useFetchAllConfiguredStrategies() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added this for the future, to prevent strategies from showing up before we configure it on a FE
No description provided.