Skip to content

Commit

Permalink
chore: Enable autocompound
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswinder.khartri@fetch.ai committed Apr 12, 2023
1 parent 87df567 commit b7c021e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/extension/src/config.ui.var.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ export const AGENT_COMMANDS = [
enabled: false,
},
{
command: "/autoCompound",
label: "autoCompound (Auto-Compound Rewards)",
command: "/autocompound",
label: "autocompound (Auto-Compound Rewards)",
icon: autoCompoundIcon,
enabled: false,
enabled: true,
},
{
command: "/redeemFET",
Expand Down

0 comments on commit b7c021e

Please sign in to comment.