Skip to content

Commit

Permalink
add finalize message
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Nov 20, 2022
1 parent 72dda27 commit ec65341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tip-payment/scripts/autosnapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ main() {

post_slack_message "$SLACK_APP_TOKEN" "$SLACK_CHANNEL" "claiming mev tips epoch: $last_epoch slot: $previous_epoch_final_slot"
claim_tips "$merkle_tree_filepath" "$RPC_URL" "$TIP_DISTRIBUTION_PROGRAM_ID" "$KEYPAIR"
post_slack_message "$SLACK_APP_TOKEN" "$SLACK_CHANNEL" "successfully claimed mev tips epoch: $last_epoch slot: $previous_epoch_final_slot"

touch "$SNAPSHOT_DIR/$last_epoch.done"
}
Expand Down

0 comments on commit ec65341

Please sign in to comment.