Skip to content

Commit

Permalink
update indexer codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Dec 5, 2023
1 parent 0c7d800 commit 59f1ca0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,8 @@ export interface LiquidityTierUpsertEventV1 {
* the margin requirements increase at a rate of sqrt(size).
*/

/** @deprecated */

basePositionNotional: Long;
}
/**
Expand Down Expand Up @@ -960,6 +962,8 @@ export interface LiquidityTierUpsertEventV1SDKType {
* the margin requirements increase at a rate of sqrt(size).
*/

/** @deprecated */

base_position_notional: Long;
}
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ export interface LiquidityTier {
* the margin requirements increase at a rate of sqrt(size).
*/

/** @deprecated */

basePositionNotional: Long;
/**
* The impact notional amount (in quote quantums) is used to determine impact
Expand Down Expand Up @@ -239,6 +241,8 @@ export interface LiquidityTierSDKType {
* the margin requirements increase at a rate of sqrt(size).
*/

/** @deprecated */

base_position_notional: Long;
/**
* The impact notional amount (in quote quantums) is used to determine impact
Expand Down

0 comments on commit 59f1ca0

Please sign in to comment.