-
Notifications
You must be signed in to change notification settings - Fork 0
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
⛏️ Split debt and redemption fees #5
Conversation
6c888dd
to
ea30c6f
Compare
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.
Lacks a test, that protocol fees are transferred to distributor address
2d01022
to
f18bc83
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
distributorAddress = _addresses[6]; | ||
gasPoolAddress = _addresses[7]; | ||
priceFeed = _addresses[8]; | ||
sortedVessels = _addresses[9]; | ||
stabilityPool = _addresses[10]; | ||
timelockAddress = _addresses[11]; | ||
treasuryAddress = _addresses[12]; | ||
vesselManager = _addresses[13]; | ||
vesselManagerOperations = _addresses[14]; |
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.
distributorAddress = _addresses[6]; | |
gasPoolAddress = _addresses[7]; | |
priceFeed = _addresses[8]; | |
sortedVessels = _addresses[9]; | |
stabilityPool = _addresses[10]; | |
timelockAddress = _addresses[11]; | |
treasuryAddress = _addresses[12]; | |
vesselManager = _addresses[13]; | |
vesselManagerOperations = _addresses[14]; | |
gasPoolAddress = _addresses[7]; | |
priceFeed = _addresses[8]; | |
sortedVessels = _addresses[9]; | |
stabilityPool = _addresses[10]; | |
timelockAddress = _addresses[11]; | |
treasuryAddress = _addresses[12]; | |
vesselManager = _addresses[13]; | |
vesselManagerOperations = _addresses[14]; | |
distributorAddress = _addresses[6]; |
Why isn't distributor address added as last in the list ?
No description provided.