diff --git a/simulations/vip-144/vip-144-testnet/abi/beacon.json b/simulations/vip-152/vip-152-testnet/abi/beacon.json similarity index 100% rename from simulations/vip-144/vip-144-testnet/abi/beacon.json rename to simulations/vip-152/vip-152-testnet/abi/beacon.json diff --git a/simulations/vip-144/vip-144-testnet/abi/comptroller.json b/simulations/vip-152/vip-152-testnet/abi/comptroller.json similarity index 100% rename from simulations/vip-144/vip-144-testnet/abi/comptroller.json rename to simulations/vip-152/vip-152-testnet/abi/comptroller.json diff --git a/simulations/vip-144/vip-144-testnet/abi/poolRegistry.json b/simulations/vip-152/vip-152-testnet/abi/poolRegistry.json similarity index 100% rename from simulations/vip-144/vip-144-testnet/abi/poolRegistry.json rename to simulations/vip-152/vip-152-testnet/abi/poolRegistry.json diff --git a/simulations/vip-144/vip-144-testnet/simulations.ts b/simulations/vip-152/vip-152-testnet/simulations.ts similarity index 98% rename from simulations/vip-144/vip-144-testnet/simulations.ts rename to simulations/vip-152/vip-152-testnet/simulations.ts index 09c480f56..1f4841a38 100644 --- a/simulations/vip-144/vip-144-testnet/simulations.ts +++ b/simulations/vip-152/vip-152-testnet/simulations.ts @@ -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"; diff --git a/simulations/vip-144/vip-144/abi/beacon.json b/simulations/vip-152/vip-152/abi/beacon.json similarity index 100% rename from simulations/vip-144/vip-144/abi/beacon.json rename to simulations/vip-152/vip-152/abi/beacon.json diff --git a/simulations/vip-144/vip-144/abi/comptroller.json b/simulations/vip-152/vip-152/abi/comptroller.json similarity index 100% rename from simulations/vip-144/vip-144/abi/comptroller.json rename to simulations/vip-152/vip-152/abi/comptroller.json diff --git a/simulations/vip-144/vip-144/abi/poolRegistry.json b/simulations/vip-152/vip-152/abi/poolRegistry.json similarity index 100% rename from simulations/vip-144/vip-144/abi/poolRegistry.json rename to simulations/vip-152/vip-152/abi/poolRegistry.json diff --git a/simulations/vip-144/vip-144/simulations.ts b/simulations/vip-152/vip-152/simulations.ts similarity index 99% rename from simulations/vip-144/vip-144/simulations.ts rename to simulations/vip-152/vip-152/simulations.ts index 4e16e7388..1e5479992 100644 --- a/simulations/vip-144/vip-144/simulations.ts +++ b/simulations/vip-152/vip-152/simulations.ts @@ -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"; diff --git a/vips/vip-144/vip-144-testnet.ts b/vips/vip-152/vip-152-testnet.ts similarity index 100% rename from vips/vip-144/vip-144-testnet.ts rename to vips/vip-152/vip-152-testnet.ts diff --git a/vips/vip-144/vip-144.ts b/vips/vip-152/vip-152.ts similarity index 72% rename from vips/vip-144/vip-144.ts rename to vips/vip-152/vip-152.ts index f1b32c5ea..3581f26e2 100644 --- a/vips/vip-144/vip-144.ts +++ b/vips/vip-152/vip-152.ts @@ -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(