You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...we can update requestV2 later. These are more complex, since they involve onchain tracking of whether a request has been paid. Creating a request onchain, eg on Base, with a parameter that specifies that you want to receive payment on another chain seems incorrect.
For one-tap checkout, all we need is a requestV1 with destination chain and coin prefilled.
The text was updated successfully, but these errors were encountered:
Goal
Allow request deeplinks that specify a destination chain.
This allows, for example, 1-tap checkout to a store using Optimism USDC.
Follow up to #1250
Part of #490
Proposed solution
Current requestV1 (untracked) deeplink:
Updated:
Or:
...we can update requestV2 later. These are more complex, since they involve onchain tracking of whether a request has been paid. Creating a request onchain, eg on Base, with a parameter that specifies that you want to receive payment on another chain seems incorrect.
For one-tap checkout, all we need is a requestV1 with destination chain and coin prefilled.
The text was updated successfully, but these errors were encountered: