From e5cff0b2f80f4435f7d944406794f3316f120ee4 Mon Sep 17 00:00:00 2001 From: Dan Buchholz Date: Fri, 26 Apr 2024 11:25:36 -0700 Subject: [PATCH] fix: app name --- app/components/Providers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Providers.tsx b/app/components/Providers.tsx index bcb5d2c..1d684ea 100644 --- a/app/components/Providers.tsx +++ b/app/components/Providers.tsx @@ -34,7 +34,7 @@ const transports: Record = Object.fromEntries( ); export const config = getDefaultConfig({ - appName: "Tableland Starter", + appName: "Tableland Table NFT", chains, transports, projectId: process.env.WALLET_CONNECT_PROJECT_ID ?? "", // Set up a WalletConnect account: https://walletconnect.com/