Skip to content

Commit 15bfbbd

Browse files
committed
rename
1 parent 73857a1 commit 15bfbbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/mips/mip-b52/mip-b52.sol

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ import {AllChainAddresses as Addresses} from "@proposals/Addresses.sol";
1111
import {BASE_FORK_ID} from "@utils/ChainIds.sol";
1212
import {ProposalActions} from "@proposals/utils/ProposalActions.sol";
1313

14-
/// @title MIP-X37: Reserve Reduction for repaying bad debt
14+
/// @title MIP-B52: Bad Debt Remediation
1515
/// @notice Proposal to reduce reserves from three Base markets and transfer to EOA for repaying bad debt:
1616
/// 1. Reduce 347 WETH from MOONWELL_WETH market
1717
/// 2. Reduce 490,000 USDC from MOONWELL_USDC market
1818
/// 3. Reduce 3 cbBTC from MOONWELL_cbBTC market
1919
/// 4. Transfer all tokens to BAD_DEBT_REPAYER_EOA for swapping to VIRTUALS and cbXRP
20-
contract mipx37 is HybridProposal {
20+
contract mipb52 is HybridProposal {
2121
using ProposalActions for *;
2222

23-
string public constant override name = "MIP-X37";
23+
string public constant override name = "MIP-B52";
2424

2525
// Reserve amounts to reduce
2626
uint256 public constant WETH_AMOUNT = 347e18; // 347 WETH
@@ -29,7 +29,7 @@ contract mipx37 is HybridProposal {
2929

3030
constructor() {
3131
bytes memory proposalDescription = abi.encodePacked(
32-
vm.readFile("./proposals/mips/mip-x37/x37.md")
32+
vm.readFile("./proposals/mips/mip-b52/b52.md")
3333
);
3434
_setProposalDescription(proposalDescription);
3535
}

0 commit comments

Comments
 (0)