-
Notifications
You must be signed in to change notification settings - Fork 115
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
Testnet accounts #293
Testnet accounts #293
Conversation
288d767
to
ecbe541
Compare
Successful TWA deployment 🚀🚀🚀Well done! |
Successful WEB deployment 🚀🚀🚀Well done! |
# Conflicts: # packages/uikit/src/hooks/blockchain/useSender.ts
# Conflicts: # packages/uikit/src/pages/activity/Activity.tsx # packages/uikit/src/state/activity.ts
packages/uikit/src/hooks/blockchain/multisig/useDeployMultisig.ts
Outdated
Show resolved
Hide resolved
@@ -383,6 +387,82 @@ export const useCreateAccountReadOnly = () => { | |||
return account; | |||
}); | |||
}; | |||
|
|||
export const useCreateAccountTestnet = () => { |
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.
Можем вынести общий код этого хука с useCreateAccountMnemonic в дополнительный?
Playwright test resultsDetails 16 tests across 9 suites |
No description provided.