You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support parsing full path contract name from block explorers (#1771)
* Replace regex with index and substring
In case name of the file doesn't match the actual contract name,
the regex would not be valid.
Instead, we just pick the contract name following colon.
0 commit comments