Skip to content

Commit

Permalink
Add debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
yasincaliskan committed Jun 4, 2024
1 parent 55dac87 commit 0cae59d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.11",
"version": "2.0.12",
"name": "@perawallet/connect-beta",
"description": "Beta version of Pera Wallet Connect",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@evanhahn/lottie-web-light": "5.8.1",
"@json-rpc-tools/utils": "1.7.6",
"@walletconnect/sign-client": "2.12.1",
"@walletconnect/sign-client": "2.13.1",
"@walletconnect/types": "2.12.1",
"@walletconnect/utils": "2.12.1",
"bowser": "2.11.0",
Expand Down
3 changes: 2 additions & 1 deletion src/PeraWalletConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ class PeraWalletConnect {
const client = await Client.init({
relayUrl: "wss://relay.walletconnect.com",
projectId: this.projectId,
metadata: getAppMetadata()
metadata: getAppMetadata(),
logger: "debug"
});

this.client = client;
Expand Down

0 comments on commit 0cae59d

Please sign in to comment.