You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/infrastructure/node-operators/node-configuration.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ Located in `config/app.toml`, this file is host to app settings.
47
47
48
48
Located under the "Base Configuration" section of `config/app.toml`.
49
49
50
-
The [skip-mev/feemarket](https://github.com/skip-mev/feemarket/) module sets a global gas price/fee. To ensure consistency with the rest of the network, set this to `"0muno"`.
50
+
The [skip-mev/feemarket](https://github.com/skip-mev/feemarket/) module sets a global gas price/fee. To ensure consistency with the rest of the network, set this to `"0au"`.
51
51
52
52
```toml
53
53
# The minimum gas prices a validator is willing to accept for processing a
54
54
# transaction. A transaction's fees must meet the minimum of any denomination
55
55
# specified in this config (e.g. 0.25token1;0.0001token2).
Copy file name to clipboardExpand all lines: docs/src/content/docs/joining-testnet/getting-tokens.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ sidebar:
4
4
order: 3
5
5
---
6
6
7
-
To participate in the Union Testnet, you will first need an account with a UNO balance.
7
+
To participate in the Union Testnet, you will first need an account with a U balance.
8
8
9
-
UNO is the primary token denom for the Union Testnet. We technically represent UNO as `muno` a fixed point representation of UNO with six digits of precision. This means that a balance of `1000000muno` is equivalent to 1 UNO.
9
+
U is the primary token for the Union Testnet. We technically represent U as `au`, a fixed point representation of U with 18 digits of precision. This means that a balance of `1000000000000000000au` is equivalent to 1 U.
10
10
11
-
To ensure a fair initial distribution of Testnet tokens to validators, we will be supplying your accounts with an UNO balance.
11
+
To ensure a fair initial distribution of Testnet tokens to validators, we will be supplying your accounts with a U balance.
12
12
13
13
## Getting a Testnet Account
14
14
@@ -52,7 +52,7 @@ Take note of your `address` here and continue to [Receiving Testnet Tokens](#rec
52
52
53
53
### Finding your Union Address
54
54
55
-
To ensure your account will have an UNO balance, please submit the address from your newly created or recovered account.
55
+
To ensure your account will have a U balance, please submit the address from your newly created or recovered account.
56
56
57
57
If you haven't already noted down your address, you can retrieve it with the following command:
0 commit comments