Skip to content

Commit

Permalink
chore: add missing certificate in whitebit (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze authored Feb 27, 2023
1 parent d5f3687 commit 220baea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/exchange_adapters/whitebit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { Exchange } from '../utils'
export class WhitebitAdapter extends BaseExchangeAdapter {
baseApiUrl = 'https://whitebit.com/api/v4/public/'
readonly _exchangeName = Exchange.WHITEBIT
readonly _certFingerprint256 = ''
// Cloudflare Inc ECC CA-3
readonly _certFingerprint256 =
'3A:BB:E6:3D:AF:75:6C:50:16:B6:B8:5F:52:01:5F:D8:E8:AC:BE:27:7C:50:87:B1:27:A6:05:63:A8:41:ED:8A'

private static readonly tokenSymbolMap = this.standardTokenSymbolMap

Expand Down

0 comments on commit 220baea

Please sign in to comment.