Commit 77995af7 authored by Eugene Y. Q. Shen's avatar Eugene Y. Q. Shen

specs: rename contracts to contracts-bedrock

parent bc8a1da1
...@@ -181,9 +181,9 @@ You must have Python 3.x installed to run `slither`. ...@@ -181,9 +181,9 @@ You must have Python 3.x installed to run `slither`.
To run `slither` locally, do: To run `slither` locally, do:
```bash ```bash
cd packages/contracts cd packages/contracts-bedrock
pip3 install slither-analyzer pip3 install slither-analyzer
pnpm test:slither pnpm slither
``` ```
## Labels ## Labels
......
...@@ -308,9 +308,9 @@ A reference implementation of the L1 Attributes predeploy contract can be found ...@@ -308,9 +308,9 @@ A reference implementation of the L1 Attributes predeploy contract can be found
[L1Block.sol]: ../packages/contracts-bedrock/src/L2/L1Block.sol [L1Block.sol]: ../packages/contracts-bedrock/src/L2/L1Block.sol
After running `pnpm build` in the `packages/contracts` directory, the bytecode to add to the genesis After running `pnpm build` in the `packages/contracts-bedrock` directory, the bytecode to add to
file will be located in the `deployedBytecode` field of the build artifacts file at the genesis file will be located in the `deployedBytecode` field of the build artifacts file at
`/packages/contracts/artifacts/contracts/L2/L1Block.sol/L1Block.json`. `/packages/contracts-bedrock/forge-artifacts/L1Block.sol/L1Block.json`.
## User-Deposited Transactions ## User-Deposited Transactions
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
You can spin up a local devnet via `docker compose`. You can spin up a local devnet via `docker compose`.
For convenience, we have defined `make` targets to start and stop the devnet with a single command. For convenience, we have defined `make` targets to start and stop the devnet with a single command.
To run the devnet, you will need `docker` installed. To run the devnet, you will need `docker` installed.
Then, as a precondition, make sure that you have compiled the contracts by `cd`ing into `packages/contracts` Then, as a precondition, make sure that you have compiled the contracts by `cd`ing into `packages/contracts-bedrock`
and running `pnpm i` followed by `pnpm build`. You'll only need to do this if you change the contracts in the future. and running `pnpm i` followed by `pnpm build`. You'll only need to do this if you change the contracts in the future.
Then, run the following: Then, run the following:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment