Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 16, 2024
1 parent 2c45211 commit bde9c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

DEPLOY_TYPE="l1-gateway"
DEPLOY_TYPE=${DEPLOY_TYPE:-core}

FORGE_BIN_PATH=${FORGE_BIN_PATH:-forge}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ job "{{ job.name }}" {
{% if profile == 'testnet' %}
export RPC_URL="{{ job.env['l1_rpc_url'] }}"
export CHAIN_ID="17000"
export ETHERSCAN_API_KEY="H42PBNXAE8IK4YBF6AUKQMH79VW29D89H"
export ETHERSCAN_API_KEY="{{ job.env['etherscan_api_key'] }}"
{% endif %}

{%- raw %}
Expand All @@ -228,6 +228,8 @@ job "{{ job.name }}" {
{{- end }}
{% endraw %}

export ETHERSCAN_API_KEY="H42PBNXAE8IK4YBF6AUKQMH79VW29D89H"

start_time=$(date +%s)
export DEPLOY_TYPE="l1-gateway"
echo "Deploying ${DEPLOY_TYPE} contracts..."
Expand Down

0 comments on commit bde9c35

Please sign in to comment.