diff --git a/Makefile b/Makefile index 34260984..4ba37bcb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BUILTIN_ACTORS_TAG ?= v11.0.0 BUILTIN_ACTORS_BUNDLE := $(PWD)/builtin-actors/output/bundle.car # Make sure this tag matches the one in Cargo.toml -IPC_ACTORS_TAG ?= origin/dev +IPC_ACTORS_TAG ?= d0b67da2816dc92187d9a0087c4df288b02ce869 #origin/dev IPC_ACTORS_DIR := $(PWD)/../ipc-solidity-actors IPC_ACTORS_CODE := $(shell find $(IPC_ACTORS_DIR) -type f -name "*.sol") IPC_ACTORS_ABI := .make/.ipc-actors-abi