-
Notifications
You must be signed in to change notification settings - Fork 236
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: add alloy
prelude crate
#203
Conversation
d06576b
to
cf71f9b
Compare
pub use alloy_providers::*; | ||
|
||
// TODO: provider type aliases | ||
// #[cfg(feature = "provider-http")] |
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.
tbd in this pr?
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.
don't really know how to hook it up, and it will change later with network abstraction
// TODO: Enable on next alloy-core release. | ||
/* | ||
/// [`sol!`](sol_types::sol!) macro wrapper to route imports to the correct crate. | ||
/// | ||
/// See [`sol!`](sol_types::sol!) for the actual macro documentation. | ||
#[cfg(all(not(doc), feature = "sol-types"))] | ||
#[doc(hidden)] | ||
#[macro_export] | ||
macro_rules! sol { |
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.
Needs alloy-rs/core#527
No description provided.