From 9adaa6bbeaef9e4ab6df807e4533eb603463ddde Mon Sep 17 00:00:00 2001 From: Mikhailo Shabodyash Date: Wed, 3 Jul 2024 15:42:35 +0300 Subject: [PATCH] feat: add description --- .../weth/migrations/1718791267_add_wbtc_as_collateral.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts b/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts index dc41eaadd..6d80b3b2d 100644 --- a/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts +++ b/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts @@ -134,7 +134,7 @@ export default migration('1718791267_add_wbtc_as_collateral', { }, ]; - const description = 'DESCRIPTION'; + const description = '# Add WBTC as collateral into cWETHv3 on Arbitrum\n\n## Proposal summary\n\nCompound Growth Program [AlphaGrowth] proposes to add WBTC into cWETHv3 on Arbitrum network. This proposal takes the governance steps recommended and necessary to update a Compound III WETH market on Arbitrum. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). The new parameters include setting the risk parameters based off of the [recommendations from Gauntlet WBTC](https://www.comp.xyz/t/add-wbtc-to-weth-comets-on-ethereum-and-arbitrum/5332/1).\n\nFurther detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/857) and [forum discussion](https://www.comp.xyz/t/add-wbtc-to-weth-comets-on-ethereum-and-arbitrum/5332).\n\n\n## Proposal Actions\n\nThe first proposal action adds WBTC to the WETH Comet on Arbitrum. This sends the encoded `addAsset` and `deployAndUpgradeTo` calls across the bridge to the governance receiver on Arbitrum.'; const txn = await govDeploymentManager.retry(async () => trace(await governor.propose(...(await proposal(mainnetActions, description)))) );