From 466b49b5a9b94ce13cb93a08bf96d12aa0cfa763 Mon Sep 17 00:00:00 2001 From: Tej Qu Nair Date: Thu, 17 Oct 2024 13:07:52 -0700 Subject: [PATCH] fix: typo in the solidity section of the book (#1664) --- book/onchain-verification/solidity-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/onchain-verification/solidity-sdk.md b/book/onchain-verification/solidity-sdk.md index 8f9d1098aa..822ab620b9 100644 --- a/book/onchain-verification/solidity-sdk.md +++ b/book/onchain-verification/solidity-sdk.md @@ -66,7 +66,7 @@ contract Fibonacci { ### Finding your program vkey -The program vkey (`fibonacciProgramVKey` in the example above) is passed into the `ISP1Verifer` along with the public values and proof bytes. You +The program vkey (`fibonacciProgramVKey` in the example above) is passed into the `ISP1Verifier` along with the public values and proof bytes. You can find your program vkey by going through the following steps: 1. Find what version of SP1 crates you are using.