We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4530cb3 commit 381caa2Copy full SHA for 381caa2
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