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.
2 parents 607d52c + 43c3d33 commit 9adaab4Copy full SHA for 9adaab4
src/connectors/index.ts
@@ -60,6 +60,7 @@ export const availableConnectors = () => {
60
new InjectedConnector({ options: { id: "argentX" } }),
61
new InjectedConnector({ options: { id: "braavos" } }),
62
new InjectedConnector({ options: { id: "metamask" } }),
63
+ new InjectedConnector({ options: { id: "xverse" } }),
64
new ControllerConnector(),
65
ArgentMobileConnector.init({
66
options: {
0 commit comments