import { ratioOceanToAsi, ratioAgixToAsi, ratioFetToAsi } from '@/constants' import styles from './Content.module.css' type Props = { prices: { [key: string]: number } } export function Content({ prices }: Props) { return (
Calculations are based on the{' '} fixed ASI exchange rate , the fluctuating fiat values fetched from Coingecko, and token swap quotes from Uniswap v3 routes.