Skip to content

Commit

Permalink
polygon split
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 13, 2024
1 parent dace8f8 commit 3ce87d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dexs/bitkeep/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ const adapter: SimpleAdapter = {
fetch: graph(CHAIN.ETHEREUM),
start: 1667232000,
},
[CHAIN.POLYGON]: {
fetch: graph(CHAIN.POLYGON),
start: 1667232000,
},
// [CHAIN.POLYGON]: {
// fetch: graph(CHAIN.POLYGON),
// start: 1667232000,
// },
[CHAIN.BSC]: {
fetch: graph(CHAIN.BSC),
start: 1667232000,
Expand Down

0 comments on commit 3ce87d0

Please sign in to comment.