feat(#261): add new pre-upgrade endpoints

This commit is contained in:
tiagosiebler
2023-06-08 10:52:18 +01:00
parent 05d63839da
commit 1577764392
4 changed files with 88 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ export interface ExecutionV5 {
indexPrice: string;
underlyingPrice?: string;
blockTradeId?: string;
closedSize?: string;
}
export interface ClosedPnLV5 {