We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When library is imported in Remix, metadata contains github URL of that file. We can fetch it and compare its keccak to the one inside metadata file.
Example:
"https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/EnumerableMap.sol": { "keccak256": "0xd56ced96976a99130de28a6adfb6d56e8073403a0d134fbab6428b568f12f337", "license": "MIT", "urls": [ "bzz-raw://e6d5abf1220727cc3fed50b23e2a2ee09d6f877db380cab45d967b3d989822df", "dweb:/ipfs/QmZU816XJg1jTZnvxsJE9bgwud2LRAjyvuWhnMCEjCKWiV" ] }
View in Huly HI-142
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When library is imported in Remix, metadata contains github URL of that file. We can fetch it and compare its keccak to the one inside metadata file.
Example:
View in Huly HI-142
The text was updated successfully, but these errors were encountered: