Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Mar 18, 2024
1 parent e1ab40b commit 9fd352f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/providers/NetworkConfig/web3-modal.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ export const { chains, publicClient } = configureChains(supportedWagmiChains, [
]);

export const walletConnectProjectId = import.meta.env.VITE_APP_WALLET_CONNECT_PROJECT_ID;
// allows connection to localhost only in development mode.

const wagmiMetadata = {
name: 'Fractal',
description: 'Fractal',
url: 'https://fractalframework.xyz',
icons: [
'https://assets-global.website-files.com/62a0c42025f5e9c3b8955db4/63f6be241f0c205728d5061b_small.ico',
], // Icon from our landing page
'https://assets-global.website-files.com/62a0c42025f5e9c3b8955db4/63f6be241f0c205728d5061b_small.ico', // Icon from our landing page
],
};

export const wagmiConfig = defaultWagmiConfig({
Expand All @@ -53,4 +52,4 @@ export const wagmiConfig = defaultWagmiConfig({
enableCoinbase: true,
enableInjected: true,
enableWalletConnect: true,
})
});

0 comments on commit 9fd352f

Please sign in to comment.