1
2
3
4
import { currency } from "https://esm.town/v/stevekrouse/currency?v=23";
// Get the current price of Ethereum in US dollars
export let usdETH = currency("usd", "eth");