You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -71,17 +71,17 @@ Computes the previous draw's depositors with a non-zero balance for a PrizePool
71
71
72
72
JSON is in the format required by the [@GenerationSoftware/foundry-winner-calc](https://github.com/@GenerationSoftware/foundry-winner-calc) repo to quickly winners.
73
73
74
-
Simply pass a `chainId`, `prizePool`and `outDir` to compute and locally save the results.
74
+
Pass the `chainId`, `prizePool`, `outDir`, `contractJsonUrl`and `subgraphUrl` to compute and locally save the results.
Receives all of the winners by vault JSON files created by the [foundry-winner-calc](https://github.com/GenerationSoftware/foundry-winner-calc?tab=readme-ov-file) tool and ties them into one winners.json file. Therefore is dependent on `foundry-winner-calc` running prior to concatWinners being run.
148
148
149
-
Simply pass a `chainId`, `prizePool`and `outDir` to compute and locally save the results.
149
+
Pass the `chainId`, `prizePool`, `outDir`, `contractJsonUrl`and `subgraphUrl` to compute and locally save the results.
0 commit comments