Skip to content

Commit 00a4130

Browse files
committed
fix some comments
1 parent 4e49bd8 commit 00a4130

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/deploy/mainnet/179_vault_upgrade_supernova_AMO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = deploymentWithGovernanceProposal(
5151
signature: "upgradeTo(address)",
5252
args: [dVaultAdmin.address],
5353
},
54-
// 2. Set OETH/WETH AMO as default strategy
54+
// 2. Set Compounding Staking Strategy as default strategy
5555
{
5656
contract: cVault,
5757
signature: "setDefaultStrategy(address)",

contracts/deploy/sonic/027_upgrade_swapx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const {
44
} = require("../deployActions");
55

66
// This is just used to confirm that the Refactoring SwapX AMO strategy into a generalized Algebra strategy is working
7-
// as expected
7+
// as expected. This doesn't need to be deployed on Sonic. It should stay in to not break the behavior tests.
88
module.exports = deployOnSonic(
99
{
1010
deployName: "027_upgrade_swapx",

0 commit comments

Comments
 (0)