export type GetTokenBalancesPayload = {
  walletAddress?: string;
  solanaWalletAddress?: string;
};
