Skip to content
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

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

nezouse
Copy link
Contributor

@nezouse nezouse commented Apr 23, 2024

No description provided.

@nezouse nezouse force-pushed the split-debt-and-redemption-fees branch from 6c888dd to ea30c6f Compare April 23, 2024 11:54
Copy link
Member

@MiksuJak MiksuJak left a 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

@MiksuJak MiksuJak force-pushed the split-debt-and-redemption-fees branch from 2d01022 to f18bc83 Compare April 29, 2024 11:34
Copy link
Member

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @nezouse and the rest of your teammates on Graphite Graphite

Comment on lines +47 to +55
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];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 ?

@MiksuJak MiksuJak merged commit 08a74a1 into main Apr 29, 2024
2 checks passed
@MiksuJak MiksuJak deleted the split-debt-and-redemption-fees branch April 29, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants