Skip to content

Update 9.layer2.deposit.tron.md #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/component-tutorials/9.layer2.deposit.tron.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before a user can start using Godwoken, they first need to create an account. Cr

The first step is to setup the Godwoken Examples tool package. This is a collection of scripts that has been created to help with commonly needed actions when dealing with Layer 2. These actions include the deposit and withdrawal of CKBytes and SUDT tokens to and from Layer 2.

You should alrady have this setup from previous tasks. If you do not for any reason, follow the instructions in [this tutorial](https://github.com/Kuzirashi/gw-gitcoin-instruction/blob/master/src/component-tutorials/3.setup.and.use.account.cli.md).
You should already have this setup from previous tasks. If you do not for any reason, follow the instructions in [this tutorial](https://github.com/Kuzirashi/gw-gitcoin-instruction/blob/master/src/component-tutorials/3.setup.and.use.account.cli.md).

## 2. Make a Deposit to Layer 2

Expand Down