Skip to content

Commit

Permalink
fix: app name
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuchholz committed Apr 26, 2024
1 parent cc2436e commit e5cff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const transports: Record<number, HttpTransport> = 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/
Expand Down

0 comments on commit e5cff0b

Please sign in to comment.