Skip to content

Commit

Permalink
release: 0.2.0-rc78
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Jan 9, 2025
1 parent 78ff9a6 commit 8a0bd0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const AGENT_CONFIG: {
displayName: 'Agents.fun agent',
description:
'Autonomously post to Twitter, create and trade memecoins, and interact with other agents.',
isAgentEnabled: true,
isAgentEnabled: false,
},
[AgentType.Modius]: {
name: 'Modius agent',
Expand Down Expand Up @@ -138,6 +138,6 @@ export const AGENT_CONFIG: {
displayName: 'Modius agent',
description:
'Invests crypto assets on your behalf and grows your portfolio.',
isAgentEnabled: false,
isAgentEnabled: true,
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"start:frontend": "cd frontend && yarn start",
"test:frontend": "cd frontend && yarn test"
},
"version": "0.2.0-rc77",
"version": "0.2.0-rc78",
"engine": {
"node": ">=20",
"yarn": ">=1.22.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "olas-operate-middleware"
version = "0.2.0-rc77"
version = "0.2.0-rc78"
description = ""
authors = ["David Vilela <dvilelaf@gmail.com>", "Viraj Patel <vptl185@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 8a0bd0e

Please sign in to comment.