From a29e184f559d33cfd90847296a1bd7e578433755 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 7 Dec 2023 21:43:12 -0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be6a0c..77072c6 100644 --- a/README.md +++ b/README.md @@ -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,