We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2dfe0 commit 5fa2ff7Copy full SHA for 5fa2ff7
1 file changed
hooks/isDeployed.tsx
@@ -1,8 +1,8 @@
1
import { useConnect, useProvider } from "@starknet-react/core";
2
import { useEffect, useState } from "react";
3
import { wallet } from "starknet";
4
-import getStarknet, { StarknetWindowObject } from "get-starknet-core";
5
-import { AccountDeploymentData } from "starknet-types-07";
+import getStarknet, { StarknetWindowObject } from "@starknet-io/get-starknet-core";
+import { AccountDeploymentData } from "@starknet-io/types-js";
6
7
export default function isStarknetDeployed(address?: string) {
8
const { provider } = useProvider();
0 commit comments