feat: add consensys zkevm (Linea) support#5958
Merged
chrisleewilcox merged 7 commits intoMetaMask:mainfrom Mar 23, 2023
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
fa6cd97 to
cd3f27f
Compare
cd3f27f to
51ac2f5
Compare
sethkfman
reviewed
Mar 17, 2023
Contributor
sethkfman
left a comment
There was a problem hiding this comment.
One minor improvement suggested
app/components/UI/TransactionElement/TransactionDetails/index.js
Outdated
Show resolved
Hide resolved
ab5376b to
445b319
Compare
445b319 to
a558b5e
Compare
sethkfman
reviewed
Mar 23, 2023
sethkfman
reviewed
Mar 23, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
=======
Description
Add support for ConsenSys zkEVM network (Linea).
Screenshots/Recordings

eIgxgsEs8w.mp4
Acceptance Criteria
Manual Testing Steps
Step 1:

Go to this website: https://bridge.goerli.zkevm.consensys.net/send?token=ETH and send some ETH (minimum 0.1) from Goerli to Consensys zkEVM (Linea) .
Wait for transaction to be finished.
Step 2:

Open the metamask mobile app and select then new ConsenSys zkEVM (Linea) test network in the dropdown.
Step 3:

Go to this website: https://bridge.goerli.zkevm.consensys.net/send?token=ETH and send some ETH (minimum 0.1) from Consensys zkEVM (Linea) to Goerli.
Wait for transaction to be finished.
Final step:
Check if all transactions succeed on Metamask.
Related Tickets
Core PR (MetaMask/core#1126) to follow
Checklist