Skip to content

Commit

Permalink
delete generalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Sep 26, 2024
1 parent 916ffd6 commit 3c9eac9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/appkit/react/wagmi/about/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,14 @@ const metadata = {
// 3. Set the networks
const networks = [mainnet, arbitrum]

// 4. Set general configurations
const generalConfig = {
projectId,
metadata,
networks: [mainnet, arbitrum],
ssr: true,
};

// 5. Create Wagmi Adapter
// 4. Create Wagmi Adapter
const wagmiAdapter = new WagmiAdapter({
networks,
projectId,
ssr: true
});

// 6. Create modal
// 5. Create modal
createAppKit({
adapters: [wagmiAdapter],
networks,
Expand Down

0 comments on commit 3c9eac9

Please sign in to comment.