Skip to content

Commit

Permalink
feat: Add keplr wallet lfglabs-dev#901
Browse files Browse the repository at this point in the history
  • Loading branch information
anonfedora committed Oct 25, 2024
1 parent 50188ab commit 0718081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const availableConnectors = [
chainId: constants.NetworkName.SN_MAIN,
icons: ["https://starknet.quest/visuals/starknetquestLogo.svg"],
}),
new InjectedConnector({ options: { id: "keplr", name: "Keplr" } }),
];

export function Providers({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit 0718081

Please sign in to comment.