Skip to content

Commit

Permalink
removed trailing unimplemented extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersimon committed Nov 13, 2023
1 parent 0168aa8 commit e4c5ab0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions token/js/src/extensions/extensionType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ export enum ExtensionType {
// ConfidentialTransferFee, // Not implemented yet
// ConfidentialTransferFeeAmount, // Not implemented yet
MetadataPointer = 18, // Remove number once above extensions implemented
// TokenMetadata, // Not implemented yet
// GroupPointer, // Not implemented yet
// TokenGroup, //Not implemented yet
}

export const TYPE_SIZE = 2;
Expand Down
1 change: 0 additions & 1 deletion token/js/src/instructions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ export enum TokenInstruction {
// ConfidentialTransferFeeExtension = 37,
// WithdrawalExcessLamports = 38,
MetadataPointerExtension = 39,
// GroupPointerExtension = 40,
}

0 comments on commit e4c5ab0

Please sign in to comment.