Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: recurse in safe timelock parser (#5278)
### Description Parse inner transactions on timelocks ### Testing Manual ```sh $ yarn tsx scripts/safes/parse-txs.ts --chains ethereum ``` ```yaml ethereum-0xc096af73952e18fe1201b457a95b598d680d7f185747b28153da2c175532ca8f: chain: ethereum to: Timelock Controller (ethereum 0x59cf937Ea9FA9D7398223E3aA33d92F7f5f986A2) insight: 'Schedule for Sun Jan 26 2025 18:05:17 GMT-0500 (Eastern Standard Time): {"chain":"ethereum","to":"Timelock Controller (ethereum 0x59cf937Ea9FA9D7398223E3aA33d92F7f5f986A2)","args":{"newDelay":{"type":"BigNumber","hex":"0x00"}}}' ```
- Loading branch information