smartcontracts
smartcontracts
> This generally looks good to me but no test coverage Yeah, I don't think this file has any test coverage at all. What do you think is the best...
Wooooo
Yeah, good catch. I think it would be best if the script caught this.
Are you using `develop`? Please make sure to use the `tutorials/chain` branch which trails `develop` because `develop` gets updated frequently. This is mentioned in the [Build the Optimism Monorepo](https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup#build-the-optimism-monorepo) section...
Strange, will look into this...
Can you try `pnpm update:foundry`? That will install the version of foundry used in that branch. Once you update, try `pnpm clean` then `pnpm build` again and rerun the deploy...
Can you try using version `84d9842`? I just used that version on a clean install for the tutorial and it seemed to work.
@sbvegan can this be moved to the developer support repo?
Can you check if this comment is relevant to you? https://github.com/base-org/node/issues/127#issuecomment-1902501104
@sebastianst what's the status of this?