-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/cardano connect #5
base: main
Are you sure you want to change the base?
Conversation
replace ada folder to cardano since its the correct fullname of the network
connect method have some issues, try fixing and debug some through catch block
change used by unused addresses method for better privacy and avoid empty accounts bug
return usedAddresses | ||
try { | ||
const api = await web3Window.cardano[injectedWallet].enable() | ||
const unusedAddresses: CardanoUnusedAddresses[] = await api.getUnusedAddresses() |
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.
changed to getUnusedAddresses method for enhanced privacy and avoid empty arrays from used Address throwing errors.
@@ -1,4 +1,4 @@ | |||
export * from './ada/index' | |||
export * from './cardano/index' |
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.
corrected network name, ada is the coin
fix conflicts
Task title
✨ Features:
🔨 Improvements: