Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit e44e424

Browse files
committed
Revert "upload v3 fees check, fix v2 fees name"
This reverts commit d66f4f0.
1 parent d66f4f0 commit e44e424

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/get_mimic_report.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
Checks before merging:
4343
- [ ] assert total wei of the json == [wei onchain](https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?a=0x7c68c42de679ffb0f16216154c996c354cf1161b)
4444
- [ ] all active chains present
45-
- [ ] v3 fees are uploaded (v3_fees_{start_date}_{end_date}.json)
4645
branch: gha-mimic-fees
4746
branch-suffix: timestamp
4847
delete-branch: true

fee_allocator/fees_collected/get_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_report(start_date, end_date):
4444

4545
report = get_report(yesterday.strftime("%Y-%m-%d"), today.strftime("%Y-%m-%d"))
4646
with open(
47-
f"fee_allocator/fees_collected/v2_fees_{epoch_start.strftime('%Y-%m-%d')}_{today.strftime('%Y-%m-%d')}.json",
47+
f"fee_allocator/fees_collected/fees_{epoch_start.strftime('%Y-%m-%d')}_{today.strftime('%Y-%m-%d')}.json",
4848
"w",
4949
) as f:
5050
json.dump(report, f, indent=2)

0 commit comments

Comments
 (0)