Skip to content

Commit

Permalink
chore: update bitso cert fingerprint (#271)
Browse files Browse the repository at this point in the history
* chore: update bitso cert fingerprint
  • Loading branch information
denviljclarke authored Oct 9, 2024
1 parent 5e22de7 commit d042b1a
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.11-beta",
"version": "2.0.12-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/bitso.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class BitsoAdapter extends BaseExchangeAdapter implements ExchangeAdapter
readonly _exchangeName = Exchange.BITSO
// Internet Security Research Group - validity not after: 9/15/25, 11:00:00 AM EST
readonly _certFingerprint256 =
'5D:FD:B3:CF:31:B2:6F:23:D8:7C:09:F3:A0:CE:F6:42:F6:40:69:A9:FB:7C:FE:29:27:0B:B5:DC:0F:1E:16:BB'
'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'

private static readonly tokenSymbolMap = BitsoAdapter.standardTokenSymbolMap

Expand Down

0 comments on commit d042b1a

Please sign in to comment.