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
relations.ts
Spider currently expects addresses in relations.ts to be all lower case. We should make it case-insensitive.
e.g.
'0xDbcd5BafBAA8c1B326f14EC0c8B125DB57A5cC4c': { artifact: 'contracts/ERC20.sol:ERC20', },
will not work right now
The text was updated successfully, but these errors were encountered:
Hi @kevincheng96, Can you please assign this bug to me. And review this PR. #807
Sorry, something went wrong.
Thanks @Arveymenon. Left a comment in your PR.
Arveymenon
No branches or pull requests
Spider currently expects addresses in
relations.ts
to be all lower case. We should make it case-insensitive.e.g.
will not work right now
The text was updated successfully, but these errors were encountered: