-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use account address when giving CIP8 profile access #354
Conversation
const walletToAccountAddress: WalletToAccountAddressType = yield select( | ||
walletToAccountAddressSelector | ||
) | ||
const accountAddress = walletToAccountAddress[walletAddress] ?? walletAddress |
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.
Should we add an endpoint to blockchain-api
to do this walletAddress -> accountAddress
lookup in case we don't have the mapping in walletToAccountAddress
?
i.e. exposing what is done in the transaction feed to get it.
### Description If the account address of the recipient is known, use that address to grant CIP8 profile access ### Tested not tested
Hi @jeanregisser @isabellewei can you please let us know that we need to test anything here if yes can you please provide some information about this task so, it would be really helpful to us to verify. |
Description
If the account address of the recipient is known, use that address to grant CIP8 profile access
Tested
not tested