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
We only need those ABIs when we are updating contract models, and only need do that when we are updating the ABIs we're using (see fetchContracts)
we can save the extra time spent in postInstall
we should not be requiring that npx be installed on the user's computer to be able to run npm ci
npm ci
The text was updated successfully, but these errors were encountered:
Remove the eth-sdk post install #146
1c9d49f
vipergtsrz
No branches or pull requests
We only need those ABIs when we are updating contract models, and only need do that when we are updating the ABIs we're using (see fetchContracts)
we can save the extra time spent in postInstall
we should not be requiring that npx be installed on the user's computer to be able to run
npm ci
The text was updated successfully, but these errors were encountered: