Skip to content

Commit

Permalink
release: v0.2.0-rc123
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Jan 22, 2025
1 parent be76731 commit 888d164
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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: false,
isAgentEnabled: true,
},
[AgentType.Modius]: {
name: 'Modius agent',
Expand All @@ -66,7 +66,7 @@ export const AGENT_CONFIG: {
displayName: 'Modius agent',
description:
'Invests crypto assets on your behalf and grows your portfolio.',
isAgentEnabled: true,
isAgentEnabled: false,
},
// TODO: celo (check each key)
[AgentType.AgentsFunCelo]: {
Expand Down
4 changes: 2 additions & 2 deletions frontend/constants/serviceTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ const AGENTS_FUN_COMMON_TEMPLATE: Pick<
ServiceTemplate,
'env_variables' | 'hash' | 'image' | 'description' | 'service_version'
> = {
hash: 'bafybeig5h3el4kz3o7epnwtuvzhlojlgcpw3rlkmnqt5xjc6dnyio2afqi',
hash: 'bafybeianjdocfpi7s6m44dfxeaytywfnqeh7i22e3ayc5zfyme3ajxyq44',
image:
'https://gateway.autonolas.tech/ipfs/QmQYDGMg8m91QQkTWSSmANs5tZwKrmvUCawXZfXVVWQPcu',
description: 'Memeooorr @twitter_handle', // should be overwritten with twitter username
service_version: 'v0.3.0-alpha1',
service_version: 'v0.3.0-alpha2',
env_variables: {
BASE_LEDGER_RPC: {
name: 'Base ledger RPC',
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-rc122",
"version": "0.2.0-rc123",
"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-rc122"
version = "0.2.0-rc123"
description = ""
authors = ["David Vilela <dvilelaf@gmail.com>", "Viraj Patel <vptl185@gmail.com>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions templates/memeooorr.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Memeooorr"
description: "Memeooorr @twitter_handle"
hash: bafybeig5h3el4kz3o7epnwtuvzhlojlgcpw3rlkmnqt5xjc6dnyio2afqi
hash: bafybeianjdocfpi7s6m44dfxeaytywfnqeh7i22e3ayc5zfyme3ajxyq44
image: https://gateway.autonolas.tech/ipfs/QmQYDGMg8m91QQkTWSSmANs5tZwKrmvUCawXZfXVVWQPcu
service_version: v0.3.0-alpha1
service_version: v0.3.0-alpha2
home_chain: "base"
configurations:
base:
Expand Down

0 comments on commit 888d164

Please sign in to comment.