Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add SDK logs
  • Loading branch information
Jwhiles committed Jan 7, 2025
commit 46ba2e6eab0ff64bf7849ca3fd5d57db59ce5f29
2 changes: 1 addition & 1 deletion src/theme/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const sdk = new MetaMaskSDK({
extensionOnly: true,
checkInstallationImmediately: false,
logging: {
sdk: false,
sdk: true,
},
});

Expand Down
Loading