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
Following a suggestion on Matrix chat, we should add a field sourceIds on the highest level of the response of the v2/contract/:chainId/:address endpoint. It should contain the source file ids as in the standard json output. It should return a mapping of type Record<string, { id: number }>, where the keys are the file paths.
It should be optional and only be returned if queried via ?fields.
The text was updated successfully, but these errors were encountered:
Following a suggestion on Matrix chat, we should add a field
sourceIds
on the highest level of the response of thev2/contract/:chainId/:address
endpoint. It should contain the source file ids as in the standard json output. It should return a mapping of typeRecord<string, { id: number }>
, where the keys are the file paths.It should be optional and only be returned if queried via
?fields
.The text was updated successfully, but these errors were encountered: