add auction anchoring in v2

This commit is contained in:
wphan
2025-10-21 16:33:30 -07:00
parent a627c89e0a
commit 3d4cf24296
8 changed files with 826 additions and 26 deletions

View File

@@ -37,4 +37,3 @@ export const getTimeRangeAndPartitions = (
) AS ${valid_partitions_label}(year, month, day)
)`;
};