Skip to content

Commit

Permalink
chore: fix docs (#362)
Browse files Browse the repository at this point in the history
# What ❔

- fix docs

## Why ❔

<img width="436" alt="image"
src="https://github.com/matter-labs/zksync-era/assets/148772726/a9453da9-087e-4261-9d49-47530d774aa3">

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
MoneyBund authored Nov 1, 2023
1 parent 1fa0dc6 commit 4223428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/advanced/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ cheaper modifications and increased flexibility.
Small note on system contracts: as mentioned above, we moved some of the VM logic into system contracts, which allows us
to keep VM simpler (and with this - keep the proving system simpler).

You can see the full list (and codes) of the system contracts here: <https://github.com/matter-labs/system-contracts>.
You can see the full list (and codes) of the system contracts here:
<https://github.com/matter-labs/era-system-contracts>.

While some of them are not really visible to the contract developer (like the fact that we're running a special
`Bootleader` to package a bunch of transactions together - more info in a future article) - some others are very
Expand Down

0 comments on commit 4223428

Please sign in to comment.