feat: Add Maverick V2 adapter and substreams (#167)
Co-authored-by: Thales <thales@datarevenue.com> Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
21
substreams/ethereum-maverick-v2/src/modules/mod.rs
Normal file
21
substreams/ethereum-maverick-v2/src/modules/mod.rs
Normal file
@@ -0,0 +1,21 @@
|
||||
pub use map_components::map_components;
|
||||
pub use map_protocol_changes::map_protocol_changes;
|
||||
pub use map_relative_balances::map_relative_balances;
|
||||
pub use store_balances::store_balances;
|
||||
pub use store_components::store_components;
|
||||
|
||||
#[path = "1_map_components.rs"]
|
||||
mod map_components;
|
||||
|
||||
#[path = "2_store_components.rs"]
|
||||
mod store_components;
|
||||
|
||||
#[path = "3_map_relative_balances.rs"]
|
||||
mod map_relative_balances;
|
||||
|
||||
#[path = "4_store_balances.rs"]
|
||||
mod store_balances;
|
||||
|
||||
#[path = "5_map_protocol_changes.rs"]
|
||||
mod map_protocol_changes;
|
||||
mod utils;
|
||||
Reference in New Issue
Block a user