-
Notifications
You must be signed in to change notification settings - Fork 3
[VEN-3360][VEN-3361]: VIP to configure Emode in the BNB core pool #601
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
base: main
Are you sure you want to change the base?
Conversation
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.
bsctestnet addresses and commands LGTM
collateralFactor: 750000000000000000n, | ||
}, | ||
{ | ||
// Binance |
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.
What does "Binance" comment mean here?
Bsctestnet VIP LGTM |
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.
Cut params for testnet lgtm
market.collateralFactor, | ||
]); | ||
export const MARKETS_LI = CORE_MARKETS.map(market => [market.address, CURRENT_LIQUIDATION_INCENTIVE]); | ||
export const MARKETS_BA = CORE_MARKETS.map(market => [0, market.address, true]); |
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.
I think isBorrowAllowed
should be set to false in the following markets: asBNB, sUSDe, xSolvBTC and PT-sUSDE-JUN2025, because these markets are not borrowable in the Core pool, from business/risk point of view
expect(await unitroller.facetFunctionSelectors(OLD_SETTER_FACET)).to.deep.equal([]); | ||
}); | ||
|
||
it("unitroller should contain the new facet addresses", 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.
Also for the reward and the policy facets?
Description