-
Notifications
You must be signed in to change notification settings - Fork 29
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
Arbitrum -> Mainnet ERC20 Bridge #209
Merged
Merged
Conversation
This file contains 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
efecarranza
changed the title
Arbitru -> Mainnet ERC20 Bridge
Arbitrum -> Mainnet ERC20 Bridge
Jan 14, 2024
@efecarranza could you also merge the latest |
sendra
reviewed
Feb 12, 2024
sendra
reviewed
Feb 12, 2024
sendra
reviewed
Feb 12, 2024
sendra
reviewed
Feb 12, 2024
sendra
reviewed
Feb 12, 2024
sendra
reviewed
Feb 12, 2024
sendra
reviewed
Feb 12, 2024
@brotherlymite @sendra I've updated the PR accordingly and left comments where applicable. thanks! |
@brotherlymite updated! |
brotherlymite
approved these changes
Jun 21, 2024
sendra
reviewed
Jul 2, 2024
sendra
reviewed
Jul 2, 2024
sendra
approved these changes
Jul 5, 2024
Luigy-Lemon
pushed a commit
to Luigy-Lemon/aave-helpers
that referenced
this pull request
Aug 6, 2024
* feat: update bridge owner and README as well as add missing natspec * chore: update inherit doc * feat: add support for multiple proof burns * feat: scaffold arb bridge * chore: add missing natspec * feat: add isTokenMapped function * feat: add bridge for arbitrum * Update README.md * feat: add function to exit * chore: scaffold opt * feat: check against 0xeee * chore: add TXs to README * chore: add who can rescue * chore: add tx to exit * feat: forward eth * feat: get gateway from token * feat: make gateway a parameter * chore: add test scripts * feat: finish tests for arbitrum bridge * chore: add README * chore: move to own folder * chore: cleanup * chore: add missing natspec * feat: update natspec * chore: update test * chore: add indexed * improve natspec * feat: update readme * chore: update with details * chore: update test --------- Co-authored-by: Fermin 'Piscu' Carranza <fermin@llama.xyz>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changelog
Add contract to bridge tokens to mainnet.
Add tests for contract.
Add README.
Relevant aave-cli PR: bgd-labs/aave-cli#81