Skip to content

Commit 381caa2

Browse files
authored
docs: add note for change
1 parent 4530cb3 commit 381caa2

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)