Skip to content

Commit

Permalink
chore: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Dec 22, 2023
1 parent 42dfe5a commit 71a0119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/balancer-tools/src/wagmi/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const { chains, publicClient, webSocketPublicClient } = configureChains(
}),
publicProvider(),
],
{ retryCount: 5 }
{ retryCount: 5 },
);

const { connectors } = getDefaultWallets({
Expand Down

0 comments on commit 71a0119

Please sign in to comment.