Skip to content

Commit

Permalink
fix: ArgentMobile connection
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Sep 13, 2024
1 parent ecabbbd commit cd91d4d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions utils/connectorWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ export const getConnectors = () => {
new InjectedConnector({ options: { id: "braavos" } }),
new InjectedConnector({ options: { id: "okxwallet" } }),
new InjectedConnector({ options: { id: "bitkeep" } }),
// new ArgentMobileConnector({
// dappName: "Starknet ID",
// url: process.env.NEXT_PUBLIC_APP_LINK as string,
// chainId: constants.NetworkName.SN_MAIN,
// icons: ["https://app.starknet.id/visuals/StarknetIdLogo.svg"],
// }),
ArgentMobileConnector.init({
options: {
dappName: "Starknet ID",
url: process.env.NEXT_PUBLIC_APP_LINK as string,
chainId: constants.NetworkName.SN_MAIN,
icons: ["https://app.starknet.id/visuals/StarknetIdLogo.svg"],
},
}),
new WebWalletConnector({
url: "https://web.argent.xyz/",
}),
Expand Down

0 comments on commit cd91d4d

Please sign in to comment.