Skip to content

Commit

Permalink
corrected tick script calls
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Nov 13, 2023
1 parent 8210e42 commit 267b999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tick_ticker(){
echo "Tick batcher contract ticker ${1} - $batcher_address"

octez-client transfer 0 from oracle_account to $batcher_address \
--entrypoint tick \
--entrypoint "tick" \
--arg "unit" \
--burn-cap 2

Expand All @@ -33,7 +33,7 @@ tick_mm(){
echo "Tick market maker contract - $market_maker_address"

octez-client transfer 0 from oracle_account to $market_maker_address \
--entrypoint tick \
--entrypoint "tick" \
--arg "unit" \
--burn-cap 2

Expand Down

0 comments on commit 267b999

Please sign in to comment.