@agent-receipts/dashboard 0.2.7 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/package.json +5 -6
  2. package/standalone/apps/web/.env.production +3 -0
  3. package/standalone/apps/web/.next/BUILD_ID +1 -1
  4. package/standalone/apps/web/.next/app-build-manifest.json +69 -48
  5. package/standalone/apps/web/.next/app-path-routes-manifest.json +15 -12
  6. package/standalone/apps/web/.next/build-manifest.json +2 -2
  7. package/standalone/apps/web/.next/prerender-manifest.json +95 -18
  8. package/standalone/apps/web/.next/required-server-files.json +3 -1
  9. package/standalone/apps/web/.next/routes-manifest.json +18 -0
  10. package/standalone/apps/web/.next/server/app/_not-found/page.js +2 -2
  11. package/standalone/apps/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  12. package/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  13. package/standalone/apps/web/.next/server/app/_not-found.html +2 -2
  14. package/standalone/apps/web/.next/server/app/_not-found.rsc +5 -4
  15. package/standalone/apps/web/.next/server/app/agents/[id]/page.js +2 -2
  16. package/standalone/apps/web/.next/server/app/agents/[id]/page.js.nft.json +1 -1
  17. package/standalone/apps/web/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
  18. package/standalone/apps/web/.next/server/app/agents/page.js +2 -2
  19. package/standalone/apps/web/.next/server/app/agents/page.js.nft.json +1 -1
  20. package/standalone/apps/web/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  21. package/standalone/apps/web/.next/server/app/agents.html +2 -2
  22. package/standalone/apps/web/.next/server/app/agents.rsc +6 -5
  23. package/standalone/apps/web/.next/server/app/api/agents/route.js +1 -1
  24. package/standalone/apps/web/.next/server/app/api/agents/route.js.nft.json +1 -1
  25. package/standalone/apps/web/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
  26. package/standalone/apps/web/.next/server/app/api/chains/[id]/route.js +1 -1
  27. package/standalone/apps/web/.next/server/app/api/chains/[id]/route.js.nft.json +1 -1
  28. package/standalone/apps/web/.next/server/app/api/chains/[id]/route_client-reference-manifest.js +1 -1
  29. package/standalone/apps/web/.next/server/app/api/cleanup/route.js +1 -1
  30. package/standalone/apps/web/.next/server/app/api/cleanup/route.js.nft.json +1 -1
  31. package/standalone/apps/web/.next/server/app/api/cleanup/route_client-reference-manifest.js +1 -1
  32. package/standalone/apps/web/.next/server/app/api/config/route.js +1 -1
  33. package/standalone/apps/web/.next/server/app/api/config/route.js.nft.json +1 -1
  34. package/standalone/apps/web/.next/server/app/api/config/route_client-reference-manifest.js +1 -1
  35. package/standalone/apps/web/.next/server/app/api/invoices/route.js +1 -1
  36. package/standalone/apps/web/.next/server/app/api/invoices/route.js.nft.json +1 -1
  37. package/standalone/apps/web/.next/server/app/api/invoices/route_client-reference-manifest.js +1 -1
  38. package/standalone/apps/web/.next/server/app/api/judgments/route.js +1 -1
  39. package/standalone/apps/web/.next/server/app/api/judgments/route.js.nft.json +1 -1
  40. package/standalone/apps/web/.next/server/app/api/judgments/route_client-reference-manifest.js +1 -1
  41. package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js +1 -1
  42. package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js.nft.json +1 -1
  43. package/standalone/apps/web/.next/server/app/api/receipts/[id]/route_client-reference-manifest.js +1 -1
  44. package/standalone/apps/web/.next/server/app/api/receipts/route.js +1 -1
  45. package/standalone/apps/web/.next/server/app/api/receipts/route.js.nft.json +1 -1
  46. package/standalone/apps/web/.next/server/app/api/receipts/route_client-reference-manifest.js +1 -1
  47. package/standalone/apps/web/.next/server/app/api/search/route.js +1 -1
  48. package/standalone/apps/web/.next/server/app/api/search/route.js.nft.json +1 -1
  49. package/standalone/apps/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
  50. package/standalone/apps/web/.next/server/app/api/stats/route.js +1 -1
  51. package/standalone/apps/web/.next/server/app/api/stats/route.js.nft.json +1 -1
  52. package/standalone/apps/web/.next/server/app/api/stats/route_client-reference-manifest.js +1 -1
  53. package/standalone/apps/web/.next/server/app/api/verify/route.js +1 -1
  54. package/standalone/apps/web/.next/server/app/api/verify/route.js.nft.json +1 -1
  55. package/standalone/apps/web/.next/server/app/api/verify/route_client-reference-manifest.js +1 -1
  56. package/standalone/apps/web/.next/server/app/chains/[id]/page.js +2 -2
  57. package/standalone/apps/web/.next/server/app/chains/[id]/page.js.nft.json +1 -1
  58. package/standalone/apps/web/.next/server/app/chains/[id]/page_client-reference-manifest.js +1 -1
  59. package/standalone/apps/web/.next/server/app/chains/page.js +2 -2
  60. package/standalone/apps/web/.next/server/app/chains/page.js.nft.json +1 -1
  61. package/standalone/apps/web/.next/server/app/chains/page_client-reference-manifest.js +1 -1
  62. package/standalone/apps/web/.next/server/app/chains.html +2 -2
  63. package/standalone/apps/web/.next/server/app/chains.rsc +6 -5
  64. package/standalone/apps/web/.next/server/app/constraints/page.js +2 -2
  65. package/standalone/apps/web/.next/server/app/constraints/page.js.nft.json +1 -1
  66. package/standalone/apps/web/.next/server/app/constraints/page_client-reference-manifest.js +1 -1
  67. package/standalone/apps/web/.next/server/app/constraints.html +2 -2
  68. package/standalone/apps/web/.next/server/app/constraints.rsc +6 -5
  69. package/standalone/apps/web/.next/server/app/get-started/page.js +9 -0
  70. package/standalone/apps/web/.next/server/app/get-started/page.js.nft.json +1 -0
  71. package/standalone/apps/web/.next/server/app/get-started/page_client-reference-manifest.js +1 -0
  72. package/standalone/apps/web/.next/server/app/get-started.html +15 -0
  73. package/standalone/apps/web/.next/server/app/get-started.meta +7 -0
  74. package/standalone/apps/web/.next/server/app/get-started.rsc +21 -0
  75. package/standalone/apps/web/.next/server/app/how-it-works/page.js +57 -0
  76. package/standalone/apps/web/.next/server/app/how-it-works/page.js.nft.json +1 -0
  77. package/standalone/apps/web/.next/server/app/how-it-works/page_client-reference-manifest.js +1 -0
  78. package/standalone/apps/web/.next/server/app/how-it-works.html +63 -0
  79. package/standalone/apps/web/.next/server/app/how-it-works.meta +7 -0
  80. package/standalone/apps/web/.next/server/app/how-it-works.rsc +21 -0
  81. package/standalone/apps/web/.next/server/app/icon.svg/route.js +1 -0
  82. package/standalone/apps/web/.next/server/app/icon.svg/route.js.nft.json +1 -0
  83. package/standalone/apps/web/.next/server/app/icon.svg.body +8 -0
  84. package/standalone/apps/web/.next/server/app/icon.svg.meta +1 -0
  85. package/standalone/apps/web/.next/server/app/index.html +2 -2
  86. package/standalone/apps/web/.next/server/app/index.rsc +6 -5
  87. package/standalone/apps/web/.next/server/app/invoices/page.js +30 -2
  88. package/standalone/apps/web/.next/server/app/invoices/page.js.nft.json +1 -1
  89. package/standalone/apps/web/.next/server/app/invoices/page_client-reference-manifest.js +1 -1
  90. package/standalone/apps/web/.next/server/app/invoices.html +30 -2
  91. package/standalone/apps/web/.next/server/app/invoices.rsc +6 -5
  92. package/standalone/apps/web/.next/server/app/judgments/page.js +2 -2
  93. package/standalone/apps/web/.next/server/app/judgments/page.js.nft.json +1 -1
  94. package/standalone/apps/web/.next/server/app/judgments/page_client-reference-manifest.js +1 -1
  95. package/standalone/apps/web/.next/server/app/judgments.html +2 -2
  96. package/standalone/apps/web/.next/server/app/judgments.rsc +6 -5
  97. package/standalone/apps/web/.next/server/app/page.js +2 -2
  98. package/standalone/apps/web/.next/server/app/page.js.nft.json +1 -1
  99. package/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
  100. package/standalone/apps/web/.next/server/app/receipts/[id]/page.js +2 -2
  101. package/standalone/apps/web/.next/server/app/receipts/[id]/page.js.nft.json +1 -1
  102. package/standalone/apps/web/.next/server/app/receipts/[id]/page_client-reference-manifest.js +1 -1
  103. package/standalone/apps/web/.next/server/app/receipts/page.js +2 -2
  104. package/standalone/apps/web/.next/server/app/receipts/page.js.nft.json +1 -1
  105. package/standalone/apps/web/.next/server/app/receipts/page_client-reference-manifest.js +1 -1
  106. package/standalone/apps/web/.next/server/app/receipts.html +2 -2
  107. package/standalone/apps/web/.next/server/app/receipts.rsc +6 -5
  108. package/standalone/apps/web/.next/server/app/settings/page.js +2 -2
  109. package/standalone/apps/web/.next/server/app/settings/page.js.nft.json +1 -1
  110. package/standalone/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  111. package/standalone/apps/web/.next/server/app/settings.html +2 -2
  112. package/standalone/apps/web/.next/server/app/settings.rsc +6 -5
  113. package/standalone/apps/web/.next/server/app/verify/page.js +2 -2
  114. package/standalone/apps/web/.next/server/app/verify/page.js.nft.json +1 -1
  115. package/standalone/apps/web/.next/server/app/verify/page_client-reference-manifest.js +1 -1
  116. package/standalone/apps/web/.next/server/app/verify.html +2 -2
  117. package/standalone/apps/web/.next/server/app/verify.rsc +6 -5
  118. package/standalone/apps/web/.next/server/app-paths-manifest.json +15 -12
  119. package/standalone/apps/web/.next/server/chunks/236.js +1 -0
  120. package/standalone/apps/web/.next/server/chunks/319.js +1 -1
  121. package/standalone/apps/web/.next/server/chunks/578.js +1 -0
  122. package/standalone/apps/web/.next/server/chunks/640.js +8 -0
  123. package/standalone/apps/web/.next/server/chunks/718.js +9 -0
  124. package/standalone/apps/web/.next/server/chunks/798.js +1 -0
  125. package/standalone/apps/web/.next/server/chunks/{615.js → 803.js} +1 -1
  126. package/standalone/apps/web/.next/server/chunks/872.js +1 -0
  127. package/standalone/apps/web/.next/server/chunks/99.js +1 -0
  128. package/standalone/apps/web/.next/server/pages/404.html +2 -2
  129. package/standalone/apps/web/.next/server/pages/500.html +1 -1
  130. package/standalone/apps/web/.next/server/pages-manifest.json +1 -1
  131. package/standalone/apps/web/.next/static/chunks/app/agents/[id]/{page-c0e1718cad311434.js → page-fe1560a72adbddc7.js} +1 -1
  132. package/standalone/apps/web/.next/static/chunks/app/agents/page-ab0dfc5113e3ab45.js +1 -0
  133. package/standalone/apps/web/.next/static/chunks/app/api/agents/route-3752a720184a6696.js +1 -0
  134. package/standalone/apps/web/.next/static/chunks/app/api/chains/[id]/route-3752a720184a6696.js +1 -0
  135. package/standalone/apps/web/.next/static/chunks/app/api/cleanup/route-3752a720184a6696.js +1 -0
  136. package/standalone/apps/web/.next/static/chunks/app/api/config/route-3752a720184a6696.js +1 -0
  137. package/standalone/apps/web/.next/static/chunks/app/api/invoices/route-3752a720184a6696.js +1 -0
  138. package/standalone/apps/web/.next/static/chunks/app/api/judgments/route-3752a720184a6696.js +1 -0
  139. package/standalone/apps/web/.next/static/chunks/app/api/receipts/[id]/route-3752a720184a6696.js +1 -0
  140. package/standalone/apps/web/.next/static/chunks/app/api/receipts/route-3752a720184a6696.js +1 -0
  141. package/standalone/apps/web/.next/static/chunks/app/api/search/route-3752a720184a6696.js +1 -0
  142. package/standalone/apps/web/.next/static/chunks/app/api/stats/route-3752a720184a6696.js +1 -0
  143. package/standalone/apps/web/.next/static/chunks/app/api/verify/route-3752a720184a6696.js +1 -0
  144. package/standalone/apps/web/.next/static/chunks/app/chains/[id]/{page-5fd31ca4cfa5d3e3.js → page-ba935d4fadcbc557.js} +1 -1
  145. package/standalone/apps/web/.next/static/chunks/app/chains/{page-d0b634ca7d0aa92d.js → page-a3f21d8d62ffa174.js} +1 -1
  146. package/standalone/apps/web/.next/static/chunks/app/constraints/{page-6baf6f176d4a9e3d.js → page-ebfd1721530940c7.js} +1 -1
  147. package/standalone/apps/web/.next/static/chunks/app/get-started/layout-3752a720184a6696.js +1 -0
  148. package/standalone/apps/web/.next/static/chunks/app/get-started/page-72febd5ba59689bb.js +1 -0
  149. package/standalone/apps/web/.next/static/chunks/app/how-it-works/page-46a028e3d817a15f.js +1 -0
  150. package/standalone/apps/web/.next/static/chunks/app/invoices/page-71a064dd2e94a214.js +1 -0
  151. package/standalone/apps/web/.next/static/chunks/app/judgments/{page-22c741e87fc41908.js → page-5062f4bb5a918305.js} +1 -1
  152. package/standalone/apps/web/.next/static/chunks/app/layout-43fe6d25823e2373.js +1 -0
  153. package/standalone/apps/web/.next/static/chunks/app/page-deece9e5e4e6c9dc.js +1 -0
  154. package/standalone/apps/web/.next/static/chunks/app/receipts/[id]/page-024badaf0b4aa9db.js +1 -0
  155. package/standalone/apps/web/.next/static/chunks/app/receipts/page-dfc039aadf7a6869.js +1 -0
  156. package/standalone/apps/web/.next/static/chunks/app/settings/{page-8f1d3f326821cc04.js → page-1f33c77dcca141ce.js} +1 -1
  157. package/standalone/apps/web/.next/static/chunks/app/verify/page-1631d147709caa76.js +1 -0
  158. package/standalone/apps/web/.next/static/css/b5d5599054174bf1.css +5 -0
  159. package/standalone/apps/web/.next/static/pkASOzaisH7Pm796xebp0/_buildManifest.js +1 -0
  160. package/standalone/apps/web/server.js +1 -1
  161. package/standalone/apps/web/src/lib/demo-store.ts +121 -0
  162. package/standalone/apps/web/src/lib/sdk-server.ts +46 -0
  163. package/standalone/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/package.json +0 -0
  164. package/standalone/packages/crypto/package.json +1 -1
  165. package/standalone/packages/mcp-server/dist/index.js +1738 -0
  166. package/standalone/packages/mcp-server/package.json +1 -1
  167. package/standalone/apps/web/.next/server/chunks/196.js +0 -1
  168. package/standalone/apps/web/.next/server/chunks/409.js +0 -9
  169. package/standalone/apps/web/.next/server/chunks/870.js +0 -8
  170. package/standalone/apps/web/.next/static/PR01YFr8r3jMbfS8pPz1u/_buildManifest.js +0 -1
  171. package/standalone/apps/web/.next/static/chunks/app/agents/page-3a081913406179bc.js +0 -1
  172. package/standalone/apps/web/.next/static/chunks/app/api/agents/route-e1f2dfd9b33538f4.js +0 -1
  173. package/standalone/apps/web/.next/static/chunks/app/api/chains/[id]/route-e1f2dfd9b33538f4.js +0 -1
  174. package/standalone/apps/web/.next/static/chunks/app/api/cleanup/route-e1f2dfd9b33538f4.js +0 -1
  175. package/standalone/apps/web/.next/static/chunks/app/api/config/route-e1f2dfd9b33538f4.js +0 -1
  176. package/standalone/apps/web/.next/static/chunks/app/api/invoices/route-e1f2dfd9b33538f4.js +0 -1
  177. package/standalone/apps/web/.next/static/chunks/app/api/judgments/route-e1f2dfd9b33538f4.js +0 -1
  178. package/standalone/apps/web/.next/static/chunks/app/api/receipts/[id]/route-e1f2dfd9b33538f4.js +0 -1
  179. package/standalone/apps/web/.next/static/chunks/app/api/receipts/route-e1f2dfd9b33538f4.js +0 -1
  180. package/standalone/apps/web/.next/static/chunks/app/api/search/route-e1f2dfd9b33538f4.js +0 -1
  181. package/standalone/apps/web/.next/static/chunks/app/api/stats/route-e1f2dfd9b33538f4.js +0 -1
  182. package/standalone/apps/web/.next/static/chunks/app/api/verify/route-e1f2dfd9b33538f4.js +0 -1
  183. package/standalone/apps/web/.next/static/chunks/app/invoices/page-df897ea68fdd966c.js +0 -1
  184. package/standalone/apps/web/.next/static/chunks/app/layout-66d4997939026d7c.js +0 -1
  185. package/standalone/apps/web/.next/static/chunks/app/page-d125633847597a5d.js +0 -1
  186. package/standalone/apps/web/.next/static/chunks/app/receipts/[id]/page-dbf5212f41e827cd.js +0 -1
  187. package/standalone/apps/web/.next/static/chunks/app/receipts/page-ef79c1140a9c42e6.js +0 -1
  188. package/standalone/apps/web/.next/static/chunks/app/verify/page-77b900ba7f88ce2f.js +0 -1
  189. package/standalone/apps/web/.next/static/css/acaddf5367ce801c.css +0 -5
  190. /package/standalone/apps/web/.next/static/{PR01YFr8r3jMbfS8pPz1u → pkASOzaisH7Pm796xebp0}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/chains/[id]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"87967","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":47054,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","413","static/chunks/app/chains/page-d0b634ca7d0aa92d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","121","static/chunks/app/chains/%5Bid%5D/page-5fd31ca4cfa5d3e3.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/acaddf5367ce801c.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/chains/[id]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"9001":{"*":{"id":"52203","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"17703":{"*":{"id":"83962","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57848":{"*":{"id":"36678","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-43fe6d25823e2373.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":17703,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-43fe6d25823e2373.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","121","static/chunks/app/chains/%5Bid%5D/page-ba935d4fadcbc557.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/how-it-works/page.tsx":{"id":9001,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","413","static/chunks/app/chains/page-a3f21d8d62ffa174.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-deece9e5e4e6c9dc.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/get-started/page.tsx":{"id":57848,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/b5d5599054174bf1.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"9001":{"*":{"id":"1377","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"17703":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57848":{"*":{"id":"58700","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
@@ -1,2 +1,2 @@
1
- (()=>{var a={};a.id=413,a.ids=[413],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},3339:(a,b,c)=>{"use strict";c.d(b,{AV:()=>i,Eg:()=>g,F6:()=>h,O0:()=>f});var d=c(82164),e=c(80097);function f({className:a}){return(0,d.jsx)("div",{className:(0,e.cn)("animate-pulse bg-bg-tertiary rounded",a)})}function g({count:a=6}){return(0,d.jsx)("div",{className:"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-4",children:Array.from({length:a}).map((a,b)=>(0,d.jsxs)("div",{className:"card p-4",children:[(0,d.jsx)(f,{className:"h-3 w-16 mb-3"}),(0,d.jsx)(f,{className:"h-7 w-20"})]},b))})}function h({rows:a=5}){return(0,d.jsxs)("div",{className:"card overflow-hidden",children:[(0,d.jsx)("div",{className:"border-b border-border p-3",children:(0,d.jsx)(f,{className:"h-4 w-48"})}),Array.from({length:a}).map((a,b)=>(0,d.jsxs)("div",{className:"flex items-center gap-4 p-3 border-b border-border-subtle last:border-0",children:[(0,d.jsx)(f,{className:"h-4 w-24"}),(0,d.jsx)(f,{className:"h-4 w-32"}),(0,d.jsx)(f,{className:"h-4 w-20"}),(0,d.jsx)(f,{className:"h-4 w-16 ml-auto"})]},b))]})}function i(){return(0,d.jsxs)("div",{className:"space-y-6",children:[(0,d.jsx)(f,{className:"h-8 w-48"}),(0,d.jsx)(g,{}),(0,d.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-4",children:[(0,d.jsx)(h,{}),(0,d.jsx)(h,{})]})]})}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19046:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>q});var d=c(82164),e=c(54509),f=c(26170);c(49742);var g=c(64560),h=c(52743),i=c(65381),j=c(27825),k=c(3339),l=c(82540),m=c(54436),n=c(23699),o=c(54721);function p(){let a=(0,f.useRouter)(),b=parseInt((0,f.useSearchParams)().get("page")??"1",10),[c,p]=(0,e.useState)([]),[q,r]=(0,e.useState)(!0),[s,t]=(0,e.useState)(null),u=Math.max(1,Math.ceil(c.length/50)),v=c.slice((b-1)*50,50*b),w=[{key:"chain_id",label:"Chain ID",render:a=>(0,d.jsx)("code",{className:"font-mono text-xs text-primary",children:(0,n.Ct)(a.chain_id)})},{key:"receipt_count",label:"Receipts",render:a=>(0,d.jsx)("span",{className:"text-sm",children:a.receipt_count})},{key:"agents",label:"Agents",render:a=>(0,d.jsx)("span",{className:"text-xs text-text-secondary",children:a.agents.join(", ")})},{key:"started",label:"Started",render:a=>(0,d.jsx)(l.f,{date:a.started,className:"text-xs"})},{key:"duration_ms",label:"Duration",render:a=>(0,d.jsx)("span",{className:"text-xs text-text-secondary",children:(0,n.a3)(a.duration_ms)})},{key:"status",label:"Status",render:a=>(0,d.jsx)("span",{className:`text-xs font-medium ${a.has_failures?"text-danger":a.all_completed?"text-success":"text-warning"}`,children:a.has_failures?"Has Failures":a.all_completed?"Completed":"In Progress"})},{key:"constraints",label:"Constraints",render:a=>a.constraint_evaluated>0?(0,d.jsx)(m.L,{passed:a.constraint_passed,total:a.constraint_evaluated}):(0,d.jsx)("span",{className:"text-text-muted text-xs",children:"—"})},{key:"cost",label:"Cost",render:a=>(0,d.jsx)("span",{className:"text-xs text-text-secondary",children:(0,n.vv)(a.total_cost)})}];return s?(0,d.jsx)(j.W,{message:s}):q?(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsx)("h1",{className:"text-lg font-semibold",children:"Chains"}),(0,d.jsx)(k.F6,{rows:8})]}):(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h1",{className:"text-lg font-semibold text-text-primary",children:"Chains"}),(0,d.jsxs)("span",{className:"text-sm text-text-muted",children:[c.length," chains"]})]}),0===c.length?(0,d.jsx)(i.p,{icon:o.A,title:"No chains found",description:"Chains are created when receipts share a chain_id"}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(g.b,{columns:w,data:v,onRowClick:b=>a.push(`/chains/${b.chain_id}`),rowKey:a=>a.chain_id}),(0,d.jsx)(h.d,{page:b,totalPages:u,onPageChange:b=>a.push(`/chains?page=${b}`)})]})]})}function q(){return(0,d.jsx)(e.Suspense,{fallback:(0,d.jsx)(k.F6,{rows:8}),children:(0,d.jsx)(p,{})})}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27825:(a,b,c)=>{"use strict";c.d(b,{W:()=>g});var d=c(82164),e=c(28061),f=c(80097);function g({message:a="Something went wrong",onRetry:b,className:c}){return(0,d.jsxs)("div",{className:(0,f.cn)("flex flex-col items-center justify-center py-16 text-center",c),children:[(0,d.jsx)(e.A,{className:"w-12 h-12 text-danger mb-4"}),(0,d.jsx)("h3",{className:"text-sm font-medium text-text-primary mb-1",children:"Error"}),(0,d.jsx)("p",{className:"text-sm text-text-muted max-w-sm mb-4",children:a}),b&&(0,d.jsx)("button",{onClick:b,className:"px-4 py-2 text-sm font-medium bg-primary text-white rounded-md hover:bg-primary-hover transition-colors",children:"Retry"})]})}},28061:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(17558).A)("TriangleAlert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]])},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33685:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(48226),e=c(24085),f=c(69339),g=c(93292),h=c(11110),i=c(4120),j=c(60247),k=c(72548),l=c(74570),m=c(84880),n=c(38698),o=c(6085),p=c(35157),q=c(97854),r=c(261),s=c(39965),t=c(25794),u=c(26713),v=c(39172),w=c(5797),x=c(97769),y=c(7054),z=c(84002),A=c(3558),B=c(86439),C=c(2714),D=c.n(C),E=c(56130),F=c(72907),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["chains",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,66912)),"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,82648)),"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,2714,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,40428,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,22613,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,34312,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/chains/page",pathname:"/chains",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/chains/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},33873:a=>{"use strict";a.exports=require("path")},34231:(a,b,c)=>{Promise.resolve().then(c.bind(c,66912))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},45903:(a,b,c)=>{Promise.resolve().then(c.bind(c,19046))},52743:(a,b,c)=>{"use strict";c.d(b,{d:()=>h});var d=c(82164),e=c(72597),f=c(97964),g=c(80097);function h({page:a,totalPages:b,onPageChange:c,className:h}){if(b<=1)return null;let i=[];if(b<=7)for(let a=1;a<=b;a++)i.push(a);else{i.push(1),a>3&&i.push("ellipsis");for(let c=Math.max(2,a-1);c<=Math.min(b-1,a+1);c++)i.push(c);a<b-2&&i.push("ellipsis"),i.push(b)}return(0,d.jsxs)("div",{className:(0,g.cn)("flex items-center justify-center gap-1",h),children:[(0,d.jsx)("button",{onClick:()=>c(a-1),disabled:a<=1,className:"p-2 rounded-md text-text-muted hover:bg-bg-tertiary disabled:opacity-30 disabled:cursor-not-allowed transition-colors",children:(0,d.jsx)(e.A,{className:"w-4 h-4"})}),i.map((b,e)=>"ellipsis"===b?(0,d.jsx)("span",{className:"px-2 text-text-muted",children:"..."},`e${e}`):(0,d.jsx)("button",{onClick:()=>c(b),className:(0,g.cn)("px-3 py-1 rounded-md text-sm transition-colors",b===a?"bg-primary text-white font-medium":"text-text-secondary hover:bg-bg-tertiary"),children:b},b)),(0,d.jsx)("button",{onClick:()=>c(a+1),disabled:a>=b,className:"p-2 rounded-md text-text-muted hover:bg-bg-tertiary disabled:opacity-30 disabled:cursor-not-allowed transition-colors",children:(0,d.jsx)(f.A,{className:"w-4 h-4"})})]})}},54436:(a,b,c)=>{"use strict";c.d(b,{L:()=>f});var d=c(82164),e=c(80097);function f({passed:a,total:b,className:c}){if(0===b)return(0,d.jsx)("span",{className:"text-text-muted text-xs",children:"—"});let f=a===b;return(0,d.jsxs)("span",{className:(0,e.cn)("inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium",f?"bg-success-subtle text-success":"bg-danger-subtle text-danger",c),children:[a,"/",b," ",f?"✓":"✗"]})}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64560:(a,b,c)=>{"use strict";c.d(b,{b:()=>j});var d=c(82164),e=c(80097),f=c(17558);let g=(0,f.A)("ArrowUp",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]),h=(0,f.A)("ArrowDown",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]),i=(0,f.A)("ArrowUpDown",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]);function j({columns:a,data:b,sortField:c,sortDir:f,onSort:j,onRowClick:k,rowKey:l,className:m}){return(0,d.jsx)("div",{className:(0,e.cn)("card overflow-hidden",m),children:(0,d.jsx)("div",{className:"overflow-x-auto",children:(0,d.jsxs)("table",{className:"w-full text-sm",children:[(0,d.jsx)("thead",{children:(0,d.jsx)("tr",{className:"border-b border-border bg-bg-secondary",children:a.map(a=>(0,d.jsx)("th",{className:(0,e.cn)("px-4 py-3 text-left text-xs font-medium text-text-muted uppercase tracking-wider whitespace-nowrap",a.sortable&&"cursor-pointer select-none hover:text-text-secondary",a.className),onClick:a.sortable&&j?()=>j(a.key):void 0,children:(0,d.jsxs)("span",{className:"inline-flex items-center gap-1",children:[a.label,a.sortable&&(c===a.key?"asc"===f?(0,d.jsx)(g,{className:"w-3 h-3"}):(0,d.jsx)(h,{className:"w-3 h-3"}):(0,d.jsx)(i,{className:"w-3 h-3 opacity-30"}))]})},a.key))})}),(0,d.jsx)("tbody",{className:"divide-y divide-border-subtle",children:b.map(b=>(0,d.jsx)("tr",{className:(0,e.cn)("transition-colors",k&&"cursor-pointer hover:bg-bg-secondary"),onClick:k?()=>k(b):void 0,children:a.map(a=>(0,d.jsx)("td",{className:(0,e.cn)("px-4 py-3 whitespace-nowrap",a.className),children:a.render(b)},a.key))},l(b)))})]})})})}},65381:(a,b,c)=>{"use strict";c.d(b,{p:()=>g});var d=c(82164),e=c(80097);let f=(0,c(17558).A)("Inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);function g({icon:a=f,title:b,description:c,action:g,className:h}){return(0,d.jsxs)("div",{className:(0,e.cn)("flex flex-col items-center justify-center py-16 text-center",h),children:[(0,d.jsx)(a,{className:"w-12 h-12 text-text-muted mb-4"}),(0,d.jsx)("h3",{className:"text-sm font-medium text-text-primary mb-1",children:b}),c&&(0,d.jsx)("p",{className:"text-sm text-text-muted max-w-sm",children:c}),g&&(0,d.jsx)("div",{className:"mt-4",children:g})]})}},66912:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(94026).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx","default")},82540:(a,b,c)=>{"use strict";c.d(b,{f:()=>g});var d=c(82164),e=c(23699),f=c(80097);function g({date:a,className:b}){return(0,d.jsx)("time",{dateTime:a,title:(0,e.Yq)(a),className:(0,f.cn)("text-text-secondary",b),children:(0,e.fF)(a)})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[955,409,870],()=>b(b.s=33685));module.exports=c})();
1
+ (()=>{var a={};a.id=413,a.ids=[413],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},3339:(a,b,c)=>{"use strict";c.d(b,{AV:()=>i,Eg:()=>g,F6:()=>h,O0:()=>f});var d=c(82164),e=c(80097);function f({className:a}){return(0,d.jsx)("div",{className:(0,e.cn)("animate-pulse bg-bg-tertiary rounded",a)})}function g({count:a=6}){return(0,d.jsx)("div",{className:"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-4",children:Array.from({length:a}).map((a,b)=>(0,d.jsxs)("div",{className:"card p-4",children:[(0,d.jsx)(f,{className:"h-3 w-16 mb-3"}),(0,d.jsx)(f,{className:"h-7 w-20"})]},b))})}function h({rows:a=5}){return(0,d.jsxs)("div",{className:"card overflow-hidden",children:[(0,d.jsx)("div",{className:"border-b border-border p-3",children:(0,d.jsx)(f,{className:"h-4 w-48"})}),Array.from({length:a}).map((a,b)=>(0,d.jsxs)("div",{className:"flex items-center gap-4 p-3 border-b border-border-subtle last:border-0",children:[(0,d.jsx)(f,{className:"h-4 w-24"}),(0,d.jsx)(f,{className:"h-4 w-32"}),(0,d.jsx)(f,{className:"h-4 w-20"}),(0,d.jsx)(f,{className:"h-4 w-16 ml-auto"})]},b))]})}function i(){return(0,d.jsxs)("div",{className:"space-y-6",children:[(0,d.jsx)(f,{className:"h-8 w-48"}),(0,d.jsx)(g,{}),(0,d.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-4",children:[(0,d.jsx)(h,{}),(0,d.jsx)(h,{})]})]})}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19046:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>q});var d=c(82164),e=c(54509),f=c(26170);c(49742);var g=c(64560),h=c(52743),i=c(65381),j=c(27825),k=c(3339),l=c(82540),m=c(54436),n=c(23699),o=c(54721);function p(){let a=(0,f.useRouter)(),b=parseInt((0,f.useSearchParams)().get("page")??"1",10),[c,p]=(0,e.useState)([]),[q,r]=(0,e.useState)(!0),[s,t]=(0,e.useState)(null),u=Math.max(1,Math.ceil(c.length/50)),v=c.slice((b-1)*50,50*b),w=[{key:"chain_id",label:"Chain ID",render:a=>(0,d.jsx)("code",{className:"font-mono text-xs text-primary",children:(0,n.Ct)(a.chain_id)})},{key:"receipt_count",label:"Receipts",render:a=>(0,d.jsx)("span",{className:"text-sm",children:a.receipt_count})},{key:"agents",label:"Agents",render:a=>(0,d.jsx)("span",{className:"text-xs text-text-secondary",children:a.agents.join(", ")})},{key:"started",label:"Started",render:a=>(0,d.jsx)(l.f,{date:a.started,className:"text-xs"})},{key:"duration_ms",label:"Duration",render:a=>(0,d.jsx)("span",{className:"text-xs text-text-secondary",children:(0,n.a3)(a.duration_ms)})},{key:"status",label:"Status",render:a=>(0,d.jsx)("span",{className:`text-xs font-medium ${a.has_failures?"text-danger":a.all_completed?"text-success":"text-warning"}`,children:a.has_failures?"Has Failures":a.all_completed?"Completed":"In Progress"})},{key:"constraints",label:"Constraints",render:a=>a.constraint_evaluated>0?(0,d.jsx)(m.L,{passed:a.constraint_passed,total:a.constraint_evaluated}):(0,d.jsx)("span",{className:"text-text-muted text-xs",children:"—"})},{key:"cost",label:"Cost",render:a=>(0,d.jsx)("span",{className:"text-xs text-text-secondary",children:(0,n.vv)(a.total_cost)})}];return s?(0,d.jsx)(j.W,{message:s}):q?(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsx)("h1",{className:"text-lg font-semibold",children:"Chains"}),(0,d.jsx)(k.F6,{rows:8})]}):(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h1",{className:"text-lg font-semibold text-text-primary",children:"Chains"}),(0,d.jsxs)("span",{className:"text-sm text-text-muted",children:[c.length," chains"]})]}),0===c.length?(0,d.jsx)(i.p,{icon:o.A,title:"No chains found",description:"Chains are created when receipts share a chain_id"}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(g.b,{columns:w,data:v,onRowClick:b=>a.push(`/chains/${b.chain_id}`),rowKey:a=>a.chain_id}),(0,d.jsx)(h.d,{page:b,totalPages:u,onPageChange:b=>a.push(`/chains?page=${b}`)})]})]})}function q(){return(0,d.jsx)(e.Suspense,{fallback:(0,d.jsx)(k.F6,{rows:8}),children:(0,d.jsx)(p,{})})}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27825:(a,b,c)=>{"use strict";c.d(b,{W:()=>g});var d=c(82164),e=c(28061),f=c(80097);function g({message:a="Something went wrong",onRetry:b,className:c}){return(0,d.jsxs)("div",{className:(0,f.cn)("flex flex-col items-center justify-center py-16 text-center",c),children:[(0,d.jsx)(e.A,{className:"w-12 h-12 text-danger mb-4"}),(0,d.jsx)("h3",{className:"text-sm font-medium text-text-primary mb-1",children:"Error"}),(0,d.jsx)("p",{className:"text-sm text-text-muted max-w-sm mb-4",children:a}),b&&(0,d.jsx)("button",{onClick:b,className:"px-4 py-2 text-sm font-medium bg-primary text-white rounded-md hover:bg-primary-hover transition-colors",children:"Retry"})]})}},28061:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(17558).A)("TriangleAlert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]])},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33685:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(48226),e=c(24085),f=c(69339),g=c(93292),h=c(11110),i=c(4120),j=c(60247),k=c(72548),l=c(74570),m=c(84880),n=c(38698),o=c(6085),p=c(35157),q=c(97854),r=c(261),s=c(39965),t=c(25794),u=c(26713),v=c(39172),w=c(5797),x=c(97769),y=c(7054),z=c(84002),A=c(3558),B=c(86439),C=c(2714),D=c.n(C),E=c(56130),F=c(72907),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["chains",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,66912)),"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx"]}]},{metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,21073))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,82648)),"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,2714,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,40428,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,22613,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,34312,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,21073))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]}.children,I=["/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/chains/page",pathname:"/chains",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/chains/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},33873:a=>{"use strict";a.exports=require("path")},34231:(a,b,c)=>{Promise.resolve().then(c.bind(c,66912))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},45903:(a,b,c)=>{Promise.resolve().then(c.bind(c,19046))},52743:(a,b,c)=>{"use strict";c.d(b,{d:()=>h});var d=c(82164),e=c(72597),f=c(97964),g=c(80097);function h({page:a,totalPages:b,onPageChange:c,className:h}){if(b<=1)return null;let i=[];if(b<=7)for(let a=1;a<=b;a++)i.push(a);else{i.push(1),a>3&&i.push("ellipsis");for(let c=Math.max(2,a-1);c<=Math.min(b-1,a+1);c++)i.push(c);a<b-2&&i.push("ellipsis"),i.push(b)}return(0,d.jsxs)("div",{className:(0,g.cn)("flex items-center justify-center gap-1",h),children:[(0,d.jsx)("button",{onClick:()=>c(a-1),disabled:a<=1,className:"p-2 rounded-md text-text-muted hover:bg-bg-tertiary disabled:opacity-30 disabled:cursor-not-allowed transition-colors",children:(0,d.jsx)(e.A,{className:"w-4 h-4"})}),i.map((b,e)=>"ellipsis"===b?(0,d.jsx)("span",{className:"px-2 text-text-muted",children:"..."},`e${e}`):(0,d.jsx)("button",{onClick:()=>c(b),className:(0,g.cn)("px-3 py-1 rounded-md text-sm transition-colors",b===a?"bg-primary text-white font-medium":"text-text-secondary hover:bg-bg-tertiary"),children:b},b)),(0,d.jsx)("button",{onClick:()=>c(a+1),disabled:a>=b,className:"p-2 rounded-md text-text-muted hover:bg-bg-tertiary disabled:opacity-30 disabled:cursor-not-allowed transition-colors",children:(0,d.jsx)(f.A,{className:"w-4 h-4"})})]})}},54436:(a,b,c)=>{"use strict";c.d(b,{L:()=>f});var d=c(82164),e=c(80097);function f({passed:a,total:b,className:c}){if(0===b)return(0,d.jsx)("span",{className:"text-text-muted text-xs",children:"—"});let f=a===b;return(0,d.jsxs)("span",{className:(0,e.cn)("inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium",f?"bg-success-subtle text-success":"bg-danger-subtle text-danger",c),children:[a,"/",b," ",f?"✓":"✗"]})}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64560:(a,b,c)=>{"use strict";c.d(b,{b:()=>j});var d=c(82164),e=c(80097),f=c(17558);let g=(0,f.A)("ArrowUp",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]),h=(0,f.A)("ArrowDown",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]),i=(0,f.A)("ArrowUpDown",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]);function j({columns:a,data:b,sortField:c,sortDir:f,onSort:j,onRowClick:k,rowKey:l,className:m}){return(0,d.jsx)("div",{className:(0,e.cn)("card overflow-hidden",m),children:(0,d.jsx)("div",{className:"overflow-x-auto",children:(0,d.jsxs)("table",{className:"w-full text-sm",children:[(0,d.jsx)("thead",{children:(0,d.jsx)("tr",{className:"border-b border-border bg-bg-secondary",children:a.map(a=>(0,d.jsx)("th",{className:(0,e.cn)("px-4 py-3 text-left text-xs font-medium text-text-muted uppercase tracking-wider whitespace-nowrap",a.sortable&&"cursor-pointer select-none hover:text-text-secondary",a.className),onClick:a.sortable&&j?()=>j(a.key):void 0,children:(0,d.jsxs)("span",{className:"inline-flex items-center gap-1",children:[a.label,a.sortable&&(c===a.key?"asc"===f?(0,d.jsx)(g,{className:"w-3 h-3"}):(0,d.jsx)(h,{className:"w-3 h-3"}):(0,d.jsx)(i,{className:"w-3 h-3 opacity-30"}))]})},a.key))})}),(0,d.jsx)("tbody",{className:"divide-y divide-border-subtle",children:b.map(b=>(0,d.jsx)("tr",{className:(0,e.cn)("transition-colors",k&&"cursor-pointer hover:bg-bg-secondary"),onClick:k?()=>k(b):void 0,children:a.map(a=>(0,d.jsx)("td",{className:(0,e.cn)("px-4 py-3 whitespace-nowrap",a.className),children:a.render(b)},a.key))},l(b)))})]})})})}},65381:(a,b,c)=>{"use strict";c.d(b,{p:()=>g});var d=c(82164),e=c(80097);let f=(0,c(17558).A)("Inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);function g({icon:a=f,title:b,description:c,action:g,className:h}){return(0,d.jsxs)("div",{className:(0,e.cn)("flex flex-col items-center justify-center py-16 text-center",h),children:[(0,d.jsx)(a,{className:"w-12 h-12 text-text-muted mb-4"}),(0,d.jsx)("h3",{className:"text-sm font-medium text-text-primary mb-1",children:b}),c&&(0,d.jsx)("p",{className:"text-sm text-text-muted max-w-sm",children:c}),g&&(0,d.jsx)("div",{className:"mt-4",children:g})]})}},66912:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(94026).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx","default")},82540:(a,b,c)=>{"use strict";c.d(b,{f:()=>g});var d=c(82164),e=c(23699),f=c(80097);function g({date:a,className:b}){return(0,d.jsx)("time",{dateTime:a,title:(0,e.Yq)(a),className:(0,f.cn)("text-text-secondary",b),children:(0,e.fF)(a)})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[955,718,640],()=>b(b.s=33685));module.exports=c})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../node_modules/next","../../../package.json","../../chunks/409.js","../../chunks/870.js","../../chunks/955.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../node_modules/next","../../../package.json","../../chunks/640.js","../../chunks/718.js","../../chunks/955.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/chains/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"87967","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":47054,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","413","static/chunks/app/chains/page-d0b634ca7d0aa92d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/acaddf5367ce801c.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/chains/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"9001":{"*":{"id":"52203","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"17703":{"*":{"id":"83962","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57848":{"*":{"id":"36678","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-43fe6d25823e2373.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":17703,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-43fe6d25823e2373.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/how-it-works/page.tsx":{"id":9001,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","413","static/chunks/app/chains/page-a3f21d8d62ffa174.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-deece9e5e4e6c9dc.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/get-started/page.tsx":{"id":57848,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/b5d5599054174bf1.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"9001":{"*":{"id":"1377","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"17703":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57848":{"*":{"id":"58700","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
@@ -1,8 +1,8 @@
1
- <!DOCTYPE html><!--PR01YFr8r3jMbfS8pPz1u--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/acaddf5367ce801c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-acfef48110e09a0e.js"/><script src="/_next/static/chunks/8e6518bb-8ba80b673620744d.js" async=""></script><script src="/_next/static/chunks/743-1f01386e3a1c3b1c.js" async=""></script><script src="/_next/static/chunks/main-app-d3c171e7aef05d2f.js" async=""></script><script src="/_next/static/chunks/702-fda62c486b5bb5f8.js" async=""></script><script src="/_next/static/chunks/935-f80c248ba99512e2.js" async=""></script><script src="/_next/static/chunks/app/layout-66d4997939026d7c.js" async=""></script><script src="/_next/static/chunks/app/chains/page-d0b634ca7d0aa92d.js" async=""></script><title>Agent Receipts — Mission Control</title><meta name="description" content="Verifiable, signed, immutable proof that an autonomous action happened."/><script>
1
+ <!DOCTYPE html><!--pkASOzaisH7Pm796xebp0--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b5d5599054174bf1.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-acfef48110e09a0e.js"/><script src="/_next/static/chunks/8e6518bb-8ba80b673620744d.js" async=""></script><script src="/_next/static/chunks/743-1f01386e3a1c3b1c.js" async=""></script><script src="/_next/static/chunks/main-app-d3c171e7aef05d2f.js" async=""></script><script src="/_next/static/chunks/702-fda62c486b5bb5f8.js" async=""></script><script src="/_next/static/chunks/935-f80c248ba99512e2.js" async=""></script><script src="/_next/static/chunks/app/layout-43fe6d25823e2373.js" async=""></script><script src="/_next/static/chunks/app/chains/page-a3f21d8d62ffa174.js" async=""></script><title>Agent Receipts — Mission Control</title><meta name="description" content="Verifiable, signed, immutable proof that an autonomous action happened."/><link rel="icon" href="/icon.svg?766d04f8a781ae61" type="image/svg+xml" sizes="any"/><script>
2
2
  try {
3
3
  const theme = localStorage.getItem('theme')
4
4
  if (theme === 'dark' || (!theme && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
5
5
  document.documentElement.classList.add('dark')
6
6
  }
7
7
  } catch {}
8
- </script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen"><aside class="hidden md:flex flex-col bg-bg-primary border-r border-border h-screen sticky top-0 transition-all duration-200 w-56"><div class="flex items-center h-14 border-b border-border px-4"><a class="flex items-center gap-2 min-w-0" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database w-5 h-5 text-primary shrink-0"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span class="font-semibold text-sm text-text-primary truncate">Agent Receipts</span></a></div><nav class="flex-1 py-2 overflow-y-auto"><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-4 h-4 shrink-0"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-4 h-4 shrink-0"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors bg-primary-subtle text-primary font-medium" href="/chains"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link2 w-4 h-4 shrink-0"><path d="M9 17H7A5 5 0 0 1 7 7h2"></path><path d="M15 7h2a5 5 0 1 1 0 10h-2"></path><line x1="8" x2="16" y1="12" y2="12"></line></svg><span>Chains</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-4 h-4 shrink-0"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/constraints"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-check-big w-4 h-4 shrink-0"><path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5"></path><path d="m9 11 3 3L22 4"></path></svg><span>Constraints</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/judgments"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scale w-4 h-4 shrink-0"><path d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="M7 21h10"></path><path d="M12 3v18"></path><path d="M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"></path></svg><span>Judgments</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/invoices"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text w-4 h-4 shrink-0"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span>Invoices</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-4 h-4 shrink-0"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-4 h-4 shrink-0"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></nav><button class="flex items-center justify-center h-10 border-t border-border text-text-muted hover:text-text-secondary transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left w-4 h-4"><path d="m15 18-6-6 6-6"></path></svg></button></aside><div class="flex-1 flex flex-col min-w-0"><header class="h-14 border-b border-border bg-bg-primary flex items-center justify-between px-4 md:px-6 sticky top-0 z-30"><button class="flex items-center gap-2 px-3 py-1.5 rounded-md border border-border bg-bg-secondary text-text-muted text-sm hover:border-text-muted transition-colors max-w-md w-full md:w-80"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search w-4 h-4 shrink-0"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg><span class="truncate">Search receipts, agents, chains...</span><kbd class="hidden md:inline-flex ml-auto text-xs border border-border rounded px-1.5 py-0.5 bg-bg-primary text-text-muted">⌘<!-- -->K</kbd></button><div class="flex items-center gap-2"><button class="p-2 rounded-md transition-colors text-success hover:bg-success-subtle" title="Auto-refresh on"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-4 h-4 animate-spin" style="animation-duration:3s"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><button class="p-2 rounded-md text-text-muted hover:bg-bg-tertiary transition-colors" title="Switch to dark mode"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon w-4 h-4"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path></svg></button></div></header><main class="flex-1 p-4 md:p-6 pb-20 md:pb-6"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="card overflow-hidden"><div class="border-b border-border p-3"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-48"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div></div><!--/$--><!--$--><!--/$--></main></div><nav class="md:hidden fixed bottom-0 left-0 right-0 z-40 bg-bg-primary border-t border-border"><div class="flex items-center justify-around h-14"><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-5 h-5"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-5 h-5"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-5 h-5"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-5 h-5"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-5 h-5"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></div></nav></div><script src="/_next/static/chunks/webpack-acfef48110e09a0e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[47054,[\"702\",\"static/chunks/702-fda62c486b5bb5f8.js\",\"935\",\"static/chunks/935-f80c248ba99512e2.js\",\"177\",\"static/chunks/app/layout-66d4997939026d7c.js\"],\"LayoutShell\"]\n3:I[78954,[],\"\"]\n4:I[85640,[],\"\"]\n5:I[3339,[],\"ClientPageRoot\"]\n6:I[61974,[\"702\",\"static/chunks/702-fda62c486b5bb5f8.js\",\"413\",\"static/chunks/app/chains/page-d0b634ca7d0aa92d.js\"],\"default\"]\n9:I[62051,[],\"OutletBoundary\"]\nb:I[96658,[],\"AsyncMetadataOutlet\"]\nd:I[62051,[],\"ViewportBoundary\"]\nf:I[62051,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[37698,[],\"\"]\n:HL[\"/_next/static/css/acaddf5367ce801c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"PR01YFr8r3jMbfS8pPz1u\",\"p\":\"\",\"c\":[\"\",\"chains\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"chains\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/acaddf5367ce801c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n try {\\n const theme = localStorage.getItem('theme')\\n if (theme === 'dark' || (!theme \u0026\u0026 window.matchMedia('(prefers-color-scheme: dark)').matches)) {\\n document.documentElement.classList.add('dark')\\n }\\n } catch {}\\n \"}}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"chains\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],null],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"c:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Agent Receipts — Mission Control\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Verifiable, signed, immutable proof that an autonomous action happened.\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
8
+ </script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen"><aside class="hidden md:flex flex-col bg-bg-primary border-r border-border h-screen sticky top-0 transition-all duration-200 w-56"><div class="flex items-center h-14 border-b border-border px-4"><a class="flex items-center gap-2 min-w-0" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database w-5 h-5 text-primary shrink-0"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span class="font-semibold text-sm text-text-primary truncate">Agent Receipts</span></a></div><nav class="flex-1 py-2 overflow-y-auto"><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-4 h-4 shrink-0"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-4 h-4 shrink-0"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors bg-primary-subtle text-primary font-medium" href="/chains"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link2 w-4 h-4 shrink-0"><path d="M9 17H7A5 5 0 0 1 7 7h2"></path><path d="M15 7h2a5 5 0 1 1 0 10h-2"></path><line x1="8" x2="16" y1="12" y2="12"></line></svg><span>Chains</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-4 h-4 shrink-0"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/constraints"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-check-big w-4 h-4 shrink-0"><path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5"></path><path d="m9 11 3 3L22 4"></path></svg><span>Constraints</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/judgments"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scale w-4 h-4 shrink-0"><path d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="M7 21h10"></path><path d="M12 3v18"></path><path d="M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"></path></svg><span>Judgments</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/invoices"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text w-4 h-4 shrink-0"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span>Invoices</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-4 h-4 shrink-0"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-4 h-4 shrink-0"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/how-it-works"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-book-open w-4 h-4 shrink-0"><path d="M12 7v14"></path><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"></path></svg><span>How It Works</span></a></nav><button class="flex items-center justify-center h-10 border-t border-border text-text-muted hover:text-text-secondary transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left w-4 h-4"><path d="m15 18-6-6 6-6"></path></svg></button></aside><div class="flex-1 flex flex-col min-w-0"><div class="w-full bg-amber-500/10 dark:bg-amber-500/20 border-b border-amber-500/30 dark:border-amber-400/30 px-4 py-2 text-center text-sm text-amber-700 dark:text-amber-300">Demo mode — showing sample data.<!-- --> <a href="/get-started" class="underline font-semibold text-amber-800 dark:text-amber-200">Run locally with your own agents →</a></div><header class="h-14 border-b border-border bg-bg-primary flex items-center justify-between px-4 md:px-6 sticky top-0 z-30"><button class="flex items-center gap-2 px-3 py-1.5 rounded-md border border-border bg-bg-secondary text-text-muted text-sm hover:border-text-muted transition-colors max-w-md w-full md:w-80"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search w-4 h-4 shrink-0"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg><span class="truncate">Search receipts, agents, chains...</span><kbd class="hidden md:inline-flex ml-auto text-xs border border-border rounded px-1.5 py-0.5 bg-bg-primary text-text-muted">⌘<!-- -->K</kbd></button><div class="flex items-center gap-2"><button class="p-2 rounded-md transition-colors text-success hover:bg-success-subtle" title="Auto-refresh on"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-4 h-4 animate-spin" style="animation-duration:3s"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><button class="p-2 rounded-md text-text-muted hover:bg-bg-tertiary transition-colors" title="Switch to dark mode"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon w-4 h-4"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path></svg></button></div></header><main class="flex-1 p-4 md:p-6 pb-20 md:pb-6"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="card overflow-hidden"><div class="border-b border-border p-3"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-48"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div><div class="flex items-center gap-4 p-3 border-b border-border-subtle last:border-0"><div class="animate-pulse bg-bg-tertiary rounded h-4 w-24"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-32"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-20"></div><div class="animate-pulse bg-bg-tertiary rounded h-4 w-16 ml-auto"></div></div></div><!--/$--><!--$--><!--/$--></main></div><nav class="md:hidden fixed bottom-0 left-0 right-0 z-40 bg-bg-primary border-t border-border"><div class="flex items-center justify-around h-14"><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-5 h-5"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-5 h-5"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-5 h-5"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-5 h-5"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-5 h-5"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></div></nav></div><script src="/_next/static/chunks/webpack-acfef48110e09a0e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[17703,[\"702\",\"static/chunks/702-fda62c486b5bb5f8.js\",\"935\",\"static/chunks/935-f80c248ba99512e2.js\",\"177\",\"static/chunks/app/layout-43fe6d25823e2373.js\"],\"LayoutShell\"]\n3:I[78954,[],\"\"]\n4:I[85640,[],\"\"]\n5:I[3339,[],\"ClientPageRoot\"]\n6:I[61974,[\"702\",\"static/chunks/702-fda62c486b5bb5f8.js\",\"413\",\"static/chunks/app/chains/page-a3f21d8d62ffa174.js\"],\"default\"]\n9:I[62051,[],\"OutletBoundary\"]\nb:I[96658,[],\"AsyncMetadataOutlet\"]\nd:I[62051,[],\"ViewportBoundary\"]\nf:I[62051,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[37698,[],\"\"]\n:HL[\"/_next/static/css/b5d5599054174bf1.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"pkASOzaisH7Pm796xebp0\",\"p\":\"\",\"c\":[\"\",\"chains\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"chains\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b5d5599054174bf1.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n try {\\n const theme = localStorage.getItem('theme')\\n if (theme === 'dark' || (!theme \u0026\u0026 window.matchMedia('(prefers-color-scheme: dark)').matches)) {\\n document.documentElement.classList.add('dark')\\n }\\n } catch {}\\n \"}}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"chains\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],null],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[14970,[],\"IconMark\"]\nc:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Agent Receipts — Mission Control\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Verifiable, signed, immutable proof that an autonomous action happened.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?766d04f8a781ae61\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}],[\"$\",\"$L13\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>