Skip to content

Conversation

@brtkx
Copy link
Contributor

@brtkx brtkx commented Feb 24, 2025

Only wrapping and deposit logic. UI not adjusted like summary panel, dialog content, etc.

@cla-bot cla-bot bot added the cla-signed label Feb 24, 2025
@vercel
Copy link

vercel bot commented Feb 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arbitrum-token-bridge ✅ Ready (Inspect) Visit Preview Feb 24, 2025 11:25am

if (isCctpTransfer) {
return transferCctp()
}
if (isDepositMode && nativeCurrency.isCustom && isSelectedTokenEther) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can abstract this into it's own function which can be reused to identify the transfer case that is being implemented in these set of PRs.
isEthTransferToCustomNativeCurrencyChain(), and it's corresponding hook.

This flag can also be used in other places to show different UI case by case.

@brtkx brtkx added the Reference Kept in draft as a reference for other work label Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed Reference Kept in draft as a reference for other work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants