Skip to content

Commit

Permalink
fix: abi
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 11, 2024
1 parent 9f8d153 commit 149c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_ethereum/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def str_to_slot(text):
if _type == ProxyType.Beacon:
target = ContractCall(IMPLEMENTATION_ABI, target)(skip_trace=True)

return ProxyInfo(type=_type, target=target, abi=MASTER_COPY_ABI)
return ProxyInfo(type=_type, target=target, abi=IMPLEMENTATION_ABI)

# safe >=1.1.0 provides `masterCopy()`, which is also stored in slot 0
# call it and check that target matches
Expand Down

0 comments on commit 149c654

Please sign in to comment.