Prioritize capital-efficient independent bundles

This commit is contained in:
Theodore Song
2026-08-22 07:45:05 -04:00
parent ca302b7168
commit 933290290b
8 changed files with 110 additions and 50 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ async function main() {
const branch = process.env.RUNTIME_BRANCH || "runtime-state";
const pathname = process.env.RUNTIME_STATE_PATH || "runtime/state.json";
const arenaUrl = (process.env.ARENA_URL || "https://polymarket-site-eta.vercel.app").replace(/\/$/, "");
const expectedBuild = Number(required("EXPECTED_BUILD", "120"));
const expectedBuild = Number(required("EXPECTED_BUILD", "121"));
await ensureRuntimeBranch(repository, branch);
const prior = await readRuntimeFile(repository, branch, pathname);
if (prior.snapshot) validateRuntimeSnapshot(prior.snapshot, 0, { allowIncomplete: true });