From 9a3bdecf8e9f23d137008aa98c0d01aaf71515b2 Mon Sep 17 00:00:00 2001 From: Mauro Toscano <12560266+MauroToscano@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:27:43 -0300 Subject: [PATCH] Changed docs on send to cbor --- docs/1_introduction/1_try_aligned.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1_introduction/1_try_aligned.md b/docs/1_introduction/1_try_aligned.md index 47e38f555..6a317ed89 100644 --- a/docs/1_introduction/1_try_aligned.md +++ b/docs/1_introduction/1_try_aligned.md @@ -50,7 +50,7 @@ Use the link in the response to check the status of your transaction in the Alig ```bash aligned verify-proof-onchain \ ---aligned-verification-data ~/.aligned/aligned_verification_data/*.json \ +--aligned-verification-data ~/.aligned/aligned_verification_data/*.cbor \ --rpc_url https://ethereum-holesky-rpc.publicnode.com \ --network holesky ```