This repository was archived by the owner on Apr 23, 2025. It is now read-only.
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
useUserAddress instead of passing address around #49
I just realised we're passing
addressaround in props, but we actually take it from a hook. We could just use the hook whenever we need the user's address.