From d7c6b8aa5e4c82216f698a2bf10624248e78a3ce Mon Sep 17 00:00:00 2001 From: Theodore Song Date: Wed, 19 Aug 2026 16:13:46 -0400 Subject: [PATCH] Refresh offline cache for build 68 --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index bf4a652..516908e 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = "polymarket-arena-build-67"; +const CACHE_NAME = "polymarket-arena-build-68"; const APP_SHELL = ["/", "/index.html", "/personal.html", "/cycle-worker.js"]; self.addEventListener("install", event => {