Skip to content

Commit

Permalink
fix: deploy-split-revenue-buy-back hh task
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Apr 21, 2022
1 parent fb99530 commit b85a230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/deployEmissionsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ task("deploy-split-revenue-buy-back")
.setAction(async (taskArgs, hre) => {
const signer = await getSigner(hre, taskArgs.speed)

const treasuryFee = simpleToExactAmount(taskArgs.fee, 1e16)
const treasuryFee = simpleToExactAmount(taskArgs.fee, 16)

const revenueRecipient = await deploySplitRevenueBuyBack(signer, hre, treasuryFee)

console.log(`Governor call RevenueSplitBuyBack.mapBasset for mUSD and mBTC`)
console.log(`Governor call SavingsManager.setRevenueRecipient to ${revenueRecipient.address} for mUSD and mBTC`)
console.log(`Governor call mapBasset for mUSD and mBTC`)
})

task("deploy-mock-root-chain-manager", "Deploys a mocked Polygon PoS Bridge")
Expand Down

0 comments on commit b85a230

Please sign in to comment.