Update address check scripts#647
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I pushed a new commit to your branch: Before, it looked up the multisig address from a local constant, which could be stale. Now it uses the live on-chain value from the role manager, so if governance rotates the multisig, the check follows that change automatically. It also now handles failures gracefully. If the multisig address is missing/invalid, or if reading Safe owners fails, the system records a failed check with a useful error message instead of crashing the whole address-check job. And there’s a new consistency check that compares the stored daddy address constant against the on-chain daddy address, so stale config gets flagged directly. |
No description provided.