Skip to content

Commit

Permalink
Gemini: Upgrade test config
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Aug 20, 2024
1 parent 17c2ef2 commit 2986277
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions testdata/configtest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,6 @@
"websocketResponseCheckTimeout": 30000000,
"websocketResponseMaxLimit": 7000000000,
"websocketTrafficTimeout": 30000000000,
"websocketOrderbookBufferLimit": 5,
"baseCurrencies": "USD",
"currencyPairs": {
"requestFormat": {
Expand All @@ -1628,11 +1627,9 @@
"uppercase": true
},
"useGlobalFormat": true,
"assetTypes": [
"spot"
],
"pairs": {
"spot": {
"assetEnabled": true,
"enabled": "BTCUSD",
"available": "BTCUSD,ETHBTC,ETHUSD,BCHUSD,BCHBTC,BCHETH,LTCUSD,LTCBTC,LTCETH,LTCBCH,ZECUSD,ZECBTC,ZECETH,ZECBCH,ZECLTC"
}
Expand Down Expand Up @@ -1683,7 +1680,13 @@
"iban": "",
"supportedCurrencies": ""
}
]
],
"orderbook": {
"verificationBypass": false,
"websocketBufferLimit": 5,
"websocketBufferEnabled": false,
"publishPeriod": 10000000000
}
},
{
"name": "HitBTC",
Expand Down

0 comments on commit 2986277

Please sign in to comment.