-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(operator): add nominate functionality to operator table #405
Conversation
❌ Deploy Preview for storybook-pr failed.
|
✅ Deploy Preview for blockexplorer-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Can't connect a wallet, but on the frontend side looks great 👍 |
const connectWallet = useCallback( | ||
async (event) => { | ||
event.preventDefault() | ||
const extensions = await web3Enable('Polki') |
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.
This should have the name of the website instead as this is used to identify the website in the Security/Website Connection
It's strange, with the preview version if I connect all wallets or more than 1 wallet, then the wallet can't connect, but if I connect only one wallet it works fine. But, if I run it locally, I don't have this issue and can connect all my wallets... |
@marc-aurele-besner should this PR be closed? |
No description provided.