Skip to content
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

feat(alloy): Revamp get_storage_at function to use Alloy #5

Merged
merged 2 commits into from
Jul 22, 2024
Merged

Commits on Jul 21, 2024

  1. feat(alloy): Revamp get_storage_at function to use Alloy

    The commit includes refactoring the `get_storage_at` function to use Alloy's `Provider` trait instead of the previously used `Middleware`. It involves various adjustments including argument changes and some logic adjustments. Also, the import statements have been modified to accommodate the changes. In addition to this, the 'storage_lens' module has been uncommented and added into the 'lib.rs' file.
    shuhuiluo committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2ada245 View commit details
    Browse the repository at this point in the history
  2. fix build

    shuhuiluo committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e828d19 View commit details
    Browse the repository at this point in the history