Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 8, 2025
1 parent 6aa4bfb commit e9b257c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions book/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ Here's how to deploy an SP1 Vector contract for an Avail chain.
export PRIVATE_KEY=<PRIVATE_KEY>
# Optional
# If you're using the Succinct network, set SP1_PROVER to "network". Otherwise, set it to "local" or "mock".
export SP1_PROVER={network|local|mock}
# Only required if SP1_PROVER is set "network".
export SP1_PRIVATE_KEY=<SP1_PRIVATE_KEY>
# If you're generating proofs on the Succinct Network, set NETWORK_PRIVATE_KEY to the private key of the account you want to use.
export NETWORK_PRIVATE_KEY=<NETWORK_PRIVATE_KEY>
# If you're using a custom endpoint, set NETWORK_RPC_URL to the URL of the endpoint you want to use.
export NETWORK_RPC_URL=<NETWORK_RPC_URL>
```

5. Run the SP1 Vector operator to update the LC continuously.
Expand Down
5 changes: 4 additions & 1 deletion script/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ VECTORX_QUERY_URL=https://vectorx-query.succinct.xyz

# SP1 Config
SP1_PROVER=
SP1_PRIVATE_KEY=
NETWORK_PRIVATE_KEY=

# Optional
NETWORK_RPC_URL=

## If set to true, fill out the KMS config. Else, fill out the local relayer config.
USE_KMS_RELAYER=
Expand Down

0 comments on commit e9b257c

Please sign in to comment.