Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial modification sync #1

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Initial modification sync #1

wants to merge 2 commits into from

Conversation

Incede
Copy link
Member

@Incede Incede commented Jun 18, 2024

WIP

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

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
@@ -166,7 +138,6 @@ contract L1StandardBridge is StandardBridge, ISemver {
)
external
virtual
onlyEOA
Copy link

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