Skip to content

Commit e5e6649

Browse files
authored
Merge branch 'staging' into feat/improved-ci
2 parents 3766d01 + 6c43d7a commit e5e6649

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

electron/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const homedir = os.homedir();
1414
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
1515
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
1616
*/
17-
const OlasMiddlewareVersion = '0.1.0rc133';
17+
const OlasMiddlewareVersion = '0.1.0rc134';
1818

1919
const path = require('path');
2020
const { app } = require('electron');

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: 'bafybeidu3e3hdx5qt3bclheo7opr4adiil6zs2cger6m733qvhttnlo6na',
7+
hash: 'bafybeicbfnqfc3potbfmvrmssaxepwilipe5myjbg4xh7ix2sdll4kyc6m',
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
@@ -58,5 +58,5 @@
5858
"download-binaries": "sh download_binaries.sh",
5959
"build:pearl": "sh build_pearl.sh"
6060
},
61-
"version": "0.1.0-rc133"
61+
"version": "0.1.0-rc134"
6262
}

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-rc133"
3+
version = "0.1.0-rc134"
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: bafybeidu3e3hdx5qt3bclheo7opr4adiil6zs2cger6m733qvhttnlo6na
3+
hash: bafybeicbfnqfc3potbfmvrmssaxepwilipe5myjbg4xh7ix2sdll4kyc6m
44
image: https://operate.olas.network/_next/image?url=%2Fimages%2Fprediction-agent.png&w=3840&q=75
55
service_version: v0.18.1
66
home_chain_id: 100

0 commit comments

Comments
 (0)