Skip to content

Commit

Permalink
docs: Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Oct 25, 2023
1 parent b4b4e75 commit e76e1d7
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="true" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@400;500;600&display=swap" rel="stylesheet" />
<title>WalletKit</title>
<script type="module" crossorigin src="./assets/index-75ba328d.js"></script>
<script type="module" crossorigin src="./assets/index-8f8f253b.js"></script>
<link rel="stylesheet" href="./assets/index-ec4d6aa8.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = createConfig(

// WalletConnect 2.0 requires a projectId which you can create quickly
// and easily for free over at WalletConnect Cloud https://cloud.walletconnect.com/sign-in
walletConnectProjectId: 'e68a1816d39726c2afabf05661a32767',
walletConnectProjectId: 'xxx',

chains,
connectors: [trustWallet(), metaMask(), walletConnect()],
Expand Down

0 comments on commit e76e1d7

Please sign in to comment.