Skip to content

Commit 3a74fc8

Browse files
committed
chore: update schema.json
1 parent 92a1c30 commit 3a74fc8

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

build_helpers/schema.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,11 +1168,6 @@
11681168
"description": "Name of the exchange.",
11691169
"type": "string"
11701170
},
1171-
"enable_ws": {
1172-
"description": "Enable WebSocket connections to the exchange.",
1173-
"type": "boolean",
1174-
"default": true
1175-
},
11761171
"key": {
11771172
"description": "API key for the exchange.",
11781173
"type": "string",
@@ -1192,6 +1187,18 @@
11921187
"description": "User ID for the exchange, if required.",
11931188
"type": "string"
11941189
},
1190+
"account_id": {
1191+
"description": "Account ID for the exchange, if required.",
1192+
"type": "string"
1193+
},
1194+
"wallet_address": {
1195+
"description": "Wallet address for the exchange, if required. Usually used by DEX exchanges.",
1196+
"type": "string"
1197+
},
1198+
"private_key": {
1199+
"description": "Private key for the exchange, if required. Usually used by DEX exchanges.",
1200+
"type": "string"
1201+
},
11951202
"pair_whitelist": {
11961203
"description": "List of whitelisted trading pairs.",
11971204
"type": "array",
@@ -1213,6 +1220,11 @@
12131220
"type": "boolean",
12141221
"default": false
12151222
},
1223+
"enable_ws": {
1224+
"description": "Enable WebSocket connections to the exchange.",
1225+
"type": "boolean",
1226+
"default": true
1227+
},
12161228
"unknown_fee_rate": {
12171229
"description": "Fee rate for unknown markets.",
12181230
"type": "number"

0 commit comments

Comments
 (0)