Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 4b9f0e3

Browse files
committed
Add exchange to constants
Signed-off-by: Herklos <herklos@drakkar.software>
1 parent 6fd3b75 commit 4b9f0e3

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.6.30] - 2024-11-27
7+
## [1.6.31] - 2025-12-29
8+
### Added
9+
- Add exchange service constants
10+
11+
## [1.6.30] - 2025-11-27
812
### Updated
913
[Requirements] moved openai to the [full] requirements
1014

11-
## [1.6.29] - 2024-11-26
15+
## [1.6.29] - 2025-11-26
1216
### Added
1317
[Requirements] [full] requirements installation
1418

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot-Services [1.6.30](https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md)
1+
# OctoBot-Services [1.6.31](https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md)
22
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/31a1caa6e5384d80bf890dba5c9b5e4b)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Services?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Services&utm_campaign=Badge_Grade_Dashboard)
33
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Services.svg)](https://pypi.python.org/pypi/OctoBot-Services/)
44
[![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Services/workflows/OctoBot-Services-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Services/actions)

octobot_services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# License along with this library.
1616

1717
PROJECT_NAME = "OctoBot-Services"
18-
VERSION = "1.6.30" # major.minor.revision
18+
VERSION = "1.6.31" # major.minor.revision

octobot_services/constants.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@
146146
ALTERNATIVE_ME_TOPIC_FEAR_AND_GREED = "topic_fear_and_greed"
147147
ALTERNATIVE_ME_DATA_KEY = "data"
148148

149+
# Exchange
150+
CONFIG_EXCHANGE = "exchange"
151+
CONFIG_EXCHANGE_INTERNAL_NAME = "internal_name"
152+
CONFIG_EXCHANGE_COPY_PROFILE_ID = "copy_profile_id"
153+
149154
# Notifications
150155
CONFIG_CATEGORY_NOTIFICATION = "notification"
151156
CONFIG_NOTIFICATION_TYPE = "notification-type"

0 commit comments

Comments
 (0)