Skip to content

Commit

Permalink
chore: randomize wallets (Scaffold-Stark#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
avimak authored Jun 4, 2024
1 parent bb59cf4 commit d8d956b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const ScaffoldStarkAppWithProviders = ({
const { connectors } = useInjectedConnectors({
// Show these connectors if the user has no connector installed.
recommended: [argent(), braavos(), new BurnerConnector()],
order: "random",
});

return (
Expand Down

0 comments on commit d8d956b

Please sign in to comment.