Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Dec 14, 2023
1 parent 8da8fd1 commit 0c4becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/SolanaWalletContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const getWrappedWallets = (): Wallet[] => {
new TorusWalletAdapter(),
new ExodusWalletAdapter(),
new BraveWalletAdapter(),
new BloctoWalletAdapter()
new BloctoWalletAdapter(),
];

const network =
Expand Down

0 comments on commit 0c4becf

Please sign in to comment.