Skip to content

Commit

Permalink
add trx for batch monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Nov 28, 2024
1 parent 0cf074c commit d5c9102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 55 deletions.
21 changes: 0 additions & 21 deletions .github/actions/monitor-cdk-verified-batches/action.yml

This file was deleted.

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
run: sudo chmod +x .github/actions/monitor-cdk-verified-batches/batch_verification_monitor.sh

- name: Monitor verified batches
working-directory: ./cdk-data-availability
working-directory: ./kurtosis-cdk
shell: bash
run: .github/actions/monitor-cdk-verified-batches/batch_verification_monitor.sh 19 600
run: |
rpc_url="$(kurtosis port print cdk cdk-erigon-rpc-001 rpc)"
echo "Using RPC URL: $rpc_url"
.github/scripts/monitor-cdk-verified-batches/monitor-verified-batches.sh --enclave cdk --rpc-url "$rpc_url" --target 19 --timeout 600

0 comments on commit d5c9102

Please sign in to comment.