Skip to content

Commit

Permalink
verify l1 gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz authored and mrekucci committed Dec 10, 2024
1 parent b7a79a4 commit 1a47639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ elif [ "${DEPLOY_TYPE}" = "l1-gateway" ]; then
--use 0.8.26 \
--broadcast \
--json \
--verify \
--via-ir
fi
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ job "{{ job.name }}" {
KEYSTORE_DIR="/local/data-{{ env "NOMAD_ALLOC_INDEX" }}/keystore"
KEYSTORE_FILENAME="{{ with secret "secret/data/mev-commit" }}{{ .Data.data.{% endraw %}{{ job.artifacts | selectattr('keystores', 'defined') | map(attribute='keystores') | first | list | first }}{% raw %}_filename }}{{ end }}"
KEYSTORE_PASSWORD="{{ with secret "secret/data/mev-commit" }}{{ .Data.data.{% endraw %}{{ job.artifacts | selectattr('keystores', 'defined') | map(attribute='keystores') | first | list | first }}{% raw %}_password }}{{ end }}"
ETHERSCAN_API_KEY="{{ with secret "secret/data/etherscan" }}{{ .Data.data.etherscan_api_key }}{{ end }}"
{% endraw %}
CHAIN_ID="{{ job.env['chain-id'] }}"
SCRIPT_PATH_PREFIX="local/contracts/scripts"
Expand Down

0 comments on commit 1a47639

Please sign in to comment.