Skip to content

Commit

Permalink
fix breakdown key
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Aug 6, 2024
1 parent 8df4f9a commit 06eb17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dexs/gmx-v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const methodology = {
const adapter: BreakdownAdapter = {
version: 2,
breakdown: {
"swap": Object.keys(endpoints).reduce((acc, chain) => {
"gmx-v2-swap": Object.keys(endpoints).reduce((acc, chain) => {
return {
...acc,
[chain]: {
Expand All @@ -82,7 +82,7 @@ const adapter: BreakdownAdapter = {
}
}
}, {}),
"derivatives": Object.keys(endpoints).reduce((acc, chain) => {
"gmx-v2-trade": Object.keys(endpoints).reduce((acc, chain) => {
return {
...acc,
[chain]: {
Expand Down

0 comments on commit 06eb17e

Please sign in to comment.