-
Notifications
You must be signed in to change notification settings - Fork 163
[mainnet] - ETH Recovery Execution Task #392
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
Merged
Merged
Conversation
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
* feat: integrate TypeScript analysis system for ETH recovery - Add complete TypeScript analysis system with address categorization - Integrate CEX address filtering and naughty-list checking - Create organized output structure under output/{chain}/ directories - Add separate Makefile commands for each chain (Arbitrum, Base, Optimism) - Include dry-run support and prerequisite checking - Rename chains.ts to settings.ts for better organization - Move CEX wallets to src/config/ for centralized configuration - Update documentation with comprehensive usage instructions Chain-specific commands added: - make analyze-{arbitrum|base|optimism} - make execute-{chain}-recovery - make dry-run-{chain}-recovery Analysis flow: fetch transactions → filter addresses → generate recovery files * adjust script to match foundry script * remove unnessary changes * add adjustments * update RPC URL
…undil/execute-eth-recovery
✅ Heimdall Review Status
|
jjtny1
commented
Aug 1, 2025
jackchuma
previously requested changes
Aug 1, 2025
mainnet/2025-07-24-eth-recovery/script/ArbitrumExecuteRecovery.s.sol
Outdated
Show resolved
Hide resolved
mainnet/2025-07-24-eth-recovery/script/OPStackExecuteRecovery.s.sol
Outdated
Show resolved
Hide resolved
Approved review 3079633279 from jackchuma is now dismissed due to new commit. Re-request for approval.
roger-bai-coinbase
approved these changes
Aug 1, 2025
Review Error for roger-bai-coinbase @ 2025-08-01 20:13:47 UTC |
anikaraghu
approved these changes
Aug 3, 2025
henridevieux
approved these changes
Aug 4, 2025
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.
This PR includes the execution tasks to run on Arbitrum, Optimism and Base to recover ETH sent to portal addresses on these chains.
This includes an analysis tool (created by @0xekkila) to create a json list of addresses that need to be refunded.