diff --git a/counter/package.json b/counter/package.json index 33a2557..93c6eaf 100644 --- a/counter/package.json +++ b/counter/package.json @@ -19,16 +19,16 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", - "@fuels/connectors": "0.25.0", + "@fuels/connectors": "0.27.1", "@fuels/react": "^0.25.0", "@mui/icons-material": "^5.16.5", "@mui/material": "^5.16.5", "@tanstack/react-query": "^5.29.2", "@wagmi/connectors": "5.0.26", - "@wagmi/core": "2.12.2", + "@wagmi/core": "2.13.4", "app-commons": "workspace:*", "dotenv": "^16.4.5", - "fuels": "0.93.0", + "fuels": "0.94.5", "react": "^18.2", "react-dom": "^18.2", "react-hot-toast": "^2.4.1", diff --git a/counter/src/App.tsx b/counter/src/App.tsx index c966d9f..cb1829c 100644 --- a/counter/src/App.tsx +++ b/counter/src/App.tsx @@ -18,6 +18,7 @@ import { useBreakpoints } from "./hooks/useBreakpoints"; import { NavMenu } from "./components/NavMenu"; import ThemeToggle from "./components/ThemeToggle"; import { useEffect, useState } from "react"; +import OpenInNewIcon from "@mui/icons-material/OpenInNew"; export default function App() { const { wallet, network, isConnected } = @@ -60,7 +61,10 @@ export default function App() {