Skip to content

Commit

Permalink
chore: Remove transfers-history implementation (#490)
Browse files Browse the repository at this point in the history
This is unsued code that will impose unnecessary work in the v2 -> v3 migration.
  • Loading branch information
pxrl authored Jan 15, 2024
1 parent 0c62a88 commit 674de8c
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 872 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * as lpFeeCalculator from "./lpFeeCalculator";
export * as pool from "./pool";
export * as transfersHistory from "./transfers-history";
export * as relayFeeCalculator from "./relayFeeCalculator";
export * as utils from "./utils";
export * as contracts from "./contracts";
Expand Down
48 changes: 0 additions & 48 deletions src/transfers-history/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/transfers-history/adapters/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/transfers-history/adapters/db/index.ts

This file was deleted.

208 changes: 0 additions & 208 deletions src/transfers-history/adapters/db/transfers-repository.ts

This file was deleted.

34 changes: 0 additions & 34 deletions src/transfers-history/adapters/logger.ts

This file was deleted.

Loading

0 comments on commit 674de8c

Please sign in to comment.