-
Notifications
You must be signed in to change notification settings - Fork 1
/
commands.log
35 lines (30 loc) · 849 Bytes
/
commands.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
##!/bin/bash
FROM="${FROM:-0xmine}"
TO="${TO:-0xyours}"
AMT="${AMT:-10000utree}"
FEES="${FEES:-2000utree}"
CHAIN="${CHAIN:-aplikigo-1}"
VALIDATOR="${VALIDATOR:-valoper}"
echo regen tx bank send $FROM $TO $AMT --gas auto -y --fees=$FEES --chain-id $CHAIN
echo regen tx staking delegate $VALIDATOR $AMT --gas auto -y --fees=$FEES --chain-id $CHAIN --from $FROM
# tail logs
sudo journalctl -u cosmovisor -f
# relayer thing
$ reg q params subspace transfer SendEnabled
key: SendEnabled
subspace: transfer
value: "true"
$ reg q params subspace transfer ReceiveEnabled
key: ReceiveEnabled
subspace: transfer
value: "true"
$ reg q gov proposal 4
content:
'@type': /cosmos.params.v1beta1.ParameterChangeProposal
changes:
- key: SendEnabled
subspace: transfer
value: "true"
- key: ReceiveEnabled
subspace: transfer
value: "true"