-
Notifications
You must be signed in to change notification settings - Fork 98
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
Execute VOLT <> FEI OTC #985
Conversation
8cf098e
to
e0b4fb2
Compare
👍 Don't forget to deprecate volt deposit, volt oracle, and remove the deposit from CR oracle |
ebec61d
to
e7c5400
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.
LGTM!
proposals/dao/tip_119.ts
Outdated
await forceEth(voltSafe); | ||
await contracts.fei | ||
.connect(voltSafeSigner) | ||
.transfer(addresses.voltOTCEscrow, ethers.constants.WeiPerEther.mul(10_170_000)); |
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.
not a big deal but you could have used FEI_LOAN_PAID_BACK
here instead of ethers.constants.WeiPerEther.mul(10_170_000)
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.
LGTM!
Execute VOLT <> FEI OTC
Transfers the VOLT to the TC timelock, approves the VOLT OTC escrow contract, executes the swap and then burns the returned 10.17M FEI.