Skip to content

Commit

Permalink
feat: update docs for v3 pt 2 (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored Oct 18, 2024
1 parent 4f15994 commit 385fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/onchain-verification/contract-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ verifier contract by following the instructions in the
[SP1 Contracts Repo](https://github.com/succinctlabs/sp1-contracts/blob/main/README.md#deployments).

Since both the `SP1VerifierGateway` and each `SP1Verifier` implement the [ISP1Verifier
interface](./contract-usage.md#isp1verifier-interface), you can choose to either:
interface](https://github.com/succinctlabs/sp1-contracts/blob/main/contracts/src/ISP1Verifier.sol), you can choose to either:

* Deploy the `SP1VerifierGateway` and add `SP1Verifier` contracts to it. Then point to the
`SP1VerifierGateway` address in your contracts.
Expand Down

0 comments on commit 385fc01

Please sign in to comment.