Open
Conversation
Integrates the l1-l3-teleport tutorial from arbitrum-tutorials as an in-docs page covering ERC-20 and ETH bridging from L1 to L3 via the Arbitrum SDK teleport feature.
Fix isCustomGasTokenChain (nonexistent) → l3Network.nativeToken, add missing l2Provider param to approveGasToken, convert CommonJS require() to ESM import syntax for consistency with adjacent pages.
Enhances deposit-tokens and withdraw-tokens pages with full SDK examples for native token (ETH) bridging. Adds outbox execution code for completing withdrawals after the challenge period. Replaces single tutorial links with specific source code links for ETH and ERC-20 flows.
Replaces the 26-line stub with a full walkthrough covering both parent-to-child and child-to-parent messaging. Includes contract code, SDK usage with gas estimation, and explanations of address aliasing and retryable ticket mechanics.
Add sidebar_label, author, and sme fields required by content guidelines.
Now that key tutorials are embedded in the docs, the external links serve as source code references rather than the primary tutorial destination. Updates both buildAppsSidebar and buildStylusSidebar.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
…on.mdx Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
Co-authored-by: Pete <petevielhaber@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR integrates some code blocks and tutorials from https://github.com/OffchainLabs/arbitrum-tutorials into https://docs.arbitrum.io/
Document type