From ae0e06ee525068a295831653ff8044409ff19037 Mon Sep 17 00:00:00 2001 From: cipig Date: Wed, 18 Sep 2024 14:03:55 +0000 Subject: [PATCH] eth_access_list mm2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5536b137f5..58013e2668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ if (APPLE) URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.1.0-beta/mm2-35e923949-Darwin-Release.zip) elseif (UNIX AND NOT APPLE) FetchContent_Declare(kdf - URL https://sdk.devbuilds.komodo.earth/legacy-swap-wait-taker-spend-maker-confirmation/mm2_17a5fab-linux-x86-64.zip) + URL https://sdk.devbuilds.komodo.earth/add-eth-access-list/mm2_92fc0f3-linux-x86-64.zip) else () FetchContent_Declare(kdf URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.1.0-beta/mm2-35e923949-Win64.zip)