Skip to content

Commit

Permalink
chore: set VIP number for BIFI VIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Aug 4, 2023
1 parent 6859875 commit 1da2644
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from "chai";
import { ethers } from "hardhat";

import { forking, testVip } from "../../../src/vip-framework";
import { vip144Testnet } from "../../../vips/vip-144/vip-144-testnet";
import { vip144Testnet } from "../../../vips/vip-152/vip-144-testnet";
import BEACON_ABI from "./abi/beacon.json";
import COMPTROLLER_ABI from "./abi/comptroller.json";
import POOL_REGISTRY_ABI from "./abi/poolRegistry.json";
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ethers } from "hardhat";

import { setMaxStalePeriodInChainlinkOracle } from "../../../src/utils";
import { forking, testVip } from "../../../src/vip-framework";
import { vip144 } from "../../../vips/vip-144/vip-144";
import { vip144 } from "../../../vips/vip-152/vip-144";
import BEACON_ABI from "./abi/beacon.json";
import COMPTROLLER_ABI from "./abi/comptroller.json";
import POOL_REGISTRY_ABI from "./abi/poolRegistry.json";
Expand Down
File renamed without changes.
23 changes: 16 additions & 7 deletions vips/vip-144/vip-144.ts → vips/vip-152/vip-152.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,22 @@ const PROXY_ADMIN = "0x6beb6D2695B67FEb73ad4f172E8E2975497187e4";
export const vip144 = () => {
const meta = {
version: "v2",
title: "VIP-144 remove BIFI market from DeFi Pool",
description: `upgrade the implementation of the DeFi Comptroller contract, with a new version adding the feature to remove a market from the Comptroller
execute the new function on the Comptroller contract associated with the DeFi pool, to remove the vBIFI market.`,
forDescription: "I agree that Venus Protocol should proceed with remove BIFI market from DeFi Pool",
againstDescription: "I do not think that Venus Protocol should proceed with remove BIFI market from DeFi Pool",
abstainDescription:
"I am indifferent to whether Venus Protocol proceeds with remove BIFI market from DeFi Pool or not",
title: "VIP-152 Unlink BIFI market from DeFi pool",
description: `#### Summary
If passed, this VIP will remove every record of the BIFI market from the DeFi pool
#### Description
In the [VIP-139](https://app.venus.io/governance/proposal/139) the BIFI market was paused and at the same time it was removed from the [Venus UI](https://app.venus.io). The only liquidity provided was the bootstrap liquidity, and the BIFI project has already withdrawn it. There isn’t any loan in that market. So, now it’s safe to remove this market from the list of markets in the DeFi Comptroller.
VIP execution on testnet: [https://testnet.venus.io/governance/proposal/266](https://testnet.venus.io/governance/proposal/266)
Simulation of the VIP: [https://github.com/VenusProtocol/vips/pull/45](https://github.com/VenusProtocol/vips/pull/45)
`,
forDescription: "Process to remove BIFI from the DeFi pool",
againstDescription: "Defer removing BIFI from the DeFi pool",
abstainDescription: "No opinion on the matter",
};

return makeProposal(
Expand Down

0 comments on commit 1da2644

Please sign in to comment.