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

Remove ethers-core dependency #8

Closed
Evalir opened this issue Oct 25, 2023 · 1 comment · Fixed by #14
Closed

Remove ethers-core dependency #8

Evalir opened this issue Oct 25, 2023 · 1 comment · Fixed by #14

Comments

@Evalir
Copy link
Member

Evalir commented Oct 25, 2023

Right now we're coupled to ethers due to using RawAbi, and the Chain enum. This means we need to keep patches on foundry to keep ethers versions in sync. We should remove the dep as follows:

  • Integrate alloy-rs/chains when ready
  • Move RawAbi into block-explorers, as it's not an alloy-related type nor an RPC type. It just uses some metadata from the ABI for verification purposes.
@DaniPopes
Copy link
Member

RawAbi is not necessary anymore: #10

DaniPopes added a commit that referenced this issue Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants