Skip to content

Conversation

GitGuru7
Copy link
Contributor

@GitGuru7 GitGuru7 commented Aug 25, 2025

Description

@GitGuru7 GitGuru7 changed the title VIP to configure Emode in the BNB core pool [VEN-3360][VEN-3361]: VIP to configure Emode in the BNB core pool Aug 25, 2025
@GitGuru7 GitGuru7 marked this pull request as ready for review September 11, 2025 09:43
Copy link
Contributor

@kkirka kkirka left a 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
Copy link
Contributor

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?

@web3rover
Copy link
Contributor

Bsctestnet VIP LGTM

Copy link
Member

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]);
Copy link
Member

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 () => {
Copy link
Member

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?

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.

4 participants