Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit c38e56d

Browse files
authored
fix: update currencyAPI certificate (#258)
1 parent 55e8d82 commit c38e56d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celo-oracle",
3-
"version": "2.0.2-beta",
3+
"version": "2.0.3-beta",
44
"description": "Oracle application to aggregate and report exchange rates to the Celo network",
55
"author": "Celo",
66
"license": "Apache-2.0",

src/exchange_adapters/currencyapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class CurrencyApiAdapter extends BaseExchangeAdapter implements ExchangeA
99
readonly _exchangeName: Exchange = Exchange.CURRENCYAPI
1010
// E1 - validity not after: 15/09/2025, 13:00:00 GMT-3
1111
readonly _certFingerprint256 =
12-
'46:49:4E:30:37:90:59:DF:18:BE:52:12:43:05:E6:06:FC:59:07:0E:5B:21:07:6C:E1:13:95:4B:60:51:7C:DA'
12+
'1D:FC:16:05:FB:AD:35:8D:8B:C8:44:F7:6D:15:20:3F:AC:9C:A5:C1:A7:9F:D4:85:7F:FA:F2:86:4F:BE:BF:96'
1313

1414
protected generatePairSymbol(): string {
1515
const base = CurrencyApiAdapter.standardTokenSymbolMap.get(this.config.baseCurrency)

0 commit comments

Comments
 (0)