From 214e9a3232e79c2497b0cd42b3edf7b84acdf63f Mon Sep 17 00:00:00 2001 From: Krzysztof Kaczor Date: Sun, 22 Oct 2023 15:39:29 +0200 Subject: [PATCH] fixup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e405addc..2f58d403 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ ## Soft deprecation notice I now consider TypeChain to be legacy software and no longer use it personally. The ecosystem around -[abitype](https://github.com/wagmi-dev/abitype), [Wagmi](https://github.com/wagmi-dev/wagmi), -[Viem](https://github.com/wagmi-dev/viem) got really good and it provides a superior Developer Experience (DX) by -parsing ABIs directly within the TypeScript type system. +[Abitype](https://github.com/wagmi-dev/abitype), [Wagmi](https://github.com/wagmi-dev/wagmi), +[Viem](https://github.com/wagmi-dev/viem) got really good and it provides a superior Developer Experience by parsing +ABIs directly within the TypeScript type system. [Hardhat can also be used with Viem](https://hardhat.org/hardhat-runner/docs/advanced/using-viem). I recommend giving it a try!