Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Feb 25, 2024
1 parent acba15e commit 11a76de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ const NextJSDappTemplate = ({ Component, pageProps }: AppProps) => {
// If you want to use xPortal signing,
// you would need to configure your Wallet Connect project id here: https://cloud.walletconnect.com
walletConnectV2ProjectId: '<your_wallet_connect_project_id_here>'
// Check for all configuration options in the docs
});

return (
<ChakraProvider theme={theme}>
<Component {...pageProps} />
</ChakraProvider>
<Component {...pageProps} />
);
};
```
Expand Down

0 comments on commit 11a76de

Please sign in to comment.