Commit 489d93c7 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix: add IBeacon to interface check ignore (#11860)

IBeacon should've thrown an error but didn't, need to investigate
why that was the case. For now I've added it to the ignore list.
parent 89c9fef1
......@@ -37,6 +37,7 @@ EXCLUDE_CONTRACTS=(
"IMulticall3"
"IERC721TokenReceiver"
"IProxyCreationCallback"
"IBeacon"
# EAS
"IEAS"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment