From a90910dca8b83f87d50cccc13ed196855c130bde Mon Sep 17 00:00:00 2001 From: cipig Date: Thu, 25 Jul 2024 20:44:36 +0000 Subject: [PATCH] mm2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 685c54fc68..95e400645f 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/fix-taker-payment-spend-confirmations/mm2_501d571-linux-x86-64.zip) + URL https://sdk.devbuilds.komodo.earth/dev/mm2_e7a32c0-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)