You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2026. It is now read-only.
Currently safe inspect --json returns the Safe Owners value as a comma-separated string, whereas a more JSON-native solution would render this as a JSON list of addresses. In addition, the number of owners should be moved to in a separate field, as it currently unnecessarily difficult to match the Owners key programmatically due to it appearing with a count, ie. Owners(5).
Currently
safe inspect --jsonreturns the SafeOwnersvalue as a comma-separated string, whereas a more JSON-native solution would render this as a JSON list of addresses. In addition, the number of owners should be moved to in a separate field, as it currently unnecessarily difficult to match theOwnerskey programmatically due to it appearing with a count, ie.Owners(5).