Skip to content

Commit

Permalink
chore: update novadax certificate and bump version (#165)
Browse files Browse the repository at this point in the history
* chore: update novadax certificate and bump version

* style: lint

* blank
  • Loading branch information
ninabarbakadze authored Mar 27, 2023
1 parent fea4352 commit 3a0c02f
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.2",
"version": "1.0.3",
"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 @@ -6,7 +6,7 @@ export class NovaDaxAdapter extends BaseExchangeAdapter implements ExchangeAdapt
readonly _exchangeName = Exchange.NOVADAX
// NovaDAX's certificate fingerprint.
readonly _certFingerprint256 =
'A2:05:26:4C:3F:90:D3:DB:37:4A:CE:4E:AF:33:8B:51:89:75:39:2D:7A:98:2F:EE:76:B8:2F:4A:02:23:89:7B'
'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 = NovaDaxAdapter.standardTokenSymbolMap

Expand Down

0 comments on commit 3a0c02f

Please sign in to comment.