Skip to content

Commit

Permalink
chore: move helpers to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Sep 15, 2024
1 parent 65c7773 commit e1c7454
Show file tree
Hide file tree
Showing 92 changed files with 1 addition and 3,272 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"test": "yarn workspaces run test"
},
"workspaces": {
"packages": [
"packages/helpers",
"packages": [
"packages/registry",
"packages/fee-controller",
"packages/authorizer",
Expand Down
9 changes: 0 additions & 9 deletions packages/helpers/.prettierrc.js

This file was deleted.

674 changes: 0 additions & 674 deletions packages/helpers/LICENSE

This file was deleted.

70 changes: 0 additions & 70 deletions packages/helpers/README.md

This file was deleted.

87 changes: 0 additions & 87 deletions packages/helpers/contracts/math/FixedPoint.sol

This file was deleted.

17 changes: 0 additions & 17 deletions packages/helpers/contracts/mocks/FeedMock.sol

This file was deleted.

21 changes: 0 additions & 21 deletions packages/helpers/contracts/mocks/TokenMock.sol

This file was deleted.

61 changes: 0 additions & 61 deletions packages/helpers/contracts/mocks/WrappedNativeTokenMock.sol

This file was deleted.

25 changes: 0 additions & 25 deletions packages/helpers/contracts/test/math/FixedPointMock.sol

This file was deleted.

35 changes: 0 additions & 35 deletions packages/helpers/contracts/test/utils/ArraysMock.sol

This file was deleted.

31 changes: 0 additions & 31 deletions packages/helpers/contracts/test/utils/BytesHelpersMock.sol

This file was deleted.

Loading

0 comments on commit e1c7454

Please sign in to comment.