diff --git a/simulations/vip-169/vip-169-testnet/simulation.ts b/simulations/vip-169/vip-169-testnet/simulation.ts index d78abeadb..665425530 100644 --- a/simulations/vip-169/vip-169-testnet/simulation.ts +++ b/simulations/vip-169/vip-169-testnet/simulation.ts @@ -32,7 +32,7 @@ forking(33312614, () => { }); }); - testVip("VIP-163 Stop HAY and SD Rewards", vip169Testnet(), { + testVip("VIP-169 Stop HAY and SD Rewards", vip169Testnet(), { callbackAfterExecution: async txResponse => { await expectEvents( txResponse, diff --git a/simulations/vip-169/vip-169/simulation.ts b/simulations/vip-169/vip-169/simulation.ts index e9b6db9ca..a20e5b38f 100644 --- a/simulations/vip-169/vip-169/simulation.ts +++ b/simulations/vip-169/vip-169/simulation.ts @@ -32,7 +32,7 @@ forking(31715160, () => { }); }); - testVip("VIP-163 Stop HAY and SD Rewards", vip169(), { + testVip("VIP-169 Stop HAY and SD Rewards", vip169(), { callbackAfterExecution: async txResponse => { await expectEvents( txResponse, diff --git a/vips/vip-169/vip-169-testnet.ts b/vips/vip-169/vip-169-testnet.ts index eaff58e7d..ce049f3d1 100644 --- a/vips/vip-169/vip-169-testnet.ts +++ b/vips/vip-169/vip-169-testnet.ts @@ -9,11 +9,23 @@ const MARKET_HAY = "0x170d3b2da05cc2124334240fB34ad1359e34C562"; export const vip169Testnet = () => { const meta = { version: "v2", - title: "VIP-163 Stop HAY and SD Rewards", - description: `Stop HAY and SD rewards`, - forDescription: "I agree that Venus Protocol should proceed with this proposal", - againstDescription: "I do not think that Venus Protocol should proceed with this proposal", - abstainDescription: "I am indifferent to whether Venus Protocol proceeds or not", + title: "VIP-169: Isolated Lending Pools: Configure Liquidity Mining", + description: `**Summary** + +If passed, this VIP will set the last block with rewards for the BNBx market in the Liquid Staked BNB pool, and the HAY market in the Stablecoins pool + +**Description** + +This VIP sets the last block with rewards for the BNBx market in the DeFi pool, and the HAY market in the Stablecoins pool. Rewards were enabled at block 32871078 in the [VIP-280](https://testnet-cf.venus.io/#/governance/proposal/280). + +In [vBNBx_LiquidStakedBNB](https://testnet-cf.venus.io/#/isolated-pools/pool/0x596B11acAACF03217287939f88d63b51d3771704/market/0x644A149853E5507AdF3e682218b8AC86cdD62951), the last block with rewards will be 33735078. That means around 30 days (864,000 blocks) after being enabled. + +In [vHAY_Stablecoins](https://testnet-cf.venus.io/#/isolated-pools/pool/0x10b57706AD2345e590c2eA4DC02faef0d9f5b08B/market/0x170d3b2da05cc2124334240fb34ad1359e34c562), the last block with rewards will be 33677478. That means around 28 days (806,400 blocks) after being enabled. + +Simulation of the VIP: [https://github.com/VenusProtocol/vips/pull/70](https://github.com/VenusProtocol/vips/pull/70)`, + forDescription: "Process to configure Liquidity Mining", + againstDescription: "Defer configuration of Liquidity Mining", + abstainDescription: "No opinion on the matter", }; return makeProposal( diff --git a/vips/vip-169/vip-169.ts b/vips/vip-169/vip-169.ts index e095e50e3..c5bdf5640 100644 --- a/vips/vip-169/vip-169.ts +++ b/vips/vip-169/vip-169.ts @@ -9,11 +9,23 @@ const MARKET_HAY = "0xCa2D81AA7C09A1a025De797600A7081146dceEd9"; export const vip169 = () => { const meta = { version: "v2", - title: "VIP-163 Stop HAY and SD Rewards", - description: `Stop HAY and SD rewards`, - forDescription: "I agree that Venus Protocol should proceed with this proposal", - againstDescription: "I do not think that Venus Protocol should proceed with this proposal", - abstainDescription: "I am indifferent to whether Venus Protocol proceeds or not", + title: "VIP-169: Isolated Lending Pools: Configure Liquidity Mining", + description: `**Summary** + +If passed, this VIP will set the last block with rewards for the BNBx market in the Liquid Staked BNB pool, and the HAY market in the Stablecoins pool + +**Description** + +This VIP sets the last block with rewards for the BNBx market in the DeFi pool, and the HAY market in the Stablecoins pool. Rewards were enabled at block 31394389 in the [VIP-163](https://app.venus.io/#/governance/proposal/163). + +In [vBNBx_LiquidStakedBNB](https://app.venus.io/#/isolated-pools/pool/0xd933909A4a2b7A4638903028f44D1d38ce27c352/market/0x5E21bF67a6af41c74C1773E4b473ca5ce8fd3791), the last block with rewards will be 32258389. That means around 30 days (864,000 blocks) after being enabled. + +In [vHAY_Stablecoins](https://app.venus.io/#/isolated-pools/pool/0x94c1495cD4c557f1560Cbd68EAB0d197e6291571/market/0xCa2D81AA7C09A1a025De797600A7081146dceEd9), the last block with rewards will be 32200789. That means around 28 days (806,400 blocks) after being enabled. + +Simulation of the VIP: [https://github.com/VenusProtocol/vips/pull/70](https://github.com/VenusProtocol/vips/pull/70)`, + forDescription: "Process to configure Liquidity Mining", + againstDescription: "Defer configuration of Liquidity Mining", + abstainDescription: "No opinion on the matter", }; return makeProposal(