Skip to content

Commit bee739e

Browse files
committed
typo
1 parent c6531ca commit bee739e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/oft-solana/tasks/solana/renounceFreeze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ task('lz:oft:solana:renounce-freeze', 'Renounce freeze authority for an OFT toke
4949
const IDL = await import('../../target/idl/oft.json').then((module) => module.default)
5050
const anchorTypes = await import('../../target/types/oft').then((module) => module)
5151

52-
// @ts-ignore we can ignore the IDL type error, which is a quick or Anchor
52+
// @ts-ignore we can ignore the IDL type error, which is a quirk of Anchor
5353
const program = new Program<typeof anchorTypes.IDL>(IDL, programIdStr, provider)
5454

5555
const [oftStorePda, oftStoreBump] = PublicKey.findProgramAddressSync(

0 commit comments

Comments
 (0)