Skip to content

Commit

Permalink
feat: add final descriptions for the VIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
chechu committed Sep 14, 2023
1 parent ce2f0ea commit c77c262
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 12 deletions.
2 changes: 1 addition & 1 deletion simulations/vip-169/vip-169-testnet/simulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion simulations/vip-169/vip-169/simulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
22 changes: 17 additions & 5 deletions vips/vip-169/vip-169-testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
22 changes: 17 additions & 5 deletions vips/vip-169/vip-169.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c77c262

Please sign in to comment.