bugfix: MM is not injected in FF (#1167)
* bugfix: MM is not injected in FF * hide MM button if user has pseudo MM wallet * fix pw tests
Showing
... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
"@chakra-ui/theme-tools": "^2.0.18", | "@chakra-ui/theme-tools": "^2.0.18", | ||
"@emotion/react": "^11.10.4", | "@emotion/react": "^11.10.4", | ||
"@emotion/styled": "^11.10.4", | "@emotion/styled": "^11.10.4", | ||
"@metamask/post-message-stream": "^7.0.0", | |||
"@metamask/providers": "^10.2.1", | "@metamask/providers": "^10.2.1", | ||
"@monaco-editor/react": "^4.4.6", | "@monaco-editor/react": "^4.4.6", | ||
"@sentry/nextjs": "^7.12.1", | "@sentry/nextjs": "^7.12.1", | ||
... | ... |
Please register or sign in to comment