Skip to content

Commit

Permalink
chore: update novadax cert and bump version (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowd authored Aug 2, 2023
1 parent b2ed396 commit a77f8e6
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.3",
"version": "1.0.4",
"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/novadax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class NovaDaxAdapter extends BaseExchangeAdapter implements ExchangeAdapt
readonly _exchangeName = Exchange.NOVADAX
// NovaDAX's certificate fingerprint.
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'
'AE:22:03:A7:22:09:FD:6D:BA:3E:0B:BC:39:C8:67:5B:23:6E:32:A7:F5:95:EC:0E:6B:E1:8C:3B:D7:D3:1A:43'

private static readonly tokenSymbolMap = NovaDaxAdapter.standardTokenSymbolMap

Expand Down

0 comments on commit a77f8e6

Please sign in to comment.