Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit ae3f031

Browse files
chore: update script
1 parent c4fb759 commit ae3f031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_service.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ if [ "$local_service_hash" != "$remote_service_hash" ]; then
415415
echo ""
416416

417417
# TODO this condition should be increased to be service_state=DEPLOYED && current_safe_owner=agent_address.
418+
# Otherwise the script will not recover the on-chain state in the (rare) case where this transaction succeeds but terminating transaction fails.
418419
if [ $(get_on_chain_service_state $service_id) == "DEPLOYED" ]; then
419420
# transfer the ownership of the Safe from the agent to the service owner
420421
# (in a live service, this should be done by sending a 0 DAI transfer to its Safe)

0 commit comments

Comments
 (0)