Skip to content

Commit 957a3da

Browse files
authored
chore: re-export revm & op-revm (#77)
* chore: re-export revm & op-revm * style: fmt
1 parent 9d56670 commit 957a3da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/evm/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ pub use error::*;
2121
pub mod tx;
2222
pub use tx::*;
2323
pub mod precompiles;
24+
25+
// re-export revm and op-revm
26+
#[cfg(feature = "op")]
27+
pub use op_revm;
28+
pub use revm;

0 commit comments

Comments
 (0)