Skip to content

Commit

Permalink
fix breakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Aug 24, 2024
1 parent f4a97cd commit f7ee974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/bmx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const adapter: BreakdownAdapter = {
},
};
}, {}),
"derivatives-classic": Object.keys(endpoints).reduce((acc, chain) => {
"derivatives": Object.keys(endpoints).reduce((acc, chain) => {
return {
...acc,
[chain]: {
Expand Down

0 comments on commit f7ee974

Please sign in to comment.