Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Aug 28, 2024
1 parent 07d60a7 commit 105ea53
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion modules/actions/cow-amm/sync-join-exits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const syncJoinExits = async (subgraphClient: CowAmmSubgraphClient, chain:
},
orderBy: {
blockTimestamp: 'desc',
blockNumber: 'desc',
},
});

Expand Down
1 change: 0 additions & 1 deletion modules/actions/cow-amm/sync-swaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export async function syncSwaps(subgraphClient: CowAmmSubgraphClient, chain = 'S
},
orderBy: {
blockTimestamp: 'desc',
blockNumber: 'desc',
},
});

Expand Down
1 change: 0 additions & 1 deletion modules/actions/pool/sync-join-exits-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const syncJoinExitsV2 = async (v2SubgraphClient: BalancerSubgraphService,
},
orderBy: {
blockTimestamp: 'desc',
blockNumber: 'desc',
},
});

Expand Down
1 change: 0 additions & 1 deletion modules/actions/pool/sync-join-exits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const syncJoinExits = async (
},
orderBy: {
blockTimestamp: 'desc',
blockNumber: 'desc',
},
});

Expand Down
1 change: 0 additions & 1 deletion modules/actions/pool/sync-swaps-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export async function syncSwapsV2(subgraphClient: V2SubgraphClient, chain = 'SEP
},
orderBy: {
blockTimestamp: 'desc',
blockNumber: 'desc',
},
});

Expand Down
1 change: 0 additions & 1 deletion modules/actions/pool/sync-swaps-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export async function syncSwapsV3(
},
orderBy: {
blockTimestamp: 'desc',
blockNumber: 'desc',
},
});

Expand Down

0 comments on commit 105ea53

Please sign in to comment.