refactor(substreams): Update ambient Substreams
This commit is contained in:
16
substreams/ethereum-ambient/src/contracts/mod.rs
Normal file
16
substreams/ethereum-ambient/src/contracts/mod.rs
Normal file
@@ -0,0 +1,16 @@
|
||||
// @generated
|
||||
pub mod warmpath {
|
||||
include!("warmpath.rs");
|
||||
}
|
||||
pub mod micropaths {
|
||||
include!("micropaths.rs");
|
||||
}
|
||||
pub mod knockout {
|
||||
include!("knockout.rs");
|
||||
}
|
||||
pub mod hotproxy {
|
||||
include!("hotproxy.rs");
|
||||
}
|
||||
pub mod main {
|
||||
include!("main.rs");
|
||||
}
|
||||
Reference in New Issue
Block a user