File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1133,8 +1133,8 @@ docker_batcher_send_mina_burst:
11331133 docker exec $(shell docker ps | grep batcher | awk '{print $$1}') aligned submit \
11341134 --private_key $(DOCKER_PROOFS_PRIVATE_KEY) \
11351135 --proving_system Mina \
1136- --proof ./scripts/test_files/mina/mina_state .proof \
1137- --public_input ./scripts/test_files/mina/mina_state .pub \
1136+ --proof ./scripts/test_files/mina/devnet_mina_state .proof \
1137+ --public_input ./scripts/test_files/mina/devnet_mina_state .pub \
11381138 --repetitions $(DOCKER_BURST_SIZE) \
11391139 --proof_generator_addr $(PROOF_GENERATOR_ADDRESS) \
11401140 --rpc_url $(DOCKER_RPC_URL) \
Original file line number Diff line number Diff line change 77 "github.com/yetanotherco/aligned_layer/operator/mina"
88)
99
10- const ProofFilePath = "../../scripts/test_files/mina/mina_state .proof"
10+ const ProofFilePath = "../../scripts/test_files/mina/devnet_mina_state .proof"
1111
12- const PubInputFilePath = "../../scripts/test_files/mina/mina_state .pub"
12+ const PubInputFilePath = "../../scripts/test_files/mina/devnet_mina_state .pub"
1313
1414func TestMinaStateProofVerifies (t * testing.T ) {
1515 proofBytes , err := os .ReadFile (ProofFilePath )
You can’t perform that action at this time.
0 commit comments