Skip to content

Commit 86530df

Browse files
committed
[Community] add SANDBOXED ExchangeKeys
1 parent 83cbd97 commit 86530df

File tree

1 file changed

+1
-0
lines changed
  • octobot/community/supabase_backend

1 file changed

+1
-0
lines changed

octobot/community/supabase_backend/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class ExchangeKeys(enum.Enum):
113113
EXCHANGE_CREDENTIAL_ID = "exchange_credential_id"
114114
EXCHANGE_ID = "exchange_id"
115115
EXCHANGE_TYPE = "exchange_type"
116+
SANDBOXED = "sandboxed"
116117

117118

118119
class SignalKeys(enum.Enum):

0 commit comments

Comments
 (0)