Skip to content

Commit 3a0cf43

Browse files
joe-pnullun
andcommitted
feat: optimized routing
Co-authored-by: nullun <git@nullun.com>
1 parent 65929e8 commit 3a0cf43

File tree

314 files changed

+6518
-6638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+6518
-6638
lines changed

examples/amm/tealscript_artifacts/ConstantProductAMM.approval.teal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
// Every possible action for this contract is represented in the switch statement
1212
// If the action is not implmented in the contract, its respective branch will be "NOT_IMPLEMENTED" which just contains "err"
1313
txn ApplicationID
14-
int 0
15-
>
14+
!
1615
int 6
1716
*
1817
txn OnCompletion
1918
+
20-
switch create_NoOp NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED call_NoOp
19+
switch call_NoOp NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED create_NoOp NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED NOT_IMPLEMENTED
2120

2221
NOT_IMPLEMENTED:
2322
err

examples/amm/tealscript_artifacts/ConstantProductAMM.arc32.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)