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

Trait Bounds not satisfied #1

Closed
0xJepsen opened this issue Jul 31, 2023 · 1 comment
Closed

Trait Bounds not satisfied #1

0xJepsen opened this issue Jul 31, 2023 · 1 comment

Comments

@0xJepsen
Copy link
Collaborator

Error:

the trait bound `arbiter_core::middleware::RevmMiddleware: ethers::ethers_providers::Middleware` is not satisfied
the following other types implement trait `ethers::ethers_providers::Middleware`:
  &'b U
  ethers::ethers_middleware::NonceManagerMiddleware<M>
  ethers::ethers_middleware::PolicyMiddleware<M, P>
  ethers::ethers_middleware::SignerMiddleware<M, S>
  ethers::ethers_middleware::TimeLag<M>
  ethers::ethers_middleware::gas_escalator::GasEscalatorMiddleware<M>
  ethers::ethers_middleware::gas_oracle::GasOracleMiddleware<M, G>
  ethers::ethers_middleware::transformer::TransformerMiddleware<M, T>

Can use this as a reference to test the new middleware in arbiter https://github.com/primitivefinance/arbiter/tree/feat/middleware

@0xJepsen
Copy link
Collaborator Author

0xJepsen commented Aug 2, 2023

Fixed by using ethers fork

@0xJepsen 0xJepsen closed this as completed Aug 2, 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

No branches or pull requests

1 participant