Skip to content

Commit

Permalink
Improve fee calculation for USDC swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou authored and danimoh committed Feb 14, 2023
1 parent f4c7917 commit fd99222
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
'@typescript-eslint/no-use-before-define': 'off',

// False positives that are checked by TS
// 'no-redeclare': 'off',
'no-redeclare': 'off',
// 'no-param-reassign': 'off',
// 'import/no-unresolved': 'off',
},
Expand Down
Loading

0 comments on commit fd99222

Please sign in to comment.