Skip to content

Commit

Permalink
fix: resolve gas -> utia #1062 (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Sep 17, 2023
1 parent a9a48d5 commit 269da9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/node-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ respectively when submitting data using the RPC CLI.

Learn more about gas fees and limits [here](../../learn/submit-data).

To set the fee of 10000 gas, use the `--fee 10000` flag:
To set the fee of 10000 utia, use the `--fee 10000` flag:

```bash
celestia rpc blob submit 0x42690c204d39600fddd3 'gm' --fee 10000
Expand All @@ -1483,7 +1483,7 @@ To set a gas limit of 100000, use the `--gas.limit 100000` flag:
celestia rpc blob submit 0x42690c204d39600fddd3 'gm' --gas.limit 100000
```

To set a fee of 10000 gas and gas limit of 100000, use the
To set a fee of 10000 utia and gas limit of 100000, use the
`--fee 10000 --gas.limit 100000` flags:

```bash
Expand Down

0 comments on commit 269da9d

Please sign in to comment.