diff --git a/aggregators/kyberswap/index.ts b/aggregators/kyberswap/index.ts index 28c1ce6a89..8ecfe8c461 100644 --- a/aggregators/kyberswap/index.ts +++ b/aggregators/kyberswap/index.ts @@ -19,6 +19,7 @@ const chainToId: Record = { [CHAIN.BLAST]: 81457, [CHAIN.POLYGON_ZKEVM]: 1101, [CHAIN.BITTORRENT]: 199, + [CHAIN.SONIC]: 146, }; const fetch = async (_a: any, _b: any, options: FetchOptions) => { @@ -99,6 +100,10 @@ const adapter = { fetch: fetch, start: '2021-09-22', }, + [CHAIN.SONIC]: { + fetch: fetch, + start: '2021-09-22', + }, }, };