Skip to main content
Version: Devnet - Playground

Create Governor

Create a Governor

Create a Governor for a RollApp:

rollapp-evm tx staking create-validator \
--amount=SELF-STAKED-AMOUNT \
--moniker=MONIKER \
--chain-id=CHAIN-ID \
--from=KEY-NAME \
--commission-rate=COMMISSION \
--commission-max-rate=MAX-RATE \
--commission-max-change-rate=0.01 \
--min-self-delegation=1 \
--pubkey=$(rollapp-evm dymint show-sequencer) \
--node=RPC

This transaction is required to be sent with gas, which may be configured with gas and gas-adjustment. Public end-points may be found here.

Edit a Governor

Changing a Governor's configuration post-creation may be done with the following command:

rollapp-evm tx staking edit-validator