We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80095f9 commit d1d5ba8Copy full SHA for d1d5ba8
src/helpers/connectorsNext.ts
@@ -24,6 +24,7 @@ export const availableConnectors = () => {
24
: [
25
new InjectedConnector({ options: { id: "argentX" } }),
26
new InjectedConnector({ options: { id: "braavos" } }),
27
+ new InjectedConnector({ options: { id: "metamask" } }),
28
ArgentMobileConnector.init({
29
options: {
30
url: typeof window !== "undefined" ? window.location.href : "",
0 commit comments