Skip to content

Commit

Permalink
fix: add USDKES pair constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed May 10, 2024
1 parent c67cac2 commit 43735a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export enum OracleCurrencyPair {
EUROCXOF = 'EUROCXOF',
EUROCUSDT = 'EUROCUSDT',
KESUSD = 'KESUSD',
USDKES = 'USDKES',
}

export const CoreCurrencyPair: OracleCurrencyPair[] = [
Expand Down Expand Up @@ -143,6 +144,7 @@ export const CurrencyPairBaseQuote: Record<
[OracleCurrencyPair.EUROCXOF]: { base: ExternalCurrency.EUROC, quote: ExternalCurrency.XOF },
[OracleCurrencyPair.EUROCUSDT]: { base: ExternalCurrency.EUROC, quote: ExternalCurrency.USDT },
[OracleCurrencyPair.KESUSD]: { base: ExternalCurrency.KES, quote: ExternalCurrency.USD },
[OracleCurrencyPair.USDKES]: { base: ExternalCurrency.USD, quote: ExternalCurrency.KES },
}

export enum AggregationMethod {
Expand Down

0 comments on commit 43735a8

Please sign in to comment.