Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jan 16, 2025
1 parent 2a1314e commit a38182d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions contracts/deploy/mainnet/118_multichain_strategist.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ module.exports = deploymentWithGovernanceProposal(
"OETHHarvesterSimple"
);

// const cAuraWETHPriceFeed = await ethers.getContract("AuraWETHPriceFeed")

// Governance Actions
// ----------------
return {
Expand All @@ -68,12 +66,6 @@ module.exports = deploymentWithGovernanceProposal(
signature: "setStrategistAddr(address)",
args: [multichainStrategistAddr],
},
// Ignoring changing this since we no longer use the OracleRouter or the old Harvester
// {
// contract: cAuraWETHPriceFeed,
// signature: "setStrategistAddr(address)",
// args: [multichainStrategistAddr],
// },
{
contract: cOETHHarvesterSimple,
signature: "setStrategistAddr(address)",
Expand Down

0 comments on commit a38182d

Please sign in to comment.