Contract verification page, cache-busted assets, no-withdrawal line
/contract: plain-language security review with the six design laws, honest operator CAN/CANNOT lists, split walkthrough, oracle bridge and anti-stall notes, testing summary, live explorer + Sourcify verified-source links (config-driven so it follows the mainnet flip). Nav gains The contract. All asset URLs now carry a version query so deploys bust browser caches (the level-cycler stall). Earn-deeper checklist leads with: no withdrawal requests, ever. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+4
-4
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>My account | InstantAdPay</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
|
||||
<link rel="stylesheet" href="/assets/site.css">
|
||||
<link rel="stylesheet" href="/assets/site.css?v=20260904f">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
@@ -130,8 +130,8 @@
|
||||
|
||||
<footer><div>InstantAdPay · <a href="/ledger">live ledger</a></div></footer>
|
||||
</div>
|
||||
<script src="/assets/common.js"></script>
|
||||
<script src="/assets/wallet.js"></script>
|
||||
<script src="/assets/my.js"></script>
|
||||
<script src="/assets/common.js?v=20260904f"></script>
|
||||
<script src="/assets/wallet.js?v=20260904f"></script>
|
||||
<script src="/assets/my.js?v=20260904f"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user