Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Sep 5, 2023
1 parent b4662d1 commit b76c299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refactor/helpers/wagmi.ts
Expand Up @@ -29,4 +29,4 @@ export const walletClientToSigner = (walletClient: WalletClient) => {
const provider = new providers.Web3Provider(transport, network);
const signer = provider.getSigner(account.address);
return signer;
}
};

0 comments on commit b76c299

Please sign in to comment.