Skip to content

Commit

Permalink
removed irreevant modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Phenzic committed Aug 25, 2024
1 parent 23a617b commit 07d4e5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 64 deletions.
8 changes: 4 additions & 4 deletions pages/dev-tutorials/tokenfactory-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Replace `your_account_name` with the actual name of your account. Once set, you

When executing commands in this tutorial, you'll encounter several arguments. Here's a brief overview of what each means:

- `--chain-id=arctic-1`: This specifies the network where the command will be executed. In this case, `arctic-1` is the identifier for the Sei devnet.
- `--node= https://rpc.arctic-1.seinetwork.io/ `: This points to the RPC URL of the node you are interacting with.
- `--broadcast-mode=block`: This determines how your transaction is broadcasted to the network. The `block` mode means the transaction will wait to be included in a block before returning a response. This is a safer option as it confirms your transaction is processed.
- `--fees=20000usei`: This is used to specify the transaction fee.
- `--chain-id arctic-1`: This specifies the network where the command will be executed. In this case, `arctic-1` is the identifier for the Sei devnet.
- `--node https://rpc.arctic-1.seinetwork.io/ `: This points to the RPC URL of the node you are interacting with.
- `--broadcast-mode block`: This determines how your transaction is broadcasted to the network. The `block` mode means the transaction will wait to be included in a block before returning a response. This is a safer option as it confirms your transaction is processed.
- `--fees 20000usei`: This is used to specify the transaction fee.

Understanding these arguments will help you execute the commands more confidently and customize them as needed for different scenarios.

Expand Down
41 changes: 0 additions & 41 deletions pages/seid/tx/dex/place-orders.md

This file was deleted.

19 changes: 0 additions & 19 deletions pages/user-ecosystem-apps.mdx

This file was deleted.

0 comments on commit 07d4e5d

Please sign in to comment.