Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update accounts-l1-l2.md (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubdoramon authored May 7, 2024
1 parent 8d51701 commit 8b4f336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/sdks/js/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ method specification [`getBaseCost`](accounts.md#getbasecost).

## Withdrawal

`Wallet` and `Signer` objects provide a withdrawal workflow. For more information, please refer to the method specification [`Deposit`](accounts.md#deposit).
`Wallet` and `Signer` objects provide a withdrawal workflow. For more information, please refer to the method specification [`Withdraw`](accounts.md#withdraw).

For a complete example of how to execute the deposit workflow, take a look at the following: [Withdraw ETH and ERC20 token](https://github.com/zksync-sdk/zksync2-examples/blob/main/js/src/03_withdraw.ts).
2 changes: 1 addition & 1 deletion docs/build/sdks/js/zksync-ethers/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ method specification [`getBaseCost`](accounts.md#getbasecost).

## Withdrawal

`Wallet` and `Signer` objects provide a withdrawal workflow. For more information, please refer to the method specification [`Deposit`](accounts.md#deposit).
`Wallet` and `Signer` objects provide a withdrawal workflow. For more information, please refer to the method specification [`Withdraw`](accounts.md#withdraw).

For a complete example of how to execute the deposit workflow, take a look at the following: [Withdraw ETH and ERC20 token](https://github.com/zksync-sdk/zksync2-examples/blob/main/js/src/03_withdraw.ts).

0 comments on commit 8b4f336

Please sign in to comment.