diff --git a/bun.lockb b/bun.lockb
index 2a20123..31f1581 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index 6ddafe6..9600abd 100644
--- a/package.json
+++ b/package.json
@@ -52,29 +52,29 @@
"@tanstack/react-query-persist-client": "5.4.3",
"@tanstack/react-virtual": "3.0.0-beta.54",
"@total-typescript/ts-reset": "^0.5.1",
- "@vanilla-extract/css": "^1.17.4",
+ "@vanilla-extract/css": "^1.18.0",
"@vanilla-extract/css-utils": "^0.1.6",
"@vanilla-extract/dynamic": "^2.1.5",
"@vanilla-extract/sprinkles": "^1.6.5",
"abitype": "^0.9.10",
"chroma-js": "^2.6.0",
"clsx": "^1.2.1",
- "ethers": "^6.15.0",
- "eventemitter3": "^5.0.1",
- "human-id": "^4.1.2",
+ "ethers": "^6.16.0",
+ "eventemitter3": "^5.0.4",
+ "human-id": "^4.1.3",
"lucide-react": "^0.548.0",
"mipd": "^0.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flatten-children": "^1.1.2",
- "react-hook-form": "^7.66.0",
+ "react-hook-form": "^7.71.1",
"react-intersection-observer": "^9.16.0",
- "react-router": "^6.30.1",
- "react-router-dom": "^6.30.1",
+ "react-router": "^6.30.3",
+ "react-router-dom": "^6.30.3",
"remeda": "^1.61.0",
"sonner": "^0.7.4",
"use-sync-external-store": "^1.6.0",
- "viem": "^2.38.6",
+ "viem": "^2.45.2",
"zustand": "^4.5.7"
},
"devDependencies": {
@@ -83,14 +83,14 @@
"@types/chroma-js": "^2.4.5",
"@types/chrome": "^0.0.266",
"@types/qs": "^6.14.0",
- "@types/react": "^18.3.26",
+ "@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/use-sync-external-store": "^0.0.3",
"@types/webextension-polyfill": "^0.10.7",
"@types/which-pm-runs": "^1.0.2",
"@vanilla-extract/vite-plugin": "^4.0.20",
"@vitejs/plugin-react": "^4.7.0",
- "bun-types": "^1.3.1",
+ "bun-types": "^1.3.9",
"cross-env": "^7.0.3",
"globby": "^13.2.2",
"patch-package": "^8.0.1",
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 5b6a0b5..828afc7 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -190,9 +190,15 @@ function Account() {
{account && (
-
- {account.address}
-
+ {account.displayName ? (
+
+ {account.displayName}
+
+ ) : (
+
+ {account.address}
+
+ )}
)}
diff --git a/src/screens/block-config.tsx b/src/screens/block-config.tsx
index 66884cb..d8eabe7 100644
--- a/src/screens/block-config.tsx
+++ b/src/screens/block-config.tsx
@@ -71,21 +71,15 @@ function IntervalMining() {
Interval Mining
-
+
-
- {/* TODO: don't do this lol */}
-
- {''}
-
-
-
+