We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Determine if a new Safe account can integrate a module with a safeguard in a single transaction, ideally from a wrapper contract constructor.
Note: Consider gas, security, and UX. Update the team on findings or challenges.
The text was updated successfully, but these errors were encountered:
forge install openzeppelin=OpenZeppelin/[email protected]…
6f4fbd1
… && forge install safe-global=safe-global/safe-core-protocol #5
Safe account creation: https://polygonscan.com/tx/0xa1e92f3427091e4010ad6ea951663f8939707018bb0f4d07971a78c0882811a5
First tx sent from the programmatically crated Safe account: https://polygonscan.com/tx/0x7d93a4c97555238fccf41a83fbf8c60786d72c756c683e18e4baf0fe83450931
Uniswap V3 swap using the programmatically created Safe account: https://polygonscan.com/tx/0x9dd87dff37a4f0676808f8226fab42f565067e428d374f9a724707653dc6a181
Sorry, something went wrong.
ProfitPalsVaultFactory sketch: execTransaction(setGuard) #5
dc322cf
UniswapOnlyGuard.sol: mapping for allowed addreses #5
81030f3
UniswapOnlyGuard.sol: check allowed addresses #5
26684ac
cleanup #5
14bd53e
silvesterdrago
No branches or pull requests
Objective:
Determine if a new Safe account can integrate a module with a safeguard in a single transaction, ideally from a wrapper contract constructor.
Tasks:
Deliverables:
Note: Consider gas, security, and UX. Update the team on findings or challenges.
The text was updated successfully, but these errors were encountered: