cli-client icon indicating copy to clipboard operation
cli-client copied to clipboard

What is <DEPOSIT>?

Open crocket opened this issue 3 years ago • 2 comments

Subscribe to a node

sentinelcli tx subscription subscribe-to-node \
    --home "${HOME}/.sentinelcli" \
    --keyring-backend os \
    --chain-id sentinelhub-2 \
    --node https://rpc.sentinel.co:443 \
    --gas-prices 0.1udvpn \
    --from <KEY_NAME> <NODE_ADDRESS> <DEPOSIT>

I couldn't figure out what DEPOSIT is supposed to be. I also don't understand why desktop client doesn't require sudo, but cli client does.

crocket avatar Jan 19 '22 12:01 crocket

bump

SimonPhoenix96 avatar Oct 11 '22 20:10 SimonPhoenix96

Query Subscriptions

Retrieve information regarding the subscriptions.

sentinelcli query subscriptions \
  --home "${HOME}/.sentinelcli" \
  --node https://rpc.sentinel.co:443 \
  --page 1

OlegShirochenkov avatar Mar 13 '24 20:03 OlegShirochenkov