File tree Expand file tree Collapse file tree
frontend/constants/serviceTemplates/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ const BASIUS_TEMPLATE_RELEASE: Pick<
4040 ServiceTemplate ,
4141 'hash' | 'service_version' | 'agent_release'
4242> = {
43- hash : 'bafybeiax2dkm6sw2j2scyd5zjsgufpgvsxtjow6clguz6qrgsizrpb7uqy ' ,
44- service_version : 'v0.12.3 ' ,
43+ hash : 'bafybeihtx4xbpj22kmarp2pivanccocfeqjuedlaac44zcwaidx3cm6664 ' ,
44+ service_version : 'v0.12.4 ' ,
4545 agent_release : {
4646 is_aea : true ,
4747 repository : {
4848 owner : 'valory-xyz' ,
4949 name : 'optimus' ,
50- version : 'v0.12.3 ' ,
50+ version : 'v0.12.4 ' ,
5151 } ,
5252 } ,
5353} ;
@@ -59,14 +59,14 @@ const OPTIMUS_TEMPLATE_RELEASE: Pick<
5959 ServiceTemplate ,
6060 'hash' | 'service_version' | 'agent_release'
6161> = {
62- hash : 'bafybeiadfyrrbypfbnfzg4v3fx2yxex6gcj5eqlknsnqfsz2vvp674o5su ' ,
63- service_version : 'v0.12.3 ' ,
62+ hash : 'bafybeicyvlb7ftfcfyhhevjhfaeeubagve45xhbymx3qyill3bdykofszu ' ,
63+ service_version : 'v0.12.4 ' ,
6464 agent_release : {
6565 is_aea : true ,
6666 repository : {
6767 owner : 'valory-xyz' ,
6868 name : 'optimus' ,
69- version : 'v0.12.3 ' ,
69+ version : 'v0.12.4 ' ,
7070 } ,
7171 } ,
7272} ;
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import { X402_ENABLED_FLAGS } from '../../x402';
1111import { KPI_DESC_PREFIX } from '../constants' ;
1212
1313export const PREDICT_SERVICE_TEMPLATE : ServiceTemplate = {
14- hash : 'bafybeifuphhsarhdvymixytqmndwj4cwzs7azkgytvrzrkllgc4zqq3qoq ' ,
15- service_version : 'v0.40.0-rc4 ' ,
14+ hash : 'bafybeif5xjgk4tubgitdgi5mlvq3x3wf62vix337s66vrlmxlvqf7q6ioi ' ,
15+ service_version : 'v0.40.1 ' ,
1616 agent_release : {
1717 is_aea : true ,
1818 repository : {
1919 owner : 'valory-xyz' ,
2020 name : 'trader' ,
21- version : 'v0.40.0-rc4 ' ,
21+ version : 'v0.40.1 ' ,
2222 } ,
2323 } ,
2424 agentType : AgentMap . PredictTrader ,
@@ -144,14 +144,14 @@ export const PREDICT_SERVICE_TEMPLATE: ServiceTemplate = {
144144} as const ;
145145
146146export const PREDICT_POLYMARKET_SERVICE_TEMPLATE : ServiceTemplate = {
147- hash : 'bafybeif4r7ftadt5wz6k3abniud245yiazbmrivd4wr7mrqt2znudwgxpy ' ,
148- service_version : 'v0.40.0-rc6 ' ,
147+ hash : 'bafybeihhmwu4mqp5pliriiwepnkfebpy5us3zlsbtcmfwwcm77jtutctde ' ,
148+ service_version : 'v0.40.1 ' ,
149149 agent_release : {
150150 is_aea : true ,
151151 repository : {
152152 owner : 'valory-xyz' ,
153153 name : 'trader' ,
154- version : 'v0.40.0-rc6 ' ,
154+ version : 'v0.40.1 ' ,
155155 } ,
156156 } ,
157157 agentType : AgentMap . Polystrat ,
You can’t perform that action at this time.
0 commit comments