Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/sdk/src/primitives/assetid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const getMarketIdOf = (assetId: ScalarAssetId | CategoricalAssetId): Mark
IOScalarAssetId.is(assetId) ? assetId.ScalarOutcome[0] : assetId.CategoricalOutcome[0]

/**
* Get asset index of a scalar asset, short being 0 and long being 1
* Get asset index of a scalar asset, short being 1 and long being 0
*
* @param scalarAssetId ScalarAssetId
* @returns number
Expand Down