risc0 / risc0-foundry-template

Template for integrating RISC Zero and Ethereum using Foundry and Bonsai
https://risczero.com
90 stars 53 forks source link

DEFAULT_UPLOAD_IMAGES and DEPLOY_VERIFIER_ADDRESS #48

Closed criadoperez closed 6 months ago

criadoperez commented 1 year ago

This PR has two changes:

  1. The comment for the uploadImages function says "If DEPLOY_UPLOAD_IMAGES is not set, defaults to true." However, the code seems to default to false. Assuming here, the code is correct and not the comment.
  2. Typo Correction: There's a typo in the environment variable name DEPLOY_VERFIER_ADDRESS. Corrected to DEPLOY_VERIFIER_ADDRESS.
nategraf commented 6 months ago

Thanks for these fixes!