-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Add publish workflow, update version and dependencies #7
Conversation
The dotenv dependency and corresponding code blocks for creating client providers using environment variables have been removed. The provider creation logic is simplified by directly calling the `provider()` function of `MAINNET`. This leads to cleaner code and eliminates the need for environment variables for this purpose.
Updated the version of 'aperture-lens' and several dependencies in both 'Cargo.toml' and 'package.json' files for improved performance and security. Also introduced lint and formatting checks in GitHub CI workflows, contributing to code hygiene and standardization.
Bumped up the version of 'aperture-lens' to 0.4.0. Updated the 'viem' dependency to version 2.0.0, along with minor changes in their respective test scenarios.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Do you know why the CI hardhat test is trying to connect to Infura even if you seem to have changed it to viem's default mainnet endpoint which is cloudflare-eth.com? |
I didn't change the RPC for hardhat tests. Please merge it since I don't have write access. |
@gnarlycow Please merge it and publish to crates.io. |
Closes #5.
Add
CARGO_REGISTRY_TOKEN
to repo secrets before release.