forked from pcaversaccio/safe-tx-hashes-util
-
Notifications
You must be signed in to change notification settings - Fork 20
New pcaversaccio features #39
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
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7ba02f1
delegatecall warnings, custom gas token warnings, nested safes
xaler5 3aa349b
remove comment
xaler5 198bfa7
small fixes
xaler5 44bd546
Merge remote-tracking branch 'origin/main' into new-pcaversaccion-fea…
ferrabled 9bd8e57
Merge remote-tracking branch 'origin/main' into new-pcaversaccion-fea…
ferrabled d0a1aa2
🔧 chore: Set default state of nestedSafeExpanded to true
ferrabled 1a675b4
✨ feat: Add left icon to nested safe address input
ferrabled fabc473
🎨 style: Adjust margin for "Use Nested Safe"
ferrabled 6ae6558
✨ feat: Nested Safe selector
ferrabled 0da4844
🎨 style: Update warning and info notice labels for clarity
ferrabled 3b8f4c1
🎨 style: Fix margin for "Use Nested Safe" label
ferrabled cac5639
✨ feat: Update nested safe version handling
ferrabled 9059b68
✨ feat: Create SAFE_VERSIONS constant
ferrabled 505e2a2
✨ feat: ZERO_ADDRESS constant and refactor usage
ferrabled 76ef105
🔧 fix: Normalize operation check for delegateCall
ferrabled 2a2b060
♻️ refactor: Nested Safe Version label tooltip
ferrabled 95feac4
✨ feat: Add tooltips for Nested Safe Address and Nonce
ferrabled File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// https://github.com/safe-global/safe-deployments/blob/4e25b09f62a4acec92b4ebe6b8ae496b3852d440/src/assets | ||
export const trustedAddresses = [ | ||
"0x8D29bE29923b68abfDD21e541b9374737B49cdAD", // MultiSend `v1.1.1` (canonical). | ||
"0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761", // MultiSend `v1.3.0` (canonical). | ||
"0x998739BFdAAdde7C933B942a68053933098f9EDa", // MultiSend `v1.3.0` (eip155). | ||
"0x0dFcccB95225ffB03c6FBB2559B530C2B7C8A912", // MultiSend `v1.3.0` (zksync). | ||
"0x38869bf66a61cF6bDB996A6aE40D5853Fd43B526", // MultiSend `v1.4.1` (canonical). | ||
"0x40A2aCCbd92BCA938b02010E17A5b8929b49130D", // MultiSendCallOnly `v1.3.0` (canonical). | ||
"0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B", // MultiSendCallOnly `v1.3.0` (eip155). | ||
"0xf220D3b4DFb23C4ade8C88E526C1353AbAcbC38F", // MultiSendCallOnly `v1.3.0` (zksync). | ||
"0x9641d764fc13c8B624c04430C7356C1C7C8102e2", // MultiSendCallOnly `v1.4.1` (canonical). | ||
"0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6", // SafeMigration `v1.4.1` (canonical). | ||
"0xfF83F6335d8930cBad1c0D439A841f01888D9f69", // SafeToL2Migration `v1.4.1` (canonical). | ||
"0xA65387F16B013cf2Af4605Ad8aA5ec25a2cbA3a2", // SignMessageLib `v1.3.0` (canonical). | ||
"0x98FFBBF51bb33A056B08ddf711f289936AafF717", // SignMessageLib `v1.3.0` (eip155). | ||
"0x357147caf9C0cCa67DfA0CF5369318d8193c8407", // SignMessageLib `v1.3.0` (zksync). | ||
"0xd53cd0aB83D845Ac265BE939c57F53AD838012c9" // SignMessageLib `v1.4.1` (canonical). | ||
]; |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.