-
Notifications
You must be signed in to change notification settings - Fork 151
Simplify nested ownership transfer #302
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
Conversation
✅ Heimdall Review Status
|
|
||
# 7-of-10 | ||
NESTED_SIGNER_TO_ADD= | ||
SAFE_B_OWNERS_ENCODED= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not strongly opposed to this because abi encoded addresses are quite readable but I think it's important to keep the .env human readable.
Approved review 2736240471 from henridevieux is now dismissed due to new commit. Re-request for approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
False alarm sorry!
Review Error for xenoliss @ 2025-04-03 09:08:17 UTC |
|
||
// Adds `SAFE_A` and `SAFE_B` as owners to `OWNER_SAFE` and sets threshold to 2 | ||
// `SAFE_A` should have same owners as `OWNER_SAFE` | ||
// `SAFE_A` should have same threshold as `OWNER_SAFE` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason we do not mention that SAFE_A should be 3o6 (or more generally even that SAFE_A must have the exact same config as OWNER_SAFE)?
## | ||
.PHONY: deploy | ||
deploy: | ||
forge script --rpc-url $(L1_RPC_URL) DeploySafes --account testnet-admin --broadcast -vvvv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--account testnet-admin
intentional?
No description provided.