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

adopt delegation endpoint #328

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

jeremy-babylonlabs
Copy link
Contributor

@gbarkhatov can start working on the intermediate states after this is merged

@jeremy-babylonlabs jeremy-babylonlabs merged commit adf9a49 into main Nov 11, 2024
1 check passed
@jeremy-babylonlabs jeremy-babylonlabs deleted the 299-v2-adopt-delegation-endpoint branch November 11, 2024 20:05
const query = useInfiniteQuery({
queryKey: [DELEGATIONS_V2_KEY, publicKeyNoCoord],
queryFn: ({ pageParam = "" }) =>
getDelegationsV2(pageParam, publicKeyNoCoord),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug here. publicKeyNoCoord is the first parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants