Skip to content

Commit 96b5514

Browse files
committed
chore: update sender_with_alert.sh script
1 parent 738b27c commit 96b5514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/sender_with_alert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ do
111111
--proof "./scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${x}_groth16.proof" \
112112
--public_input "./scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${x}_groth16.pub" \
113113
--vk "./scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_${x}_groth16.vk" \
114-
--proof_generator_addr $SENDER_ADDRESS \
115114
--private_key $PRIVATE_KEY \
116115
--rpc_url $RPC_URL \
117116
--network $NETWORK \
118117
--max_fee 0.004ether \
118+
--random_address \
119119
2>&1)
120120

121121
echo "$submit"

0 commit comments

Comments
 (0)