Skip to content

Commit

Permalink
chore: add metamask for starknet-react
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Dec 4, 2024
1 parent 80095f9 commit d1d5ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/connectorsNext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const availableConnectors = () => {
: [
new InjectedConnector({ options: { id: "argentX" } }),
new InjectedConnector({ options: { id: "braavos" } }),
new InjectedConnector({ options: { id: "metamask" } }),
ArgentMobileConnector.init({
options: {
url: typeof window !== "undefined" ? window.location.href : "",
Expand Down

0 comments on commit d1d5ba8

Please sign in to comment.