Skip to content

Commit

Permalink
fix: update binance certificate (#224)
Browse files Browse the repository at this point in the history
* fix: update binance certificate

* chore: bump package version
  • Loading branch information
denviljclarke authored Feb 15, 2024
1 parent 7f8fea3 commit 00de24e
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": "1.0.11",
"version": "1.0.12",
"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/binance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class BinanceAdapter extends BaseExchangeAdapter implements ExchangeAdapt
readonly _exchangeName: Exchange = Exchange.BINANCE
// GeoTrust RSA CA 2018 - validity not after: 06/11/2027, 09:23:45 GMT-3
_certFingerprint256 =
'8C:C3:4E:11:C1:67:04:58:24:AD:E6:1C:49:07:A6:44:0E:DB:2C:43:98:E9:9C:11:2A:85:9D:66:1F:8E:2B:C7'
'C0:6E:30:7F:7C:FC:1D:32:FA:72:A4:C0:33:C8:7B:90:01:9A:F2:16:F0:77:5D:64:97:8A:2E:CA:6C:8A:23:0E'

private static readonly tokenSymbolMap = BinanceAdapter.standardTokenSymbolMap

Expand Down

0 comments on commit 00de24e

Please sign in to comment.