Skip to content

Commit

Permalink
Update core/scripts/fetch_external_artifacts.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Czajkowski <[email protected]>
  • Loading branch information
nkuba and r-czajkowski authored Dec 7, 2023
1 parent 9866cad commit 805f28c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/scripts/fetch_external_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ EXTERNAL_ARTIFACTS_DIR=${ROOT_DIR}/external
rm -rf ${TMP_DIR}
mkdir -p ${TMP_DIR}

# fetch_external_artifact is a function that fetches a contract deployment artifact
# from a package published to the NPM registry. It assumes a package is published
# following the rules established by Keep Network deployments:
# fetch_external_artifact is a function that fetches a contract deployment
# artifact from a package published to the NPM registry. It assumes a package is
# published following the rules established by Keep Network deployments:
# 1. Packages are tagged with network name and contain the latest version of
# deployment artifacts for the given network.
# 2. Deployment artfiacts files located under `artifacts/` directory.
Expand Down

0 comments on commit 805f28c

Please sign in to comment.