Skip to content

Commit fd99222

Browse files
sisoudanimoh
authored andcommitted
Improve fee calculation for USDC swaps
1 parent f4c7917 commit fd99222

File tree

3 files changed

+109
-120
lines changed

3 files changed

+109
-120
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
'@typescript-eslint/no-use-before-define': 'off',
6464

6565
// False positives that are checked by TS
66-
// 'no-redeclare': 'off',
66+
'no-redeclare': 'off',
6767
// 'no-param-reassign': 'off',
6868
// 'import/no-unresolved': 'off',
6969
},

0 commit comments

Comments
 (0)