Skip to content

Commit e677c0b

Browse files
committed
Remove PROOF_AGGREGATOR_ADDR
1 parent 110baad commit e677c0b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

batcher/aligned/send_proof_with_random_address.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
PROOF_GENERATOR_ADDR=0x66f9664f97F2b50F62D13eA064982f936dE76657
4-
53
if [ -z "$NETWORK" ]; then
64
echo "NETWORK is not set. Setting it to devnet"
75
NETWORK="devnet"
@@ -25,7 +23,6 @@ if [[ $PROOF_TYPE == "sp1" ]]; then
2523
--proving_system SP1 \
2624
--proof ../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.proof \
2725
--vm_program ../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.elf \
28-
--proof_generator_addr $PROOF_GENERATOR_ADDR \
2926
--random_address \
3027
--rpc_url $RPC_URL \
3128
--network $NETWORK
@@ -37,7 +34,6 @@ elif [[ $PROOF_TYPE == "groth16" ]]; then
3734
--proof ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.proof \
3835
--public_input ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.pub \
3936
--vk ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.vk \
40-
--proof_generator_addr $PROOF_GENERATOR_ADD$ \
4137
--random_address \
4238
--rpc_url $RPC_URL \
4339
--network $NETWORK
@@ -49,7 +45,6 @@ elif [[ $PROOF_TYPE == "plonk" ]]; then
4945
--proof ../../scripts/test_files/gnark_plonk_bn254_script/plonk.proof \
5046
--public_input ../../scripts/test_files/gnark_plonk_bn254_script/plonk_pub_input.pub \
5147
--vk ../../scripts/test_files/gnark_plonk_bn254_script/plonk.vk \
52-
--proof_generator_addr $PROOF_GENERATOR_ADD$ \
5348
--random_address \
5449
--rpc_url $RPC_URL \
5550
--network $NETWORK
@@ -60,7 +55,6 @@ elif [[ $PROOF_TYPE == "risc0" ]]; then
6055
--proving_system Risc0 \
6156
--proof ../../scripts/test_files/risc_zero/no_public_inputs/risc_zero_no_pub_input_2_0.proof \
6257
--vm_program ../../scripts/test_files/risc_zero/no_public_inputs/no_pub_input_id_2_0.bin \
63-
--proof_generator_addr $PROOF_GENERATOR_ADD$ \
6458
--random_address \
6559
--rpc_url $RPC_URL \
6660
--network $NETWORK

0 commit comments

Comments
 (0)