Skip to content

Commit de77528

Browse files
authored
docs: instruct vals to use manual gas for val creation (#5230)
2 parents cfb7a3b + a7df465 commit de77528

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/src/content/docs/infrastructure/node-operators/getting-started.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ If your own node isn't set up to accept RPC request, you can send them to anothe
214214

215215
:::
216216

217+
:::node
218+
219+
Using `--gas auto`, to create a validator is not supported. Please manually provide gas and fees when creating a validator. You can use the fee market module to query the current gas price.
220+
221+
:::
222+
217223
## Systemd Service
218224

219225
We recommend running `uniond` as a systemd service. Create a file in `/etc/systemd/system` called `uniond.service`. Make sure to replace $USER with your username.

docs/src/content/docs/joining-testnet/creating-validators.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ If your own node isn't set up to accept RPC request, you can send them to anothe
135135

136136
:::
137137

138+
:::node
139+
140+
Using `--gas auto`, to create a validator is not supported. Please manually provide gas and fees when creating a validator. You can use the fee market module to query the current gas price.
141+
142+
:::
143+
138144
## Epoch Staking & Validator Set Updates
139145

140146
Union uses [Epoch Staking](/architecture/cometbls/#epoch-based-validator-rotation) to perform validator set updates. This means that the validator set is only updated once per epoch.

0 commit comments

Comments
 (0)