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

Saved Keypairs: show balance or fund account button #1147

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

quietbits
Copy link
Contributor

@quietbits quietbits commented Nov 8, 2024

image

@@ -20,7 +20,7 @@ export const useFriendBot = ({
: "https://friendbot.stellar.org";

const query = useQuery({
queryKey: ["friendBot", key],
queryKey: ["friendBot", publicKey, key],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We need this to be unique to fetch account info on the Saved Keypairs page.

Copy link
Contributor

Choose a reason for hiding this comment

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

thank you

@stellar-jenkins
Copy link

@quietbits quietbits linked an issue Nov 8, 2024 that may be closed by this pull request
2 tasks
@stellar-jenkins
Copy link

@quietbits quietbits merged commit d7f5b80 into master Nov 12, 2024
3 checks passed
@quietbits quietbits deleted the saved-keypairs-fund branch November 12, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Saved Keypairs: add fund with Friendbot
3 participants