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
yarn hardhat run ./gas-rebate/AuditVoterGasRebateV2.ts --network mainnet
207
216
```
208
217
209
-
The script writes `Correction_Rebate_66.json`, `Correction_Rebate_66.audit.json`, and `Correction_Rebate_66.audit.md` under `gas-rebate/corrections/` unless `OUTPUT_DIR` changes the destination. Correction payout ETH amounts are emitted as decimal strings so they round-trip to exact wei. The `.audit.json` file is intentionally git-ignored because it can contain large transaction-level evidence; commit the correction payout JSON and `.audit.md` reviewer summary.
218
+
The command above writes `Correction_Rebate_66.json`, `Correction_Rebate_66.audit.json`, and
219
+
`Correction_Rebate_66.audit.md` to a fresh temporary directory so it does not overwrite committed correction artifacts.
220
+
Without `OUTPUT_DIR`, the script writes under `gas-rebate/corrections/`. Correction payout ETH amounts are emitted as
221
+
decimal strings so they round-trip to exact wei. The `.audit.json` file is intentionally git-ignored because it can
222
+
contain large transaction-level evidence; commit the correction payout JSON and `.audit.md` reviewer summary.
0 commit comments