Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wallet factory and App Registry timelock (#321)
* Add AccessManager deployment scripts and update addresses for chains 42161 and 8453 with new contract deployments and artifacts. * Add AccessManager deployment details to JSON files and update transaction hash, contract address, gas, input, receipts, timestamp, and commit ID. * Add transfer ownership migration script, update constants with new roles and delays, and implement Mamori Safe address retrieval by chain ID in DeployerHelper. * Refactor access registry delay constant and add upgrade execution logic in migration script. * Refactor migration scripts to include AccessPoint and IEntryPoint imports, consolidate chain-specific address retrieval functions into Constants contract, and update deployment logic for new AccessPoint implementation. * Remove redundant ENTRY_POINT constant and reformat code for consistency across migration scripts. * Add admin role to Safe, set role delays, and verify ownership transfer in migration script. * Add new JSON files for transfer-access-registry-ownership transactions across multiple chains with detailed transaction and receipt data. * KintoWalletFactory and KintoAppRegistry timelock (#319) * Add timelock wallet factory deployment script and define UPGRADE_DELAY constant in const.sol. * Add RewardsDistributor import, IKintoWallet interface, and implement new wallet factory upgrade logic in migration script. * Add new JSON files for timelock wallet factory transactions and receipts with detailed transaction data and logs.
- Loading branch information