Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Jan 16, 2024
1 parent 8a277ba commit ae84cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/helpers/onchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fund_user_onchain() {
local success=false
for i in {1..60}; do
response=$(exec_graphql "$token" 'transactions' "$variables")
echo "$response"
jq_query='.data.me.defaultAccount.transactions.edges[] | select(.node.initiationVia.address == $address) .node'
transaction_info=$(echo $response \
| jq -r --arg address "$address" "$jq_query")
Expand Down

0 comments on commit ae84cd1

Please sign in to comment.