type BuyWithCryptoTransactionDetails = { amount: string; amountUSDCents: number; amountWei: string; completedAt?: string; explorerLink?: string; token: QuoteTokenInfo; transactionHash: string;};