scaffold-eth / scaffold-eth-2

Open source forkable Ethereum dev stack
https://scaffoldeth.io
MIT License
1.19k stars 745 forks source link

Adds export from `useWatchBalance` to hooks index file #840

Closed rin-st closed 2 months ago

rin-st commented 2 months ago

Description

Adds export from useWatchBalance to hooks index file. (I forgot to add when created it 🤷‍♂️ ) Plus sorted index file alphabetically

Additional Information

technophile-04 commented 2 months ago

Ohh nice catch ! Thanks @rin-st , also could you also add useTargetNetwork too to index.ts I think its a nice helpful hook and was also mentioned in https://github.com/scaffold-eth/scaffold-eth-2/discussions/789#discussion-6421005

Plus sorted index file alphabetically

Nicee! , I don't think our prettier is configured to do that so lol I think it again is going to get messed up in the future but yeah makes sense for now!

rin-st commented 2 months ago

Ohh nice catch ! Thanks @rin-st , also could you also add useTargetNetwork too to index.ts I think its a nice helpful hook and was also mentioned in https://github.com/scaffold-eth/scaffold-eth-2/discussions/789#discussion-6421005

Thanks! Added

Nicee! , I don't think our prettier is configured to do that so lol I think it again is going to get messed up in the future but yeah makes sense for now!

Temporary order is better than nothing 😄 . We can add it later if needed, but not in this pr