Skip to content

Commit

Permalink
chore: regen artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Mar 27, 2024
1 parent 417dea3 commit 882a1fa
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ def deploy(
if is_mainnet
else algokit_utils.OnSchemaBreak.ReplaceApp
),
on_update=algokit_utils.OnUpdate.AppendApp
if is_mainnet
else algokit_utils.OnUpdate.UpdateApp,
on_update=(
algokit_utils.OnUpdate.AppendApp
if is_mainnet
else algokit_utils.OnUpdate.UpdateApp
),
allow_delete=not is_mainnet,
allow_update=not is_mainnet,
)
Expand Down

0 comments on commit 882a1fa

Please sign in to comment.