Skip to content

Commit

Permalink
docs: ✏️ add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantasdeveloper committed Oct 24, 2024
1 parent 706b27c commit f18c3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/procedures/addInstruction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export async function prepareAddInstruction(

const addAndAffirmTx = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
transaction: settlement.addAndAffirmWithMediators as any,
transaction: settlement.addAndAffirmWithMediators as any, // TODO @prashantasdeveloper remove this when removing dual version support
argsArray: addAndAffirmInstructionParams,
};

Expand Down
1 change: 1 addition & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,5 @@ export const GLOBAL_BASE_TOKEN_URI_NAME = 'baseTokenUri';

export const ASSET_ID_PREFIX = 'modlpy/pallet_asset';

// TODO @prashantasdeveloper remove this when removing dual version support
export const BTREE_SET_PORTFOLIO_ID_SPEC_VERSION = 7000004;

0 comments on commit f18c3db

Please sign in to comment.