We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6531ca commit bee739eCopy full SHA for bee739e
examples/oft-solana/tasks/solana/renounceFreeze.ts
@@ -49,7 +49,7 @@ task('lz:oft:solana:renounce-freeze', 'Renounce freeze authority for an OFT toke
49
const IDL = await import('../../target/idl/oft.json').then((module) => module.default)
50
const anchorTypes = await import('../../target/types/oft').then((module) => module)
51
52
- // @ts-ignore we can ignore the IDL type error, which is a quick or Anchor
+ // @ts-ignore we can ignore the IDL type error, which is a quirk of Anchor
53
const program = new Program<typeof anchorTypes.IDL>(IDL, programIdStr, provider)
54
55
const [oftStorePda, oftStoreBump] = PublicKey.findProgramAddressSync(
0 commit comments