-
Notifications
You must be signed in to change notification settings - Fork 381
Fix MetaMask Connection Issue in CafeUnitTest Component #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Heimdall Review Status
|
|
Hey @Elishaokon13, commits need to be verified to be merged. Could you please implement and add a new commit which is verified. Then I can merge: https://docs.github.com/en/authentication/managing-commit-signature-verification |
I have added a verified commit, you can go ahead with merging |
…n options in CafeUnitTest component - Updated versions of `brace-expansion` and `pbkdf2` packages in package-lock.json. - Added `metaMask` and `injected` wallet connectors to the CafeUnitTest component. - Modified wallet connection UI to include a modal display for wallet options. This commit improves wallet integration and ensures the project uses the latest package versions.
… erc-721-exercise.mdx - Updated iframe source URL to point to localhost for local development. - Improved input and message styles in CafeUnitTest component for better user experience. - Added new styles for container, card, title, and wallet section to enhance visual appeal. - Adjusted button and input styles for improved interaction feedback. This commit focuses on refining the UI and ensuring the iframe points to the correct local resource.
…c for live preview - Changed iframe source URL from localhost to a Chromatic URL for better accessibility during development. - This update ensures that the iframe displays the latest version of the CafeUnitTest component in a live environment. This commit focuses on improving the development workflow by providing a reliable source for the iframe content.
- Deleted the yarn.lock file as it is autogenerated and should not be edited directly. - This change helps maintain a clean project structure by removing unnecessary files. This commit focuses on ensuring that the project does not include autogenerated files that can lead to confusion during development.
* update discord links * change cdp to buildonbase link
* New privacy policy banner * removing logs * fix link * fixes * ensure link doesn't wrap * update banner for all top level pages * update banner content * update banner text and update more pages with banner * adding to learn * add to more pages * updating more pages
|
The Connect Wallet on the learning exercise still opens the new base app wallet and not metamask: https://docs.base.org/learn/deployment-to-testnet/deployment-to-testnet-exercise Was it fixed with this PR? Is there anything I can do to connect my MetaMask wallet? |
Closes #56 | Closes #51
🔧 Issues Fixed
Issue #56: MetaMask connection not working - only Coinbase Wallet was available in learning exercises
Issue #51: Broken iframe story reference due to typo
"fiftteen"→"fifteen"✅ Changes Made
MetaMask Support
wallet: { display: 'modal' }<ConnectWallet>instead of<WalletDefault>Iframe Fix
erc-721-exercise.mdx:components-cafeunittest--fiftteen→components-cafeunittest--fifteenUI Improvements
📝 Files Modified
storybook/stories/components/CafeUnitTest/index.jsxdocs/learn/token-development/erc-721-token/erc-721-exercise.mdx🎯 Impact
Result: MetaMask connection fixed + iframe issues resolved + UI enhanced! 🚀