Skip to content

Commit d0953b4

Browse files
release: 0.2.0-rc158
1 parent 2bfdfba commit d0953b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/config/agents.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const AGENT_CONFIG: {
3737
},
3838
[AgentType.Memeooorr]: {
3939
isAgentEnabled: true,
40-
isComingSoon: false,
40+
isComingSoon: true,
4141
requiresSetup: true,
4242
name: 'Agents.fun agent',
4343
evmHomeChainId: EvmChainId.Base,
@@ -51,7 +51,7 @@ export const AGENT_CONFIG: {
5151
},
5252
[AgentType.Modius]: {
5353
isAgentEnabled: true,
54-
isComingSoon: false,
54+
isComingSoon: true,
5555
requiresSetup: true,
5656
name: 'Modius agent',
5757
evmHomeChainId: EvmChainId.Mode,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"start:frontend": "cd frontend && yarn start",
7676
"test:frontend": "cd frontend && yarn test"
7777
},
78-
"version": "0.2.0-rc211",
78+
"version": "0.2.0-rc158",
7979
"engine": {
8080
"node": ">=20",
8181
"yarn": ">=1.22.0",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-app"
3-
version = "0.2.0-rc211"
3+
version = "0.2.0-rc158"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)