gnokey maketx call -pkgpath "gno.land/r/gov/dao" -func "Propose" -gas-fee 1000000ugnot -gas-wanted 2000000 -broadcast -chainid "test4" -args "" -args "" -remote "https://rpc.test4.gno.land" ADDRESSgnokey query -remote "https://rpc.test4.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/gov/dao" -func "Propose" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -args "" -args "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "test4" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.test4.gno.land" call.tx