From 7507ff963d73c0a727774674ec0ef6b6970995ba Mon Sep 17 00:00:00 2001 From: Yuval Niezni Date: Sun, 14 Apr 2024 11:19:11 +0300 Subject: [PATCH] update comment --- src/AppStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppStore.ts b/src/AppStore.ts index d61dcc5..4c644a5 100644 --- a/src/AppStore.ts +++ b/src/AppStore.ts @@ -527,7 +527,7 @@ export const useAppStore = create()((set, get) => { }, /** * By default, workspaces are not enabled with EdDSA so you may remove `MPC_CMP_EDDSA_ED25519` when calling generateMPCKeys - * Please ask your CSM or in the https://community.fireblocks.com/ to enable your workspace to support EdDSA if you wish to work with EdDSA chains. + * You may read more about the usage of EdDSA in the following article: https://ncw-developers.fireblocks.com/docs/multiple-algorithms */ generateMPCKeys: async () => { if (!fireblocksNCW) {