chore(rwallet): bump JS cache version to v=15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-23 18:23:07 -07:00
parent 0c46e33148
commit aa520d41a2
1 changed files with 2 additions and 2 deletions

View File

@ -1238,8 +1238,8 @@ function renderWallet(spaceSlug: string, initialView?: string) {
spaceSlug,
modules: getModuleInfoList(),
theme: "dark",
body: `<folk-wallet-viewer${viewAttr}></folk-wallet-viewer>`,
scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js?v=14"></script>`,
body: `<folk-wallet-viewer space="${spaceSlug}"${viewAttr}></folk-wallet-viewer>`,
scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js?v=15"></script>`,
styles: `<link rel="stylesheet" href="/modules/rwallet/wallet.css">`,
});
}