|
34 | 34 | <meta http-equiv="content-security-policy" content=""> |
35 | 35 | <link href="./_app/immutable/assets/_layout-e2caa7e1.css" rel="stylesheet"> |
36 | 36 | <link href="./_app/immutable/assets/app-fd9a8d0c.css" rel="stylesheet"> |
37 | | - <link rel="modulepreload" href="./_app/immutable/start-ec30e318.js"> |
| 37 | + <link rel="modulepreload" href="./_app/immutable/start-d4e6303a.js"> |
38 | 38 | <link rel="modulepreload" href="./_app/immutable/chunks/index-1d4083c1.js"> |
39 | 39 | <link rel="modulepreload" href="./_app/immutable/chunks/singletons-644a2fdc.js"> |
40 | 40 | <link rel="modulepreload" href="./_app/immutable/chunks/index-2985fbf4.js"> |
41 | 41 | <link rel="modulepreload" href="./_app/immutable/components/layout.svelte-4be16cb6.js"> |
42 | 42 | <link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.ts-9cbb603b.js"> |
43 | 43 | <link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js"> |
44 | | - <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/_layout.svelte-ea089cab.js"> |
45 | | - <link rel="modulepreload" href="./_app/immutable/chunks/store-3208a846.js"> |
46 | | - <link rel="modulepreload" href="./_app/immutable/chunks/examples-77cabd49.js"> |
47 | | - <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/02-addresses/_page.svelte-9a9b860a.js"> |
48 | | - <link rel="modulepreload" href="./_app/immutable/chunks/index-ad3893c0.js"> |
| 44 | + <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/_layout.svelte-af0b395a.js"> |
| 45 | + <link rel="modulepreload" href="./_app/immutable/chunks/store-568ba917.js"> |
| 46 | + <link rel="modulepreload" href="./_app/immutable/chunks/examples-9e2f804a.js"> |
| 47 | + <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/02-addresses/_page.svelte-7689aed4.js"> |
| 48 | + <link rel="modulepreload" href="./_app/immutable/chunks/index-4450da48.js"> |
49 | 49 | </head> |
50 | 50 | <body> |
51 | 51 | <div style="display: contents"> |
|
78 | 78 |
|
79 | 79 | contract Addresses with Deployable { |
80 | 80 |
|
| 81 | + // contract persistent state variables |
81 | 82 | // we have three representations of the same address |
82 | 83 | a1: Address = address("EQCD39VS5jcptHL8vMjEXrzGaRcCVYto7HUn4bpAOg8xqB2N"); // bouncable (same foundation wallet) |
83 | 84 | a2: Address = address("UQCD39VS5jcptHL8vMjEXrzGaRcCVYto7HUn4bpAOg8xqEBI"); // non-bounceable (same foundation wallet) |
84 | 85 | a3: Address; |
85 | | - |
| 86 | + |
86 | 87 | a4: Address; |
87 | 88 | a5: Address; |
88 | 89 | a6: Address; |
|
98 | 99 | } |
99 | 100 |
|
100 | 101 | receive("show all") { |
101 | | - // addresses cannot currently be dumped |
102 | | - // TODO: dump(self.a1); |
| 102 | + /// addresses cannot currently be dumped |
| 103 | + /// TODO: https://github.com/tact-lang/tact/issues/16 |
| 104 | + /// dump(self.a1); |
103 | 105 | } |
104 | 106 |
|
105 | 107 | receive("show ops") { |
|
154 | 156 | </div> |
155 | 157 |
|
156 | 158 |
|
157 | | - <script type="module" data-sveltekit-hydrate="1f5b1ag"> |
158 | | - import { start } from "./_app/immutable/start-ec30e318.js"; |
| 159 | + <script type="module" data-sveltekit-hydrate="zn6egd"> |
| 160 | + import { start } from "./_app/immutable/start-d4e6303a.js"; |
159 | 161 |
|
160 | 162 | start({ |
161 | 163 | assets: "", |
162 | 164 | env: {}, |
163 | | - target: document.querySelector('[data-sveltekit-hydrate="1f5b1ag"]').parentNode, |
164 | | - version: "1678496914612", |
| 165 | + target: document.querySelector('[data-sveltekit-hydrate="zn6egd"]').parentNode, |
| 166 | + version: "1678503087707", |
165 | 167 | hydrate: { |
166 | 168 | node_ids: [0, 2, 8], |
167 | 169 | data: [null,null,null], |
|
0 commit comments