Skip to content

Commit

Permalink
tenant -> workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-fireblocks committed Apr 11, 2024
1 parent 52e1597 commit 73e279a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ export const useAppStore = create<IAppState>()((set, get) => {
set((state) => ({ ...state, web3Connections: state.web3Connections.filter((s) => s.id !== sessionId) }));
},
/**
* By default, tenants 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 tenant to support EdDSA if you wish to work with EdDSA chains.
* 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.
*/
generateMPCKeys: async () => {
if (!fireblocksNCW) {
Expand Down

0 comments on commit 73e279a

Please sign in to comment.