Skip to content

Commit

Permalink
test: add AggregatorType to lib/constants
Browse files Browse the repository at this point in the history
  • Loading branch information
rackstar committed Oct 30, 2024
1 parent f451aa9 commit 062aff7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ const ContractCode = {
CoverProducts: 'CP',
};

const AggregatorType = {
ETH: 0,
USD: 1,
};

module.exports = {
Assets,
CoverStatus,
Expand All @@ -171,4 +176,5 @@ module.exports = {
NXMasterOwnerParamType,
PoolAsset,
ContractCode,
AggregatorType,
};

0 comments on commit 062aff7

Please sign in to comment.