Skip to content

Commit

Permalink
fix: remove store contracts addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Aug 14, 2024
1 parent 3e78702 commit bbaa1f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ job "{{ job.name }}" {
echo "${LOGS}" \
| sed -n '/{.*}/p' \
| jq -c 'reduce .logs[] as $item ({}; . + {($item | split(": ")[0]): ($item | split(": ")[1])})' \
| grep -v 'Store:' \
> local/www/contracts.json

python3 -m http.server {{ job.ports[0]['http']['static'] }} --directory /local/www
Expand Down

0 comments on commit bbaa1f8

Please sign in to comment.