Skip to content

Commit 54ed72f

Browse files
committed
docs: add note for change
1 parent 4e196ad commit 54ed72f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ape_safe/client/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class SafeDetails(BaseModel):
5757
owners: list[Address]
5858
master_copy: Address = Field(
5959
alias="masterCopy",
60+
# NOTE: `implementation` matches an older version of the API
6061
validation_alias=AliasChoices("masterCopy", "implementation"),
6162
)
6263
modules: list[Address] = []

0 commit comments

Comments
 (0)