Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 418ecf0

Browse files
committed
Allow in one place
1 parent 07a36a1 commit 418ecf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stake-pool/js/src/instructions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export function tokenMetadataLayout(
9090
* @internal
9191
*/
9292
export const STAKE_POOL_INSTRUCTION_LAYOUTS: {
93+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
9394
[type in StakePoolInstructionType]: InstructionType;
9495
} = Object.freeze({
9596
AddValidatorToPool: {

0 commit comments

Comments
 (0)