Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jan 20, 2024
2 parents d163f3b + aa2c7b3 commit 70369fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Building blocks for Ethereum app development. Built using [Viem](https://viem.sh
```ts
import { createPublicClient, http } from 'viem'
import { mainnet } from 'viem/chains'
import { publicActionsReverseMirage, amountToNumber } from 'reverse-mirage'
import { publicActionReverseMirage, amountToNumber } from 'reverse-mirage'

export const publicClient = createPublicClient({
chain: mainnet,
Expand Down

1 comment on commit 70369fc

@vercel
Copy link

@vercel vercel bot commented on 70369fc Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.