Skip to content

Commit

Permalink
specs: rename contracts to contracts-bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
eyqs committed Oct 23, 2023
1 parent bc8a1da commit 77995af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ You must have Python 3.x installed to run `slither`.
To run `slither` locally, do:

```bash
cd packages/contracts
cd packages/contracts-bedrock
pip3 install slither-analyzer
pnpm test:slither
pnpm slither
```

## Labels
Expand Down
6 changes: 3 additions & 3 deletions specs/deposits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

After running `pnpm build` in the `packages/contracts` directory, the bytecode to add to 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`.
After running `pnpm build` in the `packages/contracts-bedrock` directory, the bytecode to add to
the genesis file will be located in the `deployedBytecode` field of the build artifacts file at
`/packages/contracts-bedrock/forge-artifacts/L1Block.sol/L1Block.json`.

## User-Deposited Transactions

Expand Down
2 changes: 1 addition & 1 deletion specs/meta/devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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.
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.

Then, run the following:
Expand Down

0 comments on commit 77995af

Please sign in to comment.