Skip to content

Commit

Permalink
feat: Added sum-rewards task to check the Polygon Balancer rewards file
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 authored and superduck35 committed Jul 21, 2021
1 parent cee4397 commit 9396538
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks-fork-polygon.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import "./tasks/feeder"
import "./tasks/mUSD"
import "./tasks/token"
import "./tasks/ops"
import "./tasks/rewards"
import "./tasks/weekly"

export default config
1 change: 1 addition & 0 deletions tasks.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "./tasks/mBTC"
import "./tasks/mUSD"
import "./tasks/ops"
import "./tasks/poker"
import "./tasks/rewards"
import "./tasks/SaveWrapper"
import "./tasks/token"
import "./tasks/weekly"
Expand Down
Loading

0 comments on commit 9396538

Please sign in to comment.