Skip to content

Commit

Permalink
Fix mithril download preprod instructions (#4922)
Browse files Browse the repository at this point in the history
- Update the mithril instructions to refresh the preprod state for the
E2E tests

#4918
  • Loading branch information
paolino authored Jan 9, 2025
2 parents 335976c + 5492b60 commit 7790842
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/buildkite/admin/refresh-preprod-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ rm -rf "${NODE_STATE_DIR:?}"/*
mkdir -p "$NODE_STATE_DIR"

export AGGREGATOR_ENDPOINT=https://aggregator.release-preprod.api.mithril.network/aggregator
export GENESIS_VERIFICATION_KEY=5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d

export GENESIS_VERIFICATION_KEY=5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d
mithril() {
# shellcheck disable=SC2048
# shellcheck disable=SC2086
nix shell "github:input-output-hk/mithril?ref=2450.0" -c $*
nix shell "github:input-output-hk/mithril" -c $*
}

mithril echo "mithril is available" || exit 44
Expand Down

0 comments on commit 7790842

Please sign in to comment.