Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed May 13, 2024
1 parent 472a5ab commit a09181b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dexs/0x/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { BreakdownAdapter, FetchV2, } from "../../adapters/types";
import { CHAIN } from "../../helpers/chains";
import { adapter_aggs } from './zrx/index'

// https://0x.org/docs/introduction/0x-cheat-sheet
const config = {
Expand Down Expand Up @@ -92,7 +91,6 @@ const adapter: BreakdownAdapter = {
// "0x ERC1155": adaptersERC1155,
// "0x ERC721": adaptersERC721,
"0x Limit": adaptersERCLimit,
"zrx": adapter_aggs["adapter"]
},
version: 2
}
Expand Down

0 comments on commit a09181b

Please sign in to comment.