Skip to content

Commit

Permalink
docs: incorrect link reference in 03_withdrawals.md (#354)
Browse files Browse the repository at this point in the history
# What ❔

- incorrect link reference in 03_withdrawals.md

## Why ❔

- incorrect link reference in 03_withdrawals.md

## 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
Saladerl authored Oct 31, 2023
1 parent 8027326 commit cb477c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/advanced/03_withdrawals.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ address constant L2_ETH_TOKEN_SYSTEM_CONTRACT_ADDR = address(0x800a);
This is a good opportunity to talk about system contracts that are automatically deployed on L2. You can find the full
list here
[in github](https://github.com/matter-labs/system-contracts/blob/436d57da2fb35c40e38bcb6637c3a090ddf60701/scripts/constants.ts#L29)
[in github](https://github.com/matter-labs/era-system-contracts/blob/436d57da2fb35c40e38bcb6637c3a090ddf60701/scripts/constants.ts#L29)
This is the place were we specify that `bootloader` is at address 0x8001, `NonceHolder` at 0x8003 etc.
This brings us to [L2EthToken.sol](https://github.com/matter-labs/system-contracts/blob/main/contracts/L2EthToken.sol)
that has the implementation of the L2 Eth.
This brings us to
[L2EthToken.sol](https://github.com/matter-labs/era-system-contracts/blob/main/contracts/L2EthToken.sol) that has the
implementation of the L2 Eth.
When we look inside, we can see:
Expand Down

0 comments on commit cb477c2

Please sign in to comment.