|
|
|
@ -455,7 +455,7 @@ Create a new validator" |
|
|
|
|
) |
|
|
|
|
subCmdNewValidator.Flags().StringVar(&blsPubKeyDir, "bls-pubkeys-dir", "", "directory to bls pubkeys storing pub.key, pub.pass files") |
|
|
|
|
subCmdNewValidator.Flags().StringVar(&stakingAmount, "amount", "0.0", "staking amount") |
|
|
|
|
subCmdNewValidator.Flags().StringVar(&gasPrice, "gas-price", "30", "gas price to pay") |
|
|
|
|
subCmdNewValidator.Flags().StringVar(&gasPrice, "gas-price", "100", "gas price to pay") |
|
|
|
|
subCmdNewValidator.Flags().StringVar(&gasLimit, "gas-limit", "", "gas limit") |
|
|
|
|
subCmdNewValidator.Flags().StringVar(&inputNonce, "nonce", "", "set nonce for transaction") |
|
|
|
|
subCmdNewValidator.Flags().StringVar(&targetChain, "chain-id", "", "what chain ID to target") |
|
|
|
@ -633,7 +633,7 @@ Create a new validator" |
|
|
|
|
subCmdEditValidator.Flags().StringVar(&slotKeyToRemove, "remove-bls-key", "", "remove BLS pubkey from slot") |
|
|
|
|
subCmdEditValidator.Flags().StringVar(&active, "active", "", "validator active true/false") |
|
|
|
|
|
|
|
|
|
subCmdEditValidator.Flags().StringVar(&gasPrice, "gas-price", "30", "gas price to pay") |
|
|
|
|
subCmdEditValidator.Flags().StringVar(&gasPrice, "gas-price", "100", "gas price to pay") |
|
|
|
|
subCmdEditValidator.Flags().StringVar(&gasLimit, "gas-limit", "", "gas limit") |
|
|
|
|
subCmdEditValidator.Flags().StringVar(&inputNonce, "nonce", "", "set nonce for transaction") |
|
|
|
|
subCmdEditValidator.Flags().StringVar(&targetChain, "chain-id", "", "what chain ID to target") |
|
|
|
@ -698,7 +698,7 @@ Delegating to a validator |
|
|
|
|
subCmdDelegate.Flags().Var(&delegatorAddress, "delegator-addr", "delegator's address") |
|
|
|
|
subCmdDelegate.Flags().Var(&validatorAddress, "validator-addr", "validator's address") |
|
|
|
|
subCmdDelegate.Flags().StringVar(&stakingAmount, "amount", "0", "staking amount") |
|
|
|
|
subCmdDelegate.Flags().StringVar(&gasPrice, "gas-price", "30", "gas price to pay") |
|
|
|
|
subCmdDelegate.Flags().StringVar(&gasPrice, "gas-price", "100", "gas price to pay") |
|
|
|
|
subCmdDelegate.Flags().StringVar(&gasLimit, "gas-limit", "", "gas limit") |
|
|
|
|
subCmdDelegate.Flags().StringVar(&inputNonce, "nonce", "", "set nonce for transaction") |
|
|
|
|
subCmdDelegate.Flags().StringVar(&targetChain, "chain-id", "", "what chain ID to target") |
|
|
|
@ -765,7 +765,7 @@ Delegating to a validator |
|
|
|
|
subCmdUnDelegate.Flags().Var(&delegatorAddress, "delegator-addr", "delegator's address") |
|
|
|
|
subCmdUnDelegate.Flags().Var(&validatorAddress, "validator-addr", "source validator's address") |
|
|
|
|
subCmdUnDelegate.Flags().StringVar(&stakingAmount, "amount", "0", "staking amount") |
|
|
|
|
subCmdUnDelegate.Flags().StringVar(&gasPrice, "gas-price", "30", "gas price to pay") |
|
|
|
|
subCmdUnDelegate.Flags().StringVar(&gasPrice, "gas-price", "100", "gas price to pay") |
|
|
|
|
subCmdUnDelegate.Flags().StringVar(&gasLimit, "gas-limit", "", "gas limit") |
|
|
|
|
subCmdUnDelegate.Flags().StringVar(&inputNonce, "nonce", "", "set nonce for transaction") |
|
|
|
|
subCmdUnDelegate.Flags().StringVar(&targetChain, "chain-id", "", "what chain ID to target") |
|
|
|
@ -820,7 +820,7 @@ Collect token rewards |
|
|
|
|
|
|
|
|
|
subCmdCollectRewards.Flags().BoolVar(&trueNonce, "true-nonce", false, "send transaction with on-chain nonce") |
|
|
|
|
subCmdCollectRewards.Flags().Var(&delegatorAddress, "delegator-addr", "delegator's address") |
|
|
|
|
subCmdCollectRewards.Flags().StringVar(&gasPrice, "gas-price", "30", "gas price to pay") |
|
|
|
|
subCmdCollectRewards.Flags().StringVar(&gasPrice, "gas-price", "100", "gas price to pay") |
|
|
|
|
subCmdCollectRewards.Flags().StringVar(&gasLimit, "gas-limit", "", "gas limit") |
|
|
|
|
subCmdCollectRewards.Flags().StringVar(&inputNonce, "nonce", "", "set nonce for tx") |
|
|
|
|
subCmdCollectRewards.Flags().StringVar(&targetChain, "chain-id", "", "what chain ID to target") |
|
|
|
|