Skip to content

Initial modification sync - #1

Open
Incede wants to merge 2 commits into
developfrom
temp-check
Open

Initial modification sync#1
Incede wants to merge 2 commits into
developfrom
temp-check

Conversation

@Incede

@Incede Incede commented Jun 18, 2024

Copy link
Copy Markdown

WIP

{
emit ETHBridgeFinalized(_from, _to, _amount, _extraData);
return
((_mintableToken == l1USDC && _otherToken == l2USDC) || (_mintableToken == l2USDC && _otherToken == l1USDC));

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Can both case actually happen? I would have thought only _mintableToken == l2USDC && _otherToken == l1USDC can be true, but let's check in practice

@matjazv
matjazv force-pushed the temp-check branch 2 times, most recently from e9d09c0 to a0ccf35 Compare June 21, 2024 08:27
)
external
virtual
onlyEOA

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why is this removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants