Skip to content

Commit

Permalink
chore(coingecko): Added EUROC to coingecko mapping (#375)
Browse files Browse the repository at this point in the history
Added EUROC to coingecko mapping
  • Loading branch information
joeldavidw authored Mar 7, 2023
1 parent dc49a63 commit 954daef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adapters/src/coingecko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const MAPPING: Record<string, string> = {
BCH: 'bitcoin-cash',
LTC: 'litecoin',
USDT: 'tether',
USDC: 'usd-coin'
USDC: 'usd-coin',
EUROC: 'euro-coin'
}

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

0 comments on commit 954daef

Please sign in to comment.