From 98568c36edf510ec47c08176d8d0ead393139393 Mon Sep 17 00:00:00 2001 From: cipig Date: Fri, 16 Aug 2024 04:38:20 +0000 Subject: [PATCH] dev mm2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99cdb85b44..215ac9772c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ if (APPLE) URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.0.0-beta/mm2-b0fd99e84-Darwin-Release.zip) elseif (UNIX AND NOT APPLE) FetchContent_Declare(mm2 - URL https://sdk.devbuilds.komodo.earth/add-eth-access-list/mm2_9aa5422-linux-x86-64.zip) + URL https://sdk.devbuilds.komodo.earth/dev/mm2_8b1170d-linux-x86-64.zip) else () FetchContent_Declare(mm2 URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.0.0-beta/mm2-b0fd99e84-Win64.zip)