Skip to content

Commit

Permalink
chore: removed debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Jul 5, 2021
1 parent 9c57056 commit 461391c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/ops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ task("polly-dis-rewards", "Distributes MTA and WMATIC rewards to vaults on Polyg
const mtaAmount = simpleToExactAmount(taskArgs.mtaAmount)
const wmaticAmount = simpleToExactAmount(taskArgs.wmaticAmount)

console.log(`mtaAmount ${mtaAmount}`)
console.log(`wmaticAmount ${wmaticAmount}`)

const networkName = network.name === "hardhat" ? "polygon_mainnet" : network.name
const rewardsDistributorAddress = getNetworkAddress("RewardsDistributor", networkName)
const rewardsDistributor = RewardsDistributor__factory.connect(rewardsDistributorAddress, signer)
Expand Down

0 comments on commit 461391c

Please sign in to comment.