add maxPrice for pre-launch markets
This commit is contained in:
@@ -548,6 +548,7 @@ const main = async (): Promise<void> => {
|
||||
confidence: oracle.confidence.toString(),
|
||||
hasSufficientNumberOfDataPoints:
|
||||
oracle.hasSufficientNumberOfDataPoints,
|
||||
maxPrice: oracle.maxPrice,
|
||||
};
|
||||
if (oracle.twap) {
|
||||
oracleHuman['twap'] = oracle.twap.toString();
|
||||
|
||||
Reference in New Issue
Block a user