Skip to content

Commit

Permalink
fix gov.updateContracts
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Feb 6, 2024
1 parent 59963c2 commit 15ce2ca
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/ethereum-contracts/ops-scripts/deploy-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -1383,14 +1383,13 @@ module.exports = eval(`(${S.toString()})({skipArgv: true})`)(async function (

await sendGovernanceAction(
sfObjForGovAndResolver,
(gov) =>
gov.updateContracts(
superfluid.address,
superfluidNewLogicAddress,
agreementsToUpdate,
superTokenFactoryNewLogicAddress,
superfluidPoolNewLogicAddress
)
(gov) => gov["updateContracts(address,address,address[],address,address)"](
superfluid.address,
superfluidNewLogicAddress,
agreementsToUpdate,
superTokenFactoryNewLogicAddress,
superfluidPoolNewLogicAddress
)
);
}

Expand Down

0 comments on commit 15ce2ca

Please sign in to comment.