From 9a65165603a3213a5972ef45ea709707a5a5c308 Mon Sep 17 00:00:00 2001 From: Tmier Date: Wed, 13 Mar 2024 20:48:30 +0800 Subject: [PATCH] docs: add star history and contributors in Readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 474860c40..6f41f2e63 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,13 @@ The decision to publish a connector under the @web3-react namespace is fully up ## Upgrading from v6 While the internals of web3-react have changed fairly dramatically between v6 and v8, the hope is that usage don't have to change too much when upgrading. Once you've migrated to the new connectors and state management patterns, you should be able to use the hooks defined in @web3-react/core, in particular `useWeb3React` (or `usePriorityWeb3React`), as more or less drop-in replacements for the v6 hooks. The big benefit in v8 is that hooks are now per-connector, as opposed to global, so no more juggling between connectors/multiple roots! + +## Contributors + + + + + +## Star History Chart + +[![Star History Chart](https://api.star-history.com/svg?repos=Uniswap/web3-react&type=Date)](https://star-history.com/#Uniswap/web3-react&Date)