Skip to content

Commit

Permalink
Merge pull request #411 from valory-xyz/feat/uncomment-agent-profile-…
Browse files Browse the repository at this point in the history
…link

feat: reinstate agent profile link to Predict
  • Loading branch information
truemiller authored Oct 30, 2024
2 parents d5bc4b7 + af6e4d1 commit b05e223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions frontend/components/YourWalletPage/YourAgent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,13 @@ const AgentTitle = () => {
<Text strong>{agentName}</Text>
</Tooltip>

{/* @note: removed until predict ui resolution */}
{/* <a
<a
href={`https://predict.olas.network/agents/${agentSafeAddress}`}
target="_blank"
className="text-sm"
>
Agent profile {UNICODE_SYMBOLS.EXTERNAL_LINK}
</a> */}
</a>
</Flex>
</Flex>
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"download-binaries": "sh download_binaries.sh",
"build:pearl": "sh build_pearl.sh"
},
"version": "0.1.0-rc181"
"version": "0.1.0-rc182"
}
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.1.0-rc181"
version = "0.1.0-rc182"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b05e223

Please sign in to comment.