Skip to content

Commit

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

- update docs

## Why ❔

- update docs

## 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`.

---------

Co-authored-by: Igor Aleksanov <[email protected]>
  • Loading branch information
penghuarong and popzxc authored Nov 2, 2023
1 parent 4a96852 commit a649643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/advanced/03_withdrawals.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ BTW - all the transactions are sent to the 0x54e address - which is the `Diamond
be different on your local node - see previous tutorial for more info) .
And inside, all three methods above belong to
[Executor.sol](https://github.com/matter-labs/zksync-2-contracts/blob/main/ethereum/contracts/zksync/facets/Executor.sol)
[Executor.sol](https://github.com/matter-labs/era-contracts/blob/main/ethereum/contracts/zksync/facets/Executor.sol)
facet and you can look at
[README](https://github.com/matter-labs/zksync-2-contracts/blob/main/docs/Overview.md#executorfacet) to see the details
of what each method does.
[README](https://github.com/matter-labs/era-contracts/blob/main/docs/Overview.md#executorfacet) to see the details of
what each method does.
The short description is:
Expand Down

0 comments on commit a649643

Please sign in to comment.