Skip to content

Commit

Permalink
chore: update Modius hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Jan 14, 2025
1 parent 3b39839 commit 5743b7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const AGENT_CONFIG: {
displayName: 'Agents.fun agent - Base',
description:
'Autonomously posts to Twitter, creates and trades memecoins, and interacts with other agents. Agent is operating on Base chain.',
isAgentEnabled: true,
isAgentEnabled: false,
},
[AgentType.Modius]: {
name: 'Modius agent',
Expand Down Expand Up @@ -142,7 +142,7 @@ export const AGENT_CONFIG: {
displayName: 'Modius agent',
description:
'Invests crypto assets on your behalf and grows your portfolio.',
isAgentEnabled: false,
isAgentEnabled: true,
},
// TODO: celo (check each key)
[AgentType.AgentsFunCelo]: {
Expand Down
2 changes: 1 addition & 1 deletion frontend/constants/serviceTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const AGENTS_FUN_CELO_TEMPLATE: ServiceTemplate = {
export const MODIUS_SERVICE_TEMPLATE: ServiceTemplate = {
agentType: AgentType.Modius,
name: 'Optimus',
hash: 'bafybeihszqqr72q2mat4mwktx5n3pavvulykkaza7eqvwn2kdb33diieam',
hash: 'bafybeihfhlzkanrlngyrm76552vgvyk5e4ibgpmaduuxluhgkfyynjqxs4',
description: 'Optimus',
image:
'https://gateway.autonolas.tech/ipfs/bafybeiaakdeconw7j5z76fgghfdjmsr6tzejotxcwnvmp3nroaw3glgyve',
Expand Down
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-rc92",
"version": "0.2.0-rc94",
"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-rc92"
version = "0.2.0-rc94"
description = ""
authors = ["David Vilela <dvilelaf@gmail.com>", "Viraj Patel <vptl185@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 5743b7e

Please sign in to comment.