Skip to content

Commit c46741c

Browse files
authored
Merge pull request #2073 from valory-xyz/release/v1.8.5
Release/v1.8.5
2 parents 4a129e6 + b3ccf7c commit c46741c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

frontend/constants/serviceTemplates/service/trader.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ export const PREDICT_SERVICE_TEMPLATE: ServiceTemplate = {
144144
} as const;
145145

146146
export const PREDICT_POLYMARKET_SERVICE_TEMPLATE: ServiceTemplate = {
147-
hash: 'bafybeifdwuq5dlzb4wnwb45h54zo7owlkj6ogrpw74mqnxtdgokiim67t4',
148-
service_version: 'v0.40.1',
147+
hash: 'bafybeigmltj5g6ewucxtctvptbbkfpapntpqmq5n6mshfwsbvz776htrzy',
148+
service_version: 'v0.40.2',
149149
agent_release: {
150150
is_aea: true,
151151
repository: {
152152
owner: 'valory-xyz',
153153
name: 'trader',
154-
version: 'v0.40.1',
154+
version: 'v0.40.2',
155155
},
156156
},
157157
agentType: AgentMap.Polystrat,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@
111111
"start:frontend": "cd frontend && yarn start",
112112
"test:frontend": "cd frontend && yarn test"
113113
},
114-
"version": "1.8.4",
114+
"version": "1.8.5",
115115
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
116116
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "olas-operate-app"
3-
version = "1.8.4"
3+
version = "1.8.5"
44
description = ""
55
authors = [
66
{ name = "David Vilela", email = "dvilelaf@gmail.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)