Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created October 12, 2023 23:05
Show Gist options
  • Save codigoconjuan/19cf022c1e657e85150c8ef7ff0aefe3 to your computer and use it in GitHub Desktop.
Save codigoconjuan/19cf022c1e657e85150c8ef7ff0aefe3 to your computer and use it in GitHub Desktop.
Monedas para cotizar Criptos
import { Currency } from "../types";
export const currencies : Currency[] = [
{ code: 'USD', name: 'Dolar de Estados Unidos'},
{ code: 'MXN', name: 'Peso Mexicano'},
{ code: 'EUR', name: 'Euro'},
{ code: 'GBP', name: 'Libra Esterlina'},
]
@Nico235711
Copy link

gracias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment