You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
Copy components from eth-components and convert to Typescript. We should start with Bliss's branch, and copy those components over (https://github.com/scaffold-eth/eth-components/tree/4.0.0-alpha.1). Look at the useEthComponent folder in that branch, this was the initial work that Bliss was working on.
The Balance component is already converted over and in the main branch. I renamed it to useEthBalance so there wasn't confusion between the useBalance in eth-hooks.
Copy components from
eth-componentsand convert to Typescript. We should start with Bliss's branch, and copy those components over (https://github.com/scaffold-eth/eth-components/tree/4.0.0-alpha.1). Look at theuseEthComponentfolder in that branch, this was the initial work that Bliss was working on.The Balance component is already converted over and in the main branch. I renamed it to useEthBalance so there wasn't confusion between the useBalance in eth-hooks.