Skip to content

Commit fac9fe5

Browse files
chore: bump Basius and Optimus to optimus v0.12.3
Picks up the mech fee reserve fix and the Velodrome unstake tx fix from https://github.com/valory-xyz/optimus/releases/tag/v0.12.3. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent f7bc900 commit fac9fe5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

frontend/constants/serviceTemplates/service/babydegen.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ const BASIUS_TEMPLATE_RELEASE: Pick<
4040
ServiceTemplate,
4141
'hash' | 'service_version' | 'agent_release'
4242
> = {
43-
hash: 'bafybeieyje3avjjhlk2qtxswu7uvukaqnsvzmlfvgy3qzarxyv3cd6viru',
44-
service_version: 'v0.12.2',
43+
hash: 'bafybeiax2dkm6sw2j2scyd5zjsgufpgvsxtjow6clguz6qrgsizrpb7uqy',
44+
service_version: 'v0.12.3',
4545
agent_release: {
4646
is_aea: true,
4747
repository: {
4848
owner: 'valory-xyz',
4949
name: 'optimus',
50-
version: 'v0.12.2',
50+
version: 'v0.12.3',
5151
},
5252
},
5353
};
@@ -59,14 +59,14 @@ const OPTIMUS_TEMPLATE_RELEASE: Pick<
5959
ServiceTemplate,
6060
'hash' | 'service_version' | 'agent_release'
6161
> = {
62-
hash: 'bafybeih52axldd5orb2pjavmxb6lxnke4tdggrlqotyk6oam6ipa5zeiyy',
63-
service_version: 'v0.12.2',
62+
hash: 'bafybeiadfyrrbypfbnfzg4v3fx2yxex6gcj5eqlknsnqfsz2vvp674o5su',
63+
service_version: 'v0.12.3',
6464
agent_release: {
6565
is_aea: true,
6666
repository: {
6767
owner: 'valory-xyz',
6868
name: 'optimus',
69-
version: 'v0.12.2',
69+
version: 'v0.12.3',
7070
},
7171
},
7272
};

0 commit comments

Comments
 (0)