Skip to content

Commit

Permalink
fix: update withdrawal agents and bump version to 0.2.0-rc202
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 7, 2025
1 parent 742c09f commit 96c9a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/components/YourWalletPage/WithdrawFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const getWithdrawMessage = (agentType: AgentType) => {
};

const agentsWithWithdrawalsComingSoon: AgentType[] = [
AgentType.Modius,
AgentType.Memeooorr,
// AgentType.Modius,
// AgentType.Memeooorr,
];

const ServiceNotRunning = () => (
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-rc201",
"version": "0.2.0-rc202",
"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-app"
version = "0.2.0-rc201"
version = "0.2.0-rc202"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 96c9a8b

Please sign in to comment.