We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07017f commit 30f764cCopy full SHA for 30f764c
contracts/registry/build/registry_approval.teal
@@ -20,7 +20,7 @@
20
#define MANAGER_KEY "manager"
21
22
// TODO
23
-#define ORDER_APP_HASH 0x027d4c66fc0e7b4696b51620974d81dfc31a4c9f48fc9c574b2e89cf91ac4219
+#define ORDER_APP_HASH 0x2cb06aa207570c893b288d108627cd6b339203b36870162684ad338865025153
24
25
// tl:28: router:
26
pushbytes "create_application"
@@ -466,7 +466,7 @@ __func__create_entry:
466
store 16 // approval_hash
467
// tl:190: assert(approval_hash == ORDER_APP_HASH)
468
load 16 // approval_hash
469
- pushbytes ORDER_APP_HASH // 0x027d4c66fc0e7b4696b51620974d81dfc31a4c9f48fc9c574b2e89cf91ac4219
+ pushbytes ORDER_APP_HASH // 0x2cb06aa207570c893b288d108627cd6b339203b36870162684ad338865025153
470
==
471
assert
472
contracts/registry/build/registry_approval.teal.tok
0 Bytes
0 commit comments