Skip to content

Commit 5fa2ff7

Browse files
committed
fix: build
1 parent eb2dfe0 commit 5fa2ff7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hooks/isDeployed.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { useConnect, useProvider } from "@starknet-react/core";
22
import { useEffect, useState } from "react";
33
import { wallet } from "starknet";
4-
import getStarknet, { StarknetWindowObject } from "get-starknet-core";
5-
import { AccountDeploymentData } from "starknet-types-07";
4+
import getStarknet, { StarknetWindowObject } from "@starknet-io/get-starknet-core";
5+
import { AccountDeploymentData } from "@starknet-io/types-js";
66

77
export default function isStarknetDeployed(address?: string) {
88
const { provider } = useProvider();

0 commit comments

Comments
 (0)