Skip to content

Commit f17fdde

Browse files
chore: update hash, fix rc179 tag
1 parent 79ab34f commit f17fdde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frontend/constants/serviceTemplates.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { StakingProgramId } from '@/enums/StakingProgram';
44
export const SERVICE_TEMPLATES: ServiceTemplate[] = [
55
{
66
name: 'Trader Agent',
7-
hash: 'bafybeicy56fzhuj34vavw45dmnlnubzf5t225shvcavguoqwrsopqn4oc4',
7+
hash: 'bafybeidicxsruh3r4a2xarawzan6ocwyvpn3ofv42po5kxf7x6ck7kn22u',
88
// hash: 'bafybeibbloa4w33vj4bvdkso7pzk6tr3duvxjpecbx4mur4ix6ehnwb5uu', // temporary
99
description: 'Trader agent for omen prediction markets',
1010
image:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"download-binaries": "sh download_binaries.sh",
6464
"build:pearl": "sh build_pearl.sh"
6565
},
66-
"version": "0.1.0-rc178"
66+
"version": "0.1.0-rc179"
6767
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-middleware"
3-
version = "0.1.0-rc178"
3+
version = "0.1.0-rc179"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

templates/trader.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Trader Agent"
22
description: "A single-agent service (sovereign agent) placing bets on Omen"
3-
hash: bafybeicy56fzhuj34vavw45dmnlnubzf5t225shvcavguoqwrsopqn4oc4
3+
hash: bafybeidicxsruh3r4a2xarawzan6ocwyvpn3ofv42po5kxf7x6ck7kn22u
44
image: https://operate.olas.network/_next/image?url=%2Fimages%2Fprediction-agent.png&w=3840&q=75
55
service_version: v0.18.4
66
home_chain_id: 100

0 commit comments

Comments
 (0)