mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 22:19:26 +00:00
Add a dev ethereum Docker setup
Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
This commit is contained in:
6
orchestration/src/coins/ethereum/consensus/mod.rs
Normal file
6
orchestration/src/coins/ethereum/consensus/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod lighthouse;
|
||||
#[allow(unused)]
|
||||
pub use lighthouse::lighthouse;
|
||||
|
||||
mod nimbus;
|
||||
pub use nimbus::nimbus;
|
||||
Reference in New Issue
Block a user