diff --git a/package.json b/package.json index 0975434..34db86d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ }, "dependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", - "@thirdweb-dev/contracts": "^3.8.0", "@types/react-datepicker": "^7.0.0", "clsx": "^2.1.1", "cross-spawn": "^7.0.3", diff --git a/src/components/MyConnectButton.tsx b/src/components/MyConnectButton.tsx index 8c777a5..1bc591d 100644 --- a/src/components/MyConnectButton.tsx +++ b/src/components/MyConnectButton.tsx @@ -1,4 +1,4 @@ -import { client } from "@/app/client"; +import { chain, client } from "@/app/client"; import { ConnectButton, ConnectButtonProps } from "thirdweb/react"; type MyConnectButtonProps = Omit @@ -8,6 +8,7 @@ export default function MyConnectButton(props: MyConnectButtonProps) {