Skip to content

Commit d1d5ba8

Browse files
committed
chore: add metamask for starknet-react
1 parent 80095f9 commit d1d5ba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/connectorsNext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const availableConnectors = () => {
2424
: [
2525
new InjectedConnector({ options: { id: "argentX" } }),
2626
new InjectedConnector({ options: { id: "braavos" } }),
27+
new InjectedConnector({ options: { id: "metamask" } }),
2728
ArgentMobileConnector.init({
2829
options: {
2930
url: typeof window !== "undefined" ? window.location.href : "",

0 commit comments

Comments
 (0)