Skip to content

Commit

Permalink
fix anchor import (#623)
Browse files Browse the repository at this point in the history
* fix anchor import

* node16
  • Loading branch information
macalinao committed Jun 3, 2022
1 parent f5f0a21 commit 2f5695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/anchor-contrib/src/utils/coder.ts
@@ -1,11 +1,11 @@
import type { Accounts, Idl } from "@project-serum/anchor";
import { BorshCoder, EventParser, utils } from "@project-serum/anchor";
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/cjs/program/namespace/instruction.js";
import type { InstructionDisplay } from "@project-serum/anchor/dist/esm/coder/borsh/instruction.js";
import type {
IdlAccountItem,
IdlTypeDef,
} from "@project-serum/anchor/dist/esm/idl.js";
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/esm/program/namespace/instruction.js";
import type { Provider as SaberProvider } from "@saberhq/solana-contrib";
import type { GetProgramAccountsFilter, PublicKey } from "@solana/web3.js";
import { TransactionInstruction } from "@solana/web3.js";
Expand Down

0 comments on commit 2f5695b

Please sign in to comment.