mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 21:49:26 +00:00
Add a dev ethereum Docker setup
Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
This commit is contained in:
5
orchestration/src/coins/ethereum/execution/mod.rs
Normal file
5
orchestration/src/coins/ethereum/execution/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod reth;
|
||||
pub use reth::reth;
|
||||
|
||||
mod anvil;
|
||||
pub use anvil::anvil;
|
||||
Reference in New Issue
Block a user