Open
Conversation
Adds a comprehensive guide covering: - USDC.e and Stargate contract addresses on Tempo - Source chain contracts (Ethereum, Arbitrum, Base, Optimism, Polygon, Avalanche) - Bridging TO and FROM Tempo with cast (Foundry) and TypeScript (viem) examples - EndpointDollar explanation (no msg.value on Tempo) - Bus vs Taxi mode Also updates getting-funds.mdx to link to the new guide and adds sidebar entry. Co-Authored-By: Uddhav <255779543+letstokenize@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Fix quoteSend return type: (uint256,uint256) → ((uint256,uint256)) - Replace broken pre-encoded $SEND_PARAM with inline tuple args - Rename $NATIVE_FEE → $LZ_FEE for bridge-from-Tempo (stablecoin units) - Add bus mode caveat warning (not available on all routes) Co-Authored-By: Uddhav <255779543+letstokenize@users.noreply.github.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.
Summary
Adds a new guide at
/guide/bridge-usdc-stargatecovering how to bridge USDC to and from Tempo using Stargate (LayerZero).Changes
src/pages/guide/bridge-usdc-stargate.mdx— new guide with:msg.value)src/pages/guide/getting-funds.mdx— updated LayerZero link to point to the new guidevocs.config.ts— added sidebar entry under Build on TempoCo-Authored-By: Uddhav 255779543+letstokenize@users.noreply.github.com
Prompted by: uddhav