Skip to content

Commit

Permalink
modify: change denom
Browse files Browse the repository at this point in the history
  • Loading branch information
mkXultra committed Feb 21, 2023
1 parent 6c813cf commit 328a18b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/commands/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ SCRIPT_DIR=$(cd $(dirname $0); pwd)
. $SCRIPT_DIR/../setup/variables.sh

echo "execute tx"
# SCRIPT_DIR/nftmarket.sh
# SCRIPT_DIR/nftmarket.sh
MATCH_PATTERN="^.*hoge.*$"
MISMATCH_PATTERN="^.*Error.*$"
until ununifid q block 2>&1 |grep "last_block_id" >/dev/null 2>&1 ; do
printf 'waitting...'
sleep 1
done
$SCRIPT_DIR/derivatives/msgs.sh

0 comments on commit 328a18b

Please sign in to comment.