Skip to content

Commit

Permalink
chore: update bitget cert fingerprint (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
bayological committed Sep 14, 2024
1 parent a3aa1fb commit 36efb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celo-oracle",
"version": "2.0.8-beta",
"version": "2.0.9-beta",
"description": "Oracle application to aggregate and report exchange rates to the Celo network",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/exchange_adapters/bitget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class BitgetAdapter extends BaseExchangeAdapter {
readonly _exchangeName = Exchange.BITGET
// E6 - validity not after: 12/03/2027, 18:59:59 GMT-5
readonly _certFingerprint256 =
'76:E9:E2:88:AA:FC:0E:37:F4:39:0C:BF:94:6A:AD:99:7D:5C:1C:90:1B:3C:E5:13:D3:D8:FA:DB:AB:E2:AB:85'
'44:22:E9:63:EE:53:CD:58:CC:9F:85:CD:40:BF:5F:FE:C0:09:5F:DF:1A:15:45:35:66:1C:1C:06:BC:AD:C6:9B'

async fetchTicker(): Promise<Ticker> {
return this.parseTicker(
Expand Down

0 comments on commit 36efb35

Please sign in to comment.