-
Notifications
You must be signed in to change notification settings - Fork 3
[VPD-262] Unlist and Pause vPT-USDe-30OCT2025 Market #633
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
Conversation
| { | ||
| target: bscmainnet.UNITROLLER, | ||
| signature: "unlistMarket(address)", | ||
| params: [vPT_USDe_30OCT2025], | ||
| }, |
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.
We need to remove it from the Stablecoins eMode group using removePoolMarket(uint96, address) before calling delist — same applies to testnet.
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.
Fixed
simulations/vip-568/bscmainnet.ts
Outdated
| expect(supplyCap).to.be.equal(0); | ||
| }); | ||
|
|
||
| it("Check vPT_USDe_30OCT2025 market is listed", async () => { |
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.
| it("Check vPT_USDe_30OCT2025 market is listed", async () => { | |
| it("Check vPT_USDe_30OCT2025 market is not listed", async () => { |
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.
Fixed
simulations/vip-568/bsctestnet.ts
Outdated
| expect(supplyCap).to.be.equal(0); | ||
| }); | ||
|
|
||
| it("Check vPT_USDe_30OCT2025 market is listed", async () => { |
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.
| it("Check vPT_USDe_30OCT2025 market is listed", async () => { | |
| it("Check vPT_USDe_30OCT2025 market is not listed", async () => { |
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.
Fixed
Description
Resolves VEN