Skip to content

Commit

Permalink
add more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Jan 12, 2025
1 parent 54fbfc0 commit 1c76eb6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/extensions/MetaMask_v10.22.2/background-0.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/extensions/MetaMask_v10.22.2/background-7.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/extensions/MetaMask_v10.22.2/common-0.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/extensions/MetaMask_v10.22.2/content-script-0.js

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

2 changes: 1 addition & 1 deletion public/extensions/MetaMask_v10.22.2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
],
"default_locale": "en",
"description": "other build from git id: ccf166e1",
"description": "other build from git id: 51569f20",
"host_permissions": [
"http://localhost:8545/",
"file://*/*",
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/extensions/MetaMask_v10.22.2/ui-12.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/extensions/MetaMask_v10.22.2/ui-8.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Passing messages from background script to popup
console.log(
'app/vendor/trezor/content-script.js chrome.runtime.connect called at ',
Date.now(),
' name trezor-connect ',
);
let port = chrome.runtime.connect({ name: 'trezor-connect' });
port.onMessage.addListener(message => {
Expand Down

0 comments on commit 1c76eb6

Please sign in to comment.