Update CI workflow and Embedded Wallets SDK documentation#2753
Update CI workflow and Embedded Wallets SDK documentation#2753Audbre6 wants to merge 1 commit intoMetaMask:mainfrom
Conversation
Updated the documentation for the Embedded Wallets SDK, including setup instructions and environment variable configuration.
|
@Audbre6 is attempting to deploy a commit to the Consensys Team on Vercel. A member of the Team first needs to authorize it. |
|
| @@ -1,22 +1,22 @@ | |||
| --- | |||
| ---0xED699044C103691c01dADb60EbC9980Bfb9Ea906 | |||
There was a problem hiding this comment.
Ethereum address string littered throughout documentation file
High Severity
The string 0xED699044C103691c01dADb60EbC9980Bfb9Ea906 (an Ethereum address) has been accidentally appended to ~35 lines throughout the documentation file. It corrupts the YAML frontmatter on line 1 (---0xED699044C...), breaks HTML tags, renders as visible gibberish throughout the page, and breaks markdown heading anchors (e.g. ## Set up manually0xED699...). This will cause rendering issues across the entire Embedded Wallets SDK quickstart page.
Additional Locations (2)
| export const Navbar = () => { | ||
| const { connect } = useWeb3AuthConnect(); | ||
| <img width="1080" height="2400" alt="40666" src="https://github.com/user-attachments/assets/a5fc24f6-90fb-4bb9-a4d7-aa860c676afb" /> | ||
| <img width="787" height="1233" alt="40665" src="https://github.com/user-attachments/assets/83ce4fd1-c977-401c-9594-8998a045e3ac" /> |
There was a problem hiding this comment.
Screenshot images accidentally pasted inside code block
High Severity
Two <img> HTML tags with GitHub user-attachment URLs have been accidentally inserted inside a TypeScript code block, between the useWeb3AuthConnect hook call and the return statement. These are likely screenshots that were pasted into the PR description or comments and ended up in the code. They will render as raw HTML text inside the code example, confusing readers.


Updated the documentation for the Embedded Wallets SDK, including setup instructions and environment variable configuration.
Description
Issue(s) fixed
Fixes #
Preview
Checklist
External contributor checklist
Note
Low Risk
Low code risk since this is documentation-only, but the inserted
0x...strings and raw<img>tags may break markdown rendering and confuse readers.Overview
Updates
sdk/connect/javascript-web3auth.mdwith changes to the Embedded Wallets (Web3Auth) JavaScript quickstart, including additional inline content and screenshots.The diff also introduces repeated
0xED699...strings throughout headings/code blocks and injects raw<img>tags inside a TypeScript snippet, which likely breaks formatting and copy/paste usability of the guide.Written by Cursor Bugbot for commit 76e0239. This will update automatically on new commits. Configure here.