Skip to content

Instantly share code, notes, and snippets.

@Hero-Development
Created September 13, 2023 17:18
Show Gist options
  • Save Hero-Development/90a4b91afd3fd55473de8b5d48970579 to your computer and use it in GitHub Desktop.
Save Hero-Development/90a4b91afd3fd55473de8b5d48970579 to your computer and use it in GitHub Desktop.
Prompt to select ethereum wallet
await this.getProvider().request({
method: "wallet_requestPermissions",
params: [
{
eth_accounts: {}
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment