Skip to content

Commit

Permalink
add sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jan 19, 2025
1 parent 724245f commit fad8bc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aggregators/kyberswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const chainToId: Record<string, number> = {
[CHAIN.BLAST]: 81457,
[CHAIN.POLYGON_ZKEVM]: 1101,
[CHAIN.BITTORRENT]: 199,
[CHAIN.SONIC]: 146,
};

const fetch = async (_a: any, _b: any, options: FetchOptions) => {
Expand Down Expand Up @@ -99,6 +100,10 @@ const adapter = {
fetch: fetch,
start: '2021-09-22',
},
[CHAIN.SONIC]: {
fetch: fetch,
start: '2021-09-22',
},
},
};

Expand Down

0 comments on commit fad8bc0

Please sign in to comment.