Skip to content

Commit

Permalink
Update proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Apr 30, 2024
1 parent 1bf8aa6 commit 5899e4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion contracts/deploy/093_disable_frxeth_strategies.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = deploymentWithGovernanceProposal(
// onlyOnFork: true, // this is only executed in forked environment
reduceQueueTime: true, // just to solve the issue of later active proposals failing
proposalId:
"83580898965808725375888139100046802775881006834154592210638204262085739243220",
"44277089853749395103495090988298299772264220800986246762669183539782770414789",
},
async ({ ethers }) => {
// Current contracts
Expand All @@ -21,6 +21,11 @@ module.exports = deploymentWithGovernanceProposal(
return {
name: "Remove OETH frxETH Strategies",
actions: [
{
contract: cVault,
signature: "setAssetDefaultStrategy(address,address)",
args: [addresses.mainnet.frxETH, addresses.zero],
},
{
contract: cVault,
signature: "removeStrategy(address)",
Expand Down
3 changes: 2 additions & 1 deletion contracts/deployments/mainnet/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
"089_1inch_buyback": 1711371391,
"090_disable_compound": 1711469659,
"091_simplified_oeth_vault": 1714138519,
"092_woeth_ccip_zapper": 1714111493
"092_woeth_ccip_zapper": 1714111493,
"093_disable_frxeth_strategies": 1714495720
}

0 comments on commit 5899e4f

Please sign in to comment.