The CLI command, proposal-upsert-ubi, is used to create a proposal to upsert (insert or update) a Universal Basic Income (UBI) distribution. The command accepts the following flags:
Flags:
Bash
Copy
sekaid tx customgov proposal-upsert-ubi \
--from=$SIGNER $FLAGS_TX \
--name=$NAME \
--distribution-start=$DISTRIBUTION_START \
--distribution-end=$DISTRIBUTION_END \
--amount=$AMOUNT \
--period=$PERIOD \
--pool-name=$POOL_NAME \
--title=$TITLE --description=$DESCRIPTION
Bash
Copy
sekaid tx ubi proposal-upsert-ubi \
--title="title" --description="description" --name="ValidatorPerMinuteIncome" \
--pool-name="ValidatorBasicRewardsPool" \
--distr-start=0 --distr-end=0 \
--amount=15 --period=60