Skip to content

Commit

Permalink
docs: ethers migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 13, 2023
1 parent b42ffa1 commit a9e54da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/ethers-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ const client = createPublicClient({

const contract = getContract({
...wagmiContractConfig,
publicClient: client,
client,
})

const supply = await contract.read.totalSupply()
Expand Down

0 comments on commit a9e54da

Please sign in to comment.