Skip to content

Commit bfc7ce4

Browse files
authored
update Drift IDL (#189)
* update Drift IDL * ignore typescript warning
1 parent b71d004 commit bfc7ce4

File tree

2 files changed

+20365
-15588
lines changed

2 files changed

+20365
-15588
lines changed

DriftStakeVoterPlugin/DriftVoterClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class DriftVoterClient extends Client<DriftStakeVoter> {
7979
const insuranceFundStake = await queryClient.fetchQuery({
8080
queryKey: ['Insurance Fund Stake', insuranceFundStakePk.toString()],
8181
queryFn: async () =>
82+
// @ts-ignore
8283
drift.account.insuranceFundStake.fetchNullable(insuranceFundStakePk),
8384
})
8485

0 commit comments

Comments
 (0)