Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Jul 23, 2024
1 parent da2fefa commit 475f3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/local-deployment/deployCreatorAndCreateRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function main() {
}

let espressoLightClientAddr = process.env.LIGHT_CLIENT_ADDR as string
console.log(espressoLightClientAddr)
if (!espressoLightClientAddr) {
throw new Error("LIGHT_CLIENT_ADDR not set")
}
Expand Down

0 comments on commit 475f3b5

Please sign in to comment.