From fa7032e9142fe147acc283663a136ed4698d6798 Mon Sep 17 00:00:00 2001 From: Arshavir Ter-Gabrielyan Date: Mon, 23 Dec 2024 23:10:19 +0100 Subject: [PATCH] fifth --- settings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.sh b/settings.sh index 11b16a9..9c0397c 100755 --- a/settings.sh +++ b/settings.sh @@ -31,7 +31,7 @@ export SNS_AGGREGATOR_RELEASE="proposal-129614-agg" # $ ./gitlab-ci/src/artifacts/newest_sha_with_disk_image.sh origin/master # from the IC monorepo: https://github.com/dfinity/ic # if you change IC_COMMIT, then you need to rerun `source install.sh` -export IC_COMMIT="1f88ae12ac756a91901ec49b3506400ae55d6829" +export IC_COMMIT="25c1bb0227d9970f5673b908817d7c4962b29911" export TESTNET="local" @@ -40,4 +40,4 @@ export DFX_SNS_VERSION="0.4.1" export DFX_NNS_VERSION="0.4.1" export QUILL_VERSION="0.5.2" -export IC_WASM_VERSION="0.9.1" \ No newline at end of file +export IC_WASM_VERSION="0.9.1"