-
Notifications
You must be signed in to change notification settings - Fork 48
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
Mmi 5818 aave v 2 missing positions #379
Conversation
@@ -21,7 +21,7 @@ function App() { | |||
.sort() | |||
.map((value) => ({ | |||
value, | |||
label: ChainIdToChainNameMap[+value as unknown as Chain], | |||
label: value, |
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 was breaking the filter for protocols.
staleTime: Number.POSITIVE_INFINITY, // Data is considered stale immediately | ||
}, | ||
}, | ||
}) |
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.
refetches only when pressing submit
: null, | ||
data.chainIds?.length | ||
? data.chainIds.map((v) => v.value).join(',') | ||
: null, |
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.
It was not invalidting queries correctly on submit.
Quality Gate failedFailed conditions |
No description provided.