There was an error while loading. Please reload this page.
1 parent 4e196ad commit 54ed72fCopy full SHA for 54ed72f
1 file changed
ape_safe/client/types.py
@@ -57,6 +57,7 @@ class SafeDetails(BaseModel):
57
owners: list[Address]
58
master_copy: Address = Field(
59
alias="masterCopy",
60
+ # NOTE: `implementation` matches an older version of the API
61
validation_alias=AliasChoices("masterCopy", "implementation"),
62
)
63
modules: list[Address] = []
0 commit comments