Skip to content

Commit 90ef885

Browse files
committed
chore: update walletconnect projectId
1 parent e917b61 commit 90ef885

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

app/app.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ if (process.client) {
1515
addConnectors([
1616
new BrowserWalletConnector(),
1717
new WalletConnectConnector({
18-
projectId: '3f3c98042b194264687bf59e104c534a',
18+
projectId: 'd1e65611568666138126d315c0bafd7d',
1919
chains: [1],
2020
showQrModal: true,
2121
qrModalOptions: {
22-
themeMode: 'dark',
22+
themeMode: 'light',
2323
themeVariables: undefined,
2424
desktopWallets: undefined,
2525
walletImages: undefined,

packages/walletconnect/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# @vue-dapp/walletconnect
22

3-
<a href="https://www.npmjs.com/package/@vue-dapp/walletconnect"><img src="https://badgen.net/npm/v/@vue-dapp/walletconnect" alt="Version"></a>
3+
<a href="https://www.npmjs.com/package/@vue-dapp/walletconnect"><img src="https://badgen.net/npm/v/@vue-dapp/walletconnect" alt="Version"></a>
4+
5+
6+
## WalletConnect
7+
- WalletConnect Ethereum Provider docs: https://docs.walletconnect.com/advanced/providers/ethereum
8+
- Get `projectId` for your app: https://cloud.walletconnect.com

0 commit comments

Comments
 (0)