Skip to content

Commit

Permalink
release: 0.2.0-rc147 (trader + memeooorr)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Jan 30, 2025
1 parent 12ff833 commit 80a7705
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const AGENT_CONFIG: {
'Autonomously posts to Twitter, creates and trades memecoins, and interacts with other agents. Agent is operating on Base chain.',
},
[AgentType.Modius]: {
isAgentEnabled: true,
isAgentEnabled: false,
isComingSoon: false,
requiresSetup: true,
name: 'Modius agent',
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: 'bafybeidstyvnzrvldc5pprhlyal7wikmns2wgdlxtlqar35ujycc4hxa7y',
hash: 'bafybeidozytbbt3ktgx67it5kzjpkotzol7oggi233lqtuqupb3tjjn3ty',
image:
'https://gateway.autonolas.tech/ipfs/QmQYDGMg8m91QQkTWSSmANs5tZwKrmvUCawXZfXVVWQPcu',
description: 'Memeooorr @twitter_handle', // should be overwritten with twitter username
service_version: 'v0.3.0-alpha6',
service_version: 'v0.3.0-alpha7',
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-rc145",
"version": "0.2.0-rc147",
"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-rc145"
version = "0.2.0-rc147"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
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: bafybeidstyvnzrvldc5pprhlyal7wikmns2wgdlxtlqar35ujycc4hxa7y
hash: bafybeidozytbbt3ktgx67it5kzjpkotzol7oggi233lqtuqupb3tjjn3ty
image: https://gateway.autonolas.tech/ipfs/QmQYDGMg8m91QQkTWSSmANs5tZwKrmvUCawXZfXVVWQPcu
service_version: v0.3.0-alpha6
service_version: v0.3.0-alpha7
home_chain: "base"
configurations:
base:
Expand Down

0 comments on commit 80a7705

Please sign in to comment.