Skip to content

Commit

Permalink
11/1 服务器问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjiangban committed Oct 31, 2024
1 parent a6a2691 commit b2b07ea
Show file tree
Hide file tree
Showing 2 changed files with 1,010 additions and 396 deletions.
6 changes: 3 additions & 3 deletions config/Wagmi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ export const metadata = {
url: 'https://coolha.top',
icons: ['/favicon.ico']
}
const MetaMaskOptions = {
/* const MetaMaskOptions = {
dappMetadata: {
name: "Coolha Dapp",
},
infuraAPIKey: process.env.INFURA_API_KEY,
extensionOnly: true
};
}; */



Expand All @@ -55,7 +55,7 @@ export const config = createConfig({

connectors: [
injected({ shimDisconnect: true }),
metaMask(MetaMaskOptions),
metaMask(),
safe(),
coinbaseWallet({
appName: metadata.name,
Expand Down
Loading

0 comments on commit b2b07ea

Please sign in to comment.