Select the types of activity you want to include in your feed.
1import { notActiveWallet, WalletStuff } from "./useWallet.shared"; 2 3export default function useWallet(): WalletStuff { 4 return notActiveWallet; 5}