[Application Development] "One click" bridging of USDC #879
Unanswered
beskay
asked this question in
Application Development
Replies: 1 comment 1 reply
-
|
TBH, even if you’re using third-party protocols like CBridge, Stargate, or others, there are still multiple transactions that need to be triggered. The difference is they have their own broker, so the user doesn’t need to manually release tokens on the destination chain. Have you checked this interop spec? Once interop is fully implemented, it could make your cross-chain flow feel much more native. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Documentation Feedback (Optional)
No response
What type of issue are you experiencing?
Issue Description
I want to develop a crosschain app that is deployed on several OP Stack chains. For the app to work, I need to be able to transfer USDC between different Superchains with a single function call.
Is this possible? If yes, how?
My initial idea was using the L2StandardBridge, however that contract is made for L1<>L2 transfers, not for L2<>L2 transfers.
Using the Superchain bridge is not an option, since there are several transactions needed to complete the transfer (initiate bridge transfer on source chain, finalize transfer on target chain).
Message passing works perfectly as explained in the documentation btw, so I thought that ERC20 bridging would be just as simple, since an ERC20 transfer is basically just updating some state variables.
However, I think my only option is using third party protocols like Across, correct?
Hopefully someone can help me! Thanks!
Steps to Reproduce
Not an error or bug report.
Are you using a specific library or SDK?
Are you using the latest version of the library/SDK?
Environment Details
No response
Troubleshooting Attempts
No response
What type of support do you need?
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions