Skip to content

Commit

Permalink
fix: disable withdraw-funds feature for Memeooorr and Modius agents
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 7, 2025
1 parent 899545a commit 753d7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/hooks/useFeatureFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const FEATURES_CONFIG = FeaturesConfigSchema.parse({
},
[AgentType.Memeooorr]: {
'manage-wallet': true,
'withdraw-funds': true,
'withdraw-funds': false,
'last-transactions': true,
'rewards-streak': true,
'staking-contract-section': true,
Expand All @@ -64,7 +64,7 @@ const FEATURES_CONFIG = FeaturesConfigSchema.parse({
},
[AgentType.Modius]: {
'manage-wallet': true,
'withdraw-funds': true,
'withdraw-funds': false,
'last-transactions': true,
'rewards-streak': true,
'staking-contract-section': true,
Expand Down

0 comments on commit 753d7e7

Please sign in to comment.