Skip to content

Commit c87f0da

Browse files
release: 0.2.0-rc157 gated
1 parent d81cdfc commit c87f0da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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-rc147",
78+
"version": "0.2.0-rc157",
7979
"engine": {
8080
"node": ">=20",
8181
"yarn": ">=1.22.0",

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-rc147"
3+
version = "0.2.0-rc157"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)