Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Dec 20, 2024
1 parent 5b33a4a commit 2be0052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/svm/programConnectors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Idl, Program, AnchorProvider } from "@coral-xyz/anchor";
import { getSolanaChainId, isSolanaDevnet } from "../../scripts/svm/utils/helpers";
import { AnchorProvider, Idl, Program } from "@coral-xyz/anchor";
import { getDeployedAddress } from "../DeploymentUtils";
import { SupportedNetworks } from "../types/svm";
import {
Expand All @@ -12,6 +11,7 @@ import {
TokenMessengerMinterAnchor,
TokenMessengerMinterIdl,
} from "./assets";
import { getSolanaChainId, isSolanaDevnet } from "./helpers";

type ProgramOptions = { network?: SupportedNetworks; programId?: string };

Expand Down

0 comments on commit 2be0052

Please sign in to comment.