Skip to content

Commit

Permalink
release: v0.2.0-rc134
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Jan 24, 2025
1 parent 812b79c commit b5999e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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', // Should be unique across all services and not be updated
hash: 'bafybeie3iedcu7vzxdlmhoha37pr5w57i4pod3gwuvldi3xjynmyed5uo4',
hash: 'bafybeicmohtqkz5nkswwcu2uqj6julngc3d5daljjvhfab4z2x6rfroogi',
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 @@ -75,7 +75,7 @@
"start:frontend": "cd frontend && yarn start",
"test:frontend": "cd frontend && yarn test"
},
"version": "0.2.0-rc133",
"version": "0.2.0-rc134",
"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-rc133"
version = "0.2.0-rc134"
description = ""
authors = ["David Vilela <dvilelaf@gmail.com>", "Viraj Patel <vptl185@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion templates/optimus.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Optimus
hash: bafybeie3iedcu7vzxdlmhoha37pr5w57i4pod3gwuvldi3xjynmyed5uo4
hash: bafybeicmohtqkz5nkswwcu2uqj6julngc3d5daljjvhfab4z2x6rfroogi
description: Optimus
image: https://operate.olas.network/_next/image?url=%2Fimages%2Fprediction-agent.png&w=3840&q=75
service_version: v0.2.9
Expand Down

0 comments on commit b5999e1

Please sign in to comment.