-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
program: vamm gives maker rebate #653
Conversation
stateAccount.spotFeeStructure.feeTiers[0].makerRebateNumerator; | ||
makerRebateDenominator = | ||
stateAccount.spotFeeStructure.feeTiers[0].makerRebateDenominator; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo i guess if the tiers have different maker rebates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cant really do cuz we don't have user stats available
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #653 +/- ##
==========================================
+ Coverage 74.49% 74.65% +0.16%
==========================================
Files 125 125
Lines 29082 29254 +172
==========================================
+ Hits 21664 21839 +175
+ Misses 7418 7415 -3
|
No description provided.