Skip to content

Commit

Permalink
Adjust the origin/description of the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jun 21, 2024
1 parent e83b784 commit 1a83805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export const projectId = process.env.NEXT_PUBLIC_LONGTAIL_WALLETCONNECT_PROJECT_
if (!projectId) throw new Error("Project ID is not defined");

const metadata = {
name: "Superposition",
description: "Web3Modal Example",
url: "https://web3modal.com", // origin must match your domain & subdomain
icons: ["https://avatars.githubusercontent.com/u/37784886"],
name: "Superposition Testnet",
description: "",
url: "https://superposition.so",
icons: [""],
};

// Create wagmiConfig
Expand Down

0 comments on commit 1a83805

Please sign in to comment.