SpeedRunEthereum
SpeedRunEthereum copied to clipboard
Use `useUserAddress` instead of passing address around
I just realised we're passing address
around in props, but we actually take it from a hook. We could just use the hook whenever we need the user's address.