Skip to content

Commit

Permalink
update remote kakarot
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Nov 20, 2024
1 parent 11e023a commit 9440888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ endif

.PHONY: build test coverage clean

# 176384150 corresponds to release v0.1.13 of Kakarot SSJ.
KKRT_SSJ_RELEASE_ID = 176384150
# 176384150 corresponds to release v0.1.16 of Kakarot SSJ.
KKRT_SSJ_RELEASE_ID = 186371784
# Kakarot SSJ artifacts for precompiles.
KKRT_SSJ_BUILD_ARTIFACT_URL = $(shell curl -L https://api.github.com/repos/kkrt-labs/kakarot-ssj/releases/${KKRT_SSJ_RELEASE_ID} | jq -r '.assets[0].browser_download_url')
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
Expand Down

0 comments on commit 9440888

Please sign in to comment.