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