Skip to content

Commit

Permalink
Use the new buckets for testnet/mainnet replay-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Sep 5, 2024
1 parent 4558e27 commit 7dfcb77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/replay-verify.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion testsuite/replay_verify_run_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def local_setup():
# Take these from the expected replay verify run
envs = {
"TIMEOUT_MINUTES": "5",
"BUCKET": "aptos-testnet-backup-b7b1ad7a",
"BUCKET": "aptos-testnet-backup",
"SUB_DIR": "e1",
"HISTORY_START": "350000000",
"TXNS_TO_SKIP": "0", # 46874937 151020059 should be excluded
Expand Down

0 comments on commit 7dfcb77

Please sign in to comment.