Skip to content

Commit

Permalink
Remove HTTPS dev server support, pull web3modal metadata from index.h…
Browse files Browse the repository at this point in the history
…tml, remove redundant wagmi config
  • Loading branch information
mudrila committed Mar 18, 2024
1 parent a3176ef commit cc5ab80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 70 deletions.
64 changes: 0 additions & 64 deletions src/components/ui/utils/ConnectWalletToast.tsx

This file was deleted.

11 changes: 5 additions & 6 deletions src/providers/NetworkConfig/web3-modal.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ export const { chains, publicClient } = configureChains(supportedWagmiChains, [
export const walletConnectProjectId = import.meta.env.VITE_APP_WALLET_CONNECT_PROJECT_ID;

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
],
name: import.meta.env.VITE_APP_NAME,
description:
'Are you outgrowing your Multisig? Fractal extends Safe treasuries into on-chain hierarchies of permissions, token flows, and governance.',
url: import.meta.env.VITE_APP_SITE_URL,
icons: [`${import.meta.env.VITE_APP_SITE_URL}favicon.icon`],
};

export const wagmiConfig = defaultWagmiConfig({
Expand Down

0 comments on commit cc5ab80

Please sign in to comment.