Skip to content

Commit

Permalink
chore: updates task votium-forward
Browse files Browse the repository at this point in the history
  • Loading branch information
doncesarts authored and naddison36 committed Feb 17, 2022
1 parent 6ec42b1 commit 31f5719
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/emissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@ task("emissions-process", "Weekly mainnet emissions process")
// await hre.run("emission-dist", { speed, dialIds: "2,3,4,5,6,7,8,9,10" })

// Dial 15 (Votium) is skipped for now
await hre.run("votium-forward", { speed, proposal })

if (proposal === undefined) {
await hre.run("votium-forward", { speed, proposal })
}
// Distributes to dial 16
await hre.run("emission-dist", { speed, dialIds: "16" })

Expand Down

0 comments on commit 31f5719

Please sign in to comment.