Skip to content

Commit

Permalink
chore(coingecko): Updated EUROC to EURC (#384)
Browse files Browse the repository at this point in the history
Updated EUROC to EURC
  • Loading branch information
joeldavidw authored Sep 25, 2023
1 parent 3881234 commit 1e13e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/src/coingecko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MAPPING: Record<string, string> = {
LTC: 'litecoin',
USDT: 'tether',
USDC: 'usd-coin',
EUROC: 'euro-coin'
EURC: 'euro-coin'
}

export default async function (symbols: string[]): Promise<AssetPrice[]> {
Expand Down

0 comments on commit 1e13e1a

Please sign in to comment.