Skip to content

Commit

Permalink
fix orderly-network
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Feb 22, 2025
1 parent b37e3d2 commit f9be929
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dexs/orderly-network/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ const fetchVolume = async (chainId: string, startOfDay: number) => {

const adapter: BreakdownAdapter = {
breakdown: {
"orderly-network": {
[CHAIN.NEAR]: {
fetch: async (timestamp: number) => {
return {
timestamp: timestamp,
}
}
}
},
"orderly-network-derivatives": Object.entries(chainIdToChainInfo).reduce(
(acc, [chainId, { chain, startDate }]) => ({
...acc,
Expand Down

0 comments on commit f9be929

Please sign in to comment.