Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Dec 13, 2024
1 parent 968091d commit 813322e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/adapters/wagmi/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ export class WagmiAdapter extends AdapterBlueprint {
const tx = await wagmiWriteContract(this.wagmiConfig, {
chain: this.wagmiChains?.[chainId],
chainId,
address: data.tokenAddress as Hex,
account: data.fromAddress as Hex,
address: data.tokenAddress,
account: data.fromAddress,
abi: data.abi,
functionName: data.method,
args: data.args
Expand Down

0 comments on commit 813322e

Please sign in to comment.