From b9ba6071bea52799395e40e9afec6b32f6569f72 Mon Sep 17 00:00:00 2001 From: DaevMithran <61043607+DaevMithran@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:12:46 +0530 Subject: [PATCH] chore(deps): Bump local-ic to v8.8.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9af086fe..39142af7 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ get-heighliner: get-localic: @echo "Installing local-interchain" - git clone --depth 1 --branch v8.7.1 https://github.com/strangelove-ventures/interchaintest.git interchaintest-downloader + git clone --depth 1 --branch v8.8.1 https://github.com/strangelove-ventures/interchaintest.git interchaintest-downloader cd interchaintest-downloader/local-interchain && make install @sleep 0.1 @echo ✅ local-interchain installed $(shell which local-ic)