Skip to content

Commit

Permalink
[Community] add SANDBOXED ExchangeKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Dec 2, 2024
1 parent 83cbd97 commit 86530df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octobot/community/supabase_backend/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class ExchangeKeys(enum.Enum):
EXCHANGE_CREDENTIAL_ID = "exchange_credential_id"
EXCHANGE_ID = "exchange_id"
EXCHANGE_TYPE = "exchange_type"
SANDBOXED = "sandboxed"


class SignalKeys(enum.Enum):
Expand Down

0 comments on commit 86530df

Please sign in to comment.