Skip to content

Commit

Permalink
Merge pull request #2330 from Fscare/master
Browse files Browse the repository at this point in the history
Update Symphony Exchange
  • Loading branch information
dtmkeng authored Jan 18, 2025
2 parents f45bae0 + a3fbcdc commit 724245f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aggregators/symphony/symphonyApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function getSymphAdapter(type: "volume") {
adapter: {
[CHAIN.SEI]: {
fetch: fetch(CHAIN.SEI),
start: 1703376000, // Dec 24, 2024 00:00:00 UTC
start: 1724544000, // Aug 26, 2024 00:00:00 UTC
meta: {
methodology: 'Tracks the total value of all trades executed through Symphony Aggregator on SEI chain. Volume is calculated by summing the USD value of all trades.'
}
Expand All @@ -64,4 +64,4 @@ export function getSymphAdapter(type: "volume") {
};

return adapter;
}
}

0 comments on commit 724245f

Please sign in to comment.