diff --git a/adapters/src/coingecko.ts b/adapters/src/coingecko.ts index a37c6c5c..c50fa405 100644 --- a/adapters/src/coingecko.ts +++ b/adapters/src/coingecko.ts @@ -9,7 +9,8 @@ const MAPPING: Record = { BCH: 'bitcoin-cash', LTC: 'litecoin', USDT: 'tether', - USDC: 'usd-coin' + USDC: 'usd-coin', + EUROC: 'euro-coin' } export default async function (symbols: string[]): Promise {